A CLI for creating Full-Stack NextJS 15 Applications (Pre-configured with Auth, Database, Payments, Emails, Analytics, and more).
bun x @codeandcreed/create-titan@latest
- NextJS 15 - Full-Stack React framework
- Supabase - Database
- Clerk - Authenticate your Users
- Stripe - Collect Payments
- Plunk - Send Emails
- Umami - Analyze User Behavior
- Vercel - Deployments
MIT
Contributions are welcome! Please feel free to submit a PR.
Once you've made your changes:
To update the package, make sure you are in the directory packages/create-titan
and then run bun version patch
to update the version number.
Then build the package: bun build
Then, run bun publish --no-git-checks
to publish the new version to NPM.