AI-Powered Market Surveillance Platform with real-time detection and modern UI.
- Real-Time Charts - Live activity monitoring with 4 interactive charts
- AI Detection - Pattern recognition for market manipulation
- Demo Mode - Works without backend using mock data
- Modern UI - Dark purple/blue theme with smooth animations
- Case Management - Track and manage investigations
- Alert System - Advanced filtering and search
- Node.js 18+
- Python 3.11 or 3.12 (for backend)
# Install frontend
cd frontend
npm install
# Install backend
cd ../backend
pip install -r requirements-minimal.txtFrontend:
cd frontend
npm run devAccess at http://localhost:3000
Backend (optional):
cd backend
uvicorn main:app --reload --port 8000The application works without a backend using realistic mock data:
- 50 pre-generated alerts
- 20 pre-generated cases
- Live updating charts
- Full UI functionality
Try the demo at http://localhost:3000/demo
Frontend: Next.js 14, React 18, TypeScript, TailwindCSS, Framer Motion, Recharts
Backend: FastAPI, SQLAlchemy, Uvicorn
MIT License - See LICENSE for details.