v0.1.7·now on npm

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.

npm downloadsnpm versionlicense
bash

$ 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.

1

Create a new project

npx @msdkx/cli create my-app

Or with pnpm: pnpm dlx @msdkx/cli create my-app

2

Navigate to your project

cd my-app
3

Start the dev server

pnpm dev

Available templates

Choose your stack — the CLI guides you through the rest.

Next.js App Router

Tailwind CSS 4

Next.js App Router

Vanilla CSS

Next.js Pages Router

Tailwind CSS 4

Next.js Pages Router

Vanilla CSS

Vite + React

Tailwind CSS 4

Vite + React

Vanilla CSS

Ready to build?

Install globally or run directly with npx.

npm install -g @msdkx/cli