izi kit

Headless Next.js 16 starter β€” auth, payments, admin, webhooks, cron.
You’re seeing this default page because frontend/src/app/page.tsx hasn’t been replaced yet.

πŸ‘‹ New here? Open this project in Claude Code and type:

/setup-kit

The /setup-kit skill audits your environment, installs what it can (pnpm via Corepack, secrets), and walks you through plugging a Neon Postgres connection string β€” the kit is tuned for Neon’s serverless behavior (other Postgres providers work but need user-side tuning). Then just describe what you want to build to Claude (in French or English). The 40 routes (auth, payments, admin, webhooks, cron, uploads) are already wired β€” you only talk about your product, not the plumbing. See WORKFLOW.md for the full vibe-coding flow.

Backend status

Live JSON probes β€” open these in a new tab to confirm everything is up.

Provider configuration

Read at request time from process.env. Optional providers are inert when absent β€” the corresponding routes 404 silently and the rest of the app keeps working.

Required (app refuses to boot without these)

Recommended (app boots, but breaks at first use)

Optional providers

What this starter ships

Full architecture overview in CLAUDE.md; public surface in README.md.