Comment ça fonctionne
Aitoolarea en un coup d’œil
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
Installer et configurer
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
Personnaliser la surface du produit
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
Connectez les paiements et lancez le 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.