Get up and running with Design Grab in under a minute.
Install the Design Grab Chrome extension from the Chrome Web Store or load it as an unpacked extension from the repository.
git clone https://github.com/nicepkg/designgrabcd designgrab && bun install# Load extension/ folder as unpacked in chrome://extensionsThe local dashboard server receives captures from the extension and generates your design.md files.
bun run server.ts# Dashboard available at http://localhost:3847Navigate to any website (e.g. openai.com), click the Design Grab extension icon, and hit "Capture". The page's DOM and computed styles are sent to your local server.
Open the dashboard at localhost:3847 to view, copy, or download your generated design.md. Use it as a reference for building UIs that match the captured website's design system.