Skip to main content

Frontend

  • Next.js application with React and TypeScript
  • Tailwind CSS with Radix UI components and motion animations
  • Data visualization using VisX, Recharts, and D3 helpers

Backend

  • Next.js API routes for analysis and data lookup
  • Edge runtime OG image rendering via @vercel/og
  • Scoring modules implemented as pure TypeScript functions

Data and caching

  • Postgres for normalized posts and analysis snapshots
  • Redis for cached analysis, posts, and candles
  • LocalStorage for lightweight client history

External data

  • DEX analytics provider for pool discovery and candle data
  • X and Telegram adapters for public post metadata

Ops and safety

  • Environment variables for API keys and infra URLs