Using AI to build a full-stack project

Jan 22, 2026 · 1 min read · 94 Words · -Views -Comments

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

  1. Package manager: npm
  2. React
  3. TypeScript
  4. Vite
  5. dayjs
  6. Tailwind CSS + ShaCDN Components
  7. Need charts? Use ECharts

Backend stack

  1. Package manager: npm
  2. NestJS
  3. TypeScript
  4. Database: MySQL
  5. ORM: TypeORM
  6. JWT for auth
  7. Swagger for API docs

Mini‑program stack

  1. Package manager: npm
  2. Taro framework
  3. TypeScript
  4. Build with Vite
  5. dayjs for dates/times
  6. Component library: TDesign Mini
Authors
Developer, digital product enthusiast, tinkerer, sharer, open source lover