Where it fits in our builds
The web surface of nearly every product we ship
Next.js is the layer your users actually touch: the app shell, the dashboard, the marketing site, and the streaming interface in front of the model. It talks to a typed API, reads from Supabase, and deploys to Vercel.
- Server components and server actions by default.
- LLM responses stream in as tokens arrive, no page reload.
- ISR keeps content fresh without a rebuild.
TypeScript
React
Vercel
Node.js
Supabase
GitHub





