Devstack is a CLI for scaffolding your next full stack application with a CLI instead of setting up your frontend, backend and Docker containers separately. Conveniently scaffold your frontend and backend with different frameworks of your liking with a single command.
git pull https://github.com/thatcatfromspace/devstack
cd devstack
npm installTo run the CLI,
npx devstackAdditionally, if you want to install the CLI globally,
npm i -g .This list is subject to change and expand.
- React (with Vite)
- Next.js
Both frontend options come with TailwindCSS ready to use 🚀
- Nest.js
- Django
Both backend options provide basic CRUD and auth services.
Create an issue if you want to request a framework of your liking. All contributions through pull requests are welcome. Additionally, contributing boilerplate for different frameworks is also encouraged.
©️ Dinesh Veluswamy, 2025