A real-time market monitoring and alert system built with Next.js 14, Supabase, and TypeScript.
- Real-time price monitoring with SSE
- Social media monitoring
- SMS and Voice call notifications
- Customizable alert conditions
- User notification preferences
- Responsive dashboard
- Next.js 14 (App Router)
- TypeScript
- Supabase
- Tailwind CSS
- Shadcn UI
- Telnyx (Voice/SMS)
- Clone the repository
- Copy
.env.example
to.env
and fill in your values - Install dependencies:
npm install
- Run migrations:
npx supabase migration up
- Start the development server:
npm run dev
This project is in active development. Features and APIs may change.