How it works
Aileadgenr at a glance
This site is a Next.js 14 starter: authentication, user dashboard, AI chat, Stripe billing, localized marketing pages, and an admin console. Replace branding and add your domain logic to ship faster.
- 1
Install and configure
Copy the repository, install dependencies, set DATABASE_URL, JWT_SECRET, and email keys. Run Prisma migrate and seed to create an admin user and default plans.
- 2
Customize the product surface
Update marketing copy under components/home, adjust lib/header-nav.ts, and add your routes under app/dashboard. Optional modules can be merged with node scripts/merge-module.js.
- 3
Connect payments and go live
Add Stripe keys in environment variables or the admin payment screen, verify webhooks, and deploy. Turn on maintenance mode from Site Config until DNS and SSL are ready.