Marketing site for Moss, a private Telegram trader bot.
nvm use
npm install
cp .env.example .env.local
# edit .env.local with NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY
npm run dev- Dark mode only, no toggle. Background
#0A0A0A, foreground#E5E5E5, accent#39FF14. - JetBrains Mono body, Fraunces serif headlines. Loaded via
next/font/google. - Single-page composition: header → hero → live ticker → ledger → cat → CTA → footer.
- No framer-motion. Type-on + ticker scroll are CSS keyframes.
- Server components fetch from Supabase with a 60s revalidate window; empty states are graceful.
Vercel. vercel link then vercel --prod. Environment variables go in Vercel project settings.