design-playground
v1.1.3
Published
Install the design-playground into your Next.js app — drag components onto a canvas and generate AI-powered variations.
Maintainers
Readme
design-playground
Drag components onto a canvas and generate AI-powered layout and style variations — right inside your Next.js project.
Installation
Inside any Next.js project (App Router), run:
npx design-playground@latestThis will:
- Download the latest playground from GitHub (default
masterbranch) - Copy it into your
app/playground/(orsrc/app/playground/) directory - Automatically install all required npm dependencies
To install from a different branch (e.g. experimental or preview builds), pass the -beta flag to enable interactive branch selection:
npx design-playground@latest -betaThen start your dev server and visit /playground.
Requirements
- Next.js 13+ with App Router
- React 18 or 19
- Tailwind CSS v4
- Node.js 18+
What gets installed
The playground lives entirely in app/playground/ — no global config changes, no wrappers. To uninstall, delete that folder.
