Quick Start
Get DriftGrid running in under 2 minutes.
With Claude Code (recommended)
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 devThen create your first project:
node bin/driftgrid.js initThe 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
- Your First Project — fill in those concept slots
- Core Concepts — understand the grid, drifting, rounds
- Working with Agents — prompt from the grid or Claude Code
Last updated on