Scaffold full-stack apps
in seconds
A TypeScript-first CLI for Next.js and Vite. Tailwind CSS 4, strict TypeScript, and git — ready out of the box.
$ npx @msdkx/cli create my-app
msdkx — creating "my-app"
? Choose a framework: Next.js (App Router)
? Add Tailwind CSS? Yes
? Package manager: pnpm
✓ Project scaffolded!
✓ Dependencies installed!
✓ Git repository initialized!
✓ Done!
Get started:
cd my-app
pnpm dev
Everything you need, nothing you don't
Sensible defaults so you can focus on building, not configuring.
6 battle-tested templates
Next.js App Router, Pages Router, and Vite — each with or without Tailwind CSS.
TypeScript first
Every template ships with strict TypeScript configured and ready to go.
Your package manager
Works seamlessly with pnpm, npm, or yarn — whatever your workflow.
Git initialized
Your project starts clean with a git repo and an initial commit.
Quick start
From zero to running app in under a minute.
Create a new project
npx @msdkx/cli create my-appOr with pnpm: pnpm dlx @msdkx/cli create my-app
Navigate to your project
cd my-appStart the dev server
pnpm devAvailable templates
Choose your stack — the CLI guides you through the rest.
Next.js App Router
Tailwind CSS 4Next.js App Router
Vanilla CSSNext.js Pages Router
Tailwind CSS 4Next.js Pages Router
Vanilla CSSVite + React
Tailwind CSS 4Vite + React
Vanilla CSSReady to build?
Install globally or run directly with npx.
npm install -g @msdkx/cli