create-tnt-stack v0.3.2
🚀 TNT-Powered
The easiest way to scaffold a modern web app using the TNT-Powered stack.
Simply run npm create tnt-stack@latest
to get started!
📚 Table of Contents
- What's Included
- Getting Started
- Features
- Documentation
- Credits
- Contributing
TNT-Powered installs TypeScript, Next.js, Tailwind CSS, along with:
- ✅ Payload CMS - A powerful headless CMS
- ✅ NextAuth - Authentication made easy
- ✅ Lucia Auth - Authentication following Luca Auth Guidelines
- ✅ Prisma ORM - Database management with full type safety
- ✅ Drizzle ORM - (Coming soon) A powerful database ORM for TypeScript
- ✅ And many more coming soon...
To create a new project, run the following command:
npm
npm create tnt-stack@latest
yarn
yarn create tnt-stack
pnpm
pnpm create tnt-stack@latest
bun
bun create tnt-stack@latest
For more information, visit the docs.
- 🎯 Easy to Use - Interactive CLI for selecting tools
- 📦 Preconfigured Setup - Comes ready with modern web dev tools
- 🚀 Extendable - More packages coming soon!
Full documentation is available at create.tntstack.org (coming soon).
Huge thanks to Theo and the T3 Stack for their amazing work. TNT-Powered builds on the principles of create-t3-app, bringing even more flexibility.
If you like this project, giving it a ⭐ on GitHub!
We 💖 contributors! Feel free to contribute to this project but please read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment.