50
Wow, the response since I first put this out there has been amazing! We've somehow hit over 400 stars on GitHub, and I've seen so many great comments on places like X (Twitter). Seriously, thank you to everyone who's checked it out or shared feedback – it really keeps me going and helps make the tool better!
Building on all that great feedback, here's what I've added recently:
✨ What's New?
* More Frontend Choices: You're no longer limited! Added Next.js, React Router, TanStack Start (still beta!), and React Native (Expo). You can even choose no frontend if you just want a backend API.
* Pick Your Backend: Now supports Hono, Express, and Elysia alongside Next.js API routes.
* Bun or Node.js: You can now explicitly choose your server runtime.
* oRPC Option: Added oRPC as an alternative to tRPC for type-safe APIs that stick to OpenAPI standards.
* More Databases & Easy Cloud Setup: Added MySQL and MongoDB. Plus, easier setup options for cloud databases like Neon (Postgres) and MongoDB Atlas.
* Better Dev Tools: Integrated Biome (super fast linter/formatter), Husky (for Git hooks), made Turborepo optional, and added an easy way to include a Starlight docs site.
* New AI Example: Added a simple AI chat example to play with.
* Desktop & Mobile Improvements: Smoothed out the Tauri (desktop) and Expo (mobile) integrations.
Get Started:
Just run this in your terminal:
npx create-better-t-stack@latest
Links:
* GitHub: https://github.com/AmanVarshney01/create-better-t-stack
Built with