You can spin up a solid full-stack project quickly with AI. To avoid back-and-forth, here’s the tech stack I rely on in real projects. Feed it to your AI or drop it in project docs—just hand it to the model.
Frontend stack
- Package manager: npm
- React
- TypeScript
- Vite
- dayjs
- Tailwind CSS + ShaCDN Components
- Need charts? Use ECharts
Backend stack
- Package manager: npm
- NestJS
- TypeScript
- Database: MySQL
- ORM: TypeORM
- JWT for auth
- Swagger for API docs
Mini‑program stack
- Package manager: npm
- Taro framework
- TypeScript
- Build with Vite
- dayjs for dates/times
- Component library: TDesign Mini

