Skip to content

mttetc/cryptosentry

Repository files navigation

Market Alert System

A real-time market monitoring and alert system built with Next.js 14, Supabase, and TypeScript.

Features

  • Real-time price monitoring with SSE
  • Social media monitoring
  • SMS and Voice call notifications
  • Customizable alert conditions
  • User notification preferences
  • Responsive dashboard

Tech Stack

  • Next.js 14 (App Router)
  • TypeScript
  • Supabase
  • Tailwind CSS
  • Shadcn UI
  • Telnyx (Voice/SMS)

Quick Start

  1. Clone the repository
  2. Copy .env.example to .env and fill in your values
  3. Install dependencies:
    npm install
  4. Run migrations:
    npx supabase migration up
  5. Start the development server:
    npm run dev

Development Status

This project is in active development. Features and APIs may change.

Releases

No releases published

Packages

No packages published