aileadgenr

Cómo funciona

Aileadgenr de un vistazo

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. 1

    Instalar y configurar

    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. 2

    Personaliza la superficie del producto.

    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. 3

    Conecte pagos y comience a funcionar

    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.