create-dstack
v0.1.2
Published
Create a new dstack project — Next.js, Bun, Convex, Shadcn, Oxlint, Oxfmt
Maintainers
Readme
create-dstack
Scaffold a production-ready Next.js app with a single command.
bunx create-dstack my-app
What's included
| Tool | Purpose | | ------------------------------------------------ | ------------------------- | | Next.js (latest) | Framework | | Bun | Runtime + package manager | | Convex | Backend + database | | Shadcn UI | Component library | | Oxlint | Linter | | Oxfmt | Formatter |
Scripts
bun dev # start dev server
bunx convex dev # start Convex backend (first run requires login)
bun lint # run Oxlint
bun format # run Oxfmt
bun format:check # check formatting without writingLicense
MIT © Devansh Gandhi
