Real-time analytics platform for prediction markets (Polymarket), featuring insider detection, fund flow tracking, and AI-powered market classification.
- Market Monitoring - Real-time tracking of prediction market events and odds
- Insider Detection - Algorithmic detection of unusual trading patterns
- Fund Flow Analysis - Track large wallet movements and cluster detection
- Market Classification - AI-powered categorization of market events
- Telegram Alerts - Instant notifications for significant events
- Interactive Dashboard - React-based UI with charts and filters
- Frontend: React + TypeScript + Tailwind CSS + shadcn/ui
- Backend: Node.js + tRPC + Drizzle ORM
- Database: SQLite (via Drizzle)
- AI: LLM integration for market analysis
# Install dependencies
pnpm install
# Set up environment
cp .env.example .env
# Edit .env with your API keys
# Run database migrations
pnpm drizzle-kit push
# Start development server
pnpm devSee .env.example for all required configuration.
MIT