Web app
The Next.js 14 product site and reference implementation for the Go API port.
apps/web is the product website. It uses the Pages Router and includes both
customer pages and the existing /api/* implementation.
pnpm dev
pnpm build| Layer | Technology |
|---|---|
| UI | Next.js 14, React 18, Tailwind CSS 3 |
| Browser data | SWR |
| Server data | Drizzle and Postgres |
| Authentication | Supabase |
| Billing | Stripe |
The Go service is replacing src/pages/api route by route. Until that work is
complete, the web API remains the behavior reference used by
statshub-api-contract.