๐Ÿš€ ForecastX

Predictive Customer Analytics Platform

Get Started in Seconds

Join hundreds of companies predicting customer churn with AI

โœ… Backend is LIVE Production

โœ“ API Server: Healthy and responding
โœ“ Database: PostgreSQL connected
โœ“ All Features: Ready to use

๐Ÿ“ก API Endpoint

https://predictx-production-6eb5.up.railway.app

๐Ÿ”Œ Available Endpoints

GET /health - Server health check
POST /api/auth/signup - Create account
POST /api/auth/login - User login
GET /api/onboarding/progress - Track onboarding
POST /api/connectors/* - Manage data connections
GET /api/predictions/* - Get predictions
POST /api/playbooks/* - Manage workflows
+ 20+ more endpoints

๐Ÿงช Test the API

curl https://predictx-production-6eb5.up.railway.app/health

Expected response: {"status":"healthy"}

๐Ÿ“š API Docs (Swagger) ๐Ÿ’ป GitHub Repo