Add MailKite SaaS Starter to Next.js boilerplate - #88
Open
bucabay wants to merge 1 commit into
Open
Conversation
This was referenced Aug 3, 2026
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.
Adds MailKite SaaS Starter to the
## Next.js boilerplatesection, appended at the end of the list per the contributing guidelines.What it is: a free, MIT-licensed, production-ready Next.js 15 (App Router) SaaS starter — Stripe subscriptions, team accounts, PostgreSQL on Supabase with Drizzle ORM, and a dark-first dashboard. Live demo: https://saas-startup.mailkite.dev
What makes it unique (and why I am submitting it for review under the "unique project" clause in CONTRIBUTING, given it is new and below the 100-star guideline): authentication runs self-contained inside the app — Google/GitHub OAuth + email/password via its own JWT/session layer — so there is no dependency on a hosted auth vendor (Clerk/Auth0/Supabase Auth). Most boilerplates here either bundle an auth SaaS or rely on one. A developer who clones it adds their own OAuth app and never opens a third-party auth dashboard.
It sits alongside the existing SaaS/boilerplate entries (e.g. Kostra) as the free, open-source, no-vendor-lock-in option. Happy to shorten the description if you prefer. Thanks for maintaining the list!