Skip to Content
DocsGetting StartedQuick Start

Quick Start

Get DriftGrid running in under 2 minutes.

Open Claude Code and paste:

Clone https://github.com/jsbzy/driftgrid.git, install it, and help me set up my first design project.

Claude will clone the repo, install dependencies, walk you through creating a project, and start designing.

With Terminal

git clone https://github.com/jsbzy/driftgrid.git cd driftgrid && npm install npm run dev

Then create your first project:

node bin/driftgrid.js init

The wizard prompts for:

  • Client name — who is this for? (e.g., “Acme”)
  • Project name — what are you making? (e.g., “Landing Page”)
  • Canvas preset — what format? (desktop, mobile, 16:9, a4, tablet)

Open localhost:3000 to see your project grid with 3 empty concept slots.

What’s Next

Last updated on