feat: Add Next.js SaaS application for waitlist management#1
Open
simonlumy wants to merge 1 commit intoSynapsr:mainfrom
Open
feat: Add Next.js SaaS application for waitlist management#1simonlumy wants to merge 1 commit intoSynapsr:mainfrom
simonlumy wants to merge 1 commit intoSynapsr:mainfrom
Conversation
- 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.
5c22d74 to
76239f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Le projet Next.js est dans le dossier
nextjs-saas/et peut être utilisé indépendamment de la page waitlist Go existante.Changements
nextjs-saas/avec l'application complète