Skip to content

feat: Add Next.js SaaS application for waitlist management#1

Open
simonlumy wants to merge 1 commit intoSynapsr:mainfrom
simonlumy:add-nextjs-saas
Open

feat: Add Next.js SaaS application for waitlist management#1
simonlumy wants to merge 1 commit intoSynapsr:mainfrom
simonlumy:add-nextjs-saas

Conversation

@simonlumy
Copy link
Copy Markdown

Cette PR ajoute une application SaaS complète Next.js dans le dossier nextjs-saas/ pour gérer plusieurs pages de waitlist avec authentification et dashboard.

Fonctionnalités ajoutées

  • Système complet de gestion de waitlist avec authentification
  • Dashboard pour gérer plusieurs waitlists et abonnés
  • Pages publiques de waitlist avec branding personnalisable
  • Export CSV des abonnés
  • Next.js 16 avec App Router et TypeScript
  • Prisma ORM avec SQLite (facilement migrable vers PostgreSQL)
  • NextAuth.js pour l'authentification sécurisée

Le projet Next.js est dans le dossier nextjs-saas/ et peut être utilisé indépendamment de la page waitlist Go existante.

Changements

  • Ajout du dossier nextjs-saas/ avec l'application complète
  • Mise à jour du README pour documenter les deux projets
  • Mise à jour du .gitignore pour inclure les patterns Node.js/Next.js

- Complete waitlist management system with authentication
- Dashboard for managing multiple waitlists and subscribers
- Public waitlist pages with customizable branding
- CSV export functionality
- Next.js 16 with App Router and TypeScript
- Prisma ORM with SQLite (easily migrable to PostgreSQL)
- NextAuth.js for secure authentication

The Next.js SaaS app is located in the nextjs-saas/ directory and can be used independently from the Go waitlist page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant