See a site you love. Read its design system. Build from it.
Install · How it works · Privacy
UIDrop is a Chrome extension that reads any webpage's design system in one click and sends it straight to your AI coding assistant.
You open a site you find inspiring, click the UIDrop icon, hit Snap this page, and the extension extracts the full design system — colors, fonts, type scale, border radii, spacing tokens, shadows, gradients, and component styles — packaged as a structured brief your AI can act on immediately.
From there, three buttons send the brief straight into Claude, Cursor, or ChatGPT (Codex), or you can copy it to clipboard and drag the captured screenshot into any AI chat.
- Snap any page you're looking at
- Read the full design system — colors, fonts, tokens, components, gradients
- Send to Claude, Cursor, or ChatGPT — opens the AI with the brief pre-pasted, or drag the screenshot directly into any chat
The schema is generated entirely in-browser using deterministic JavaScript heuristics over computed CSS. No AI inference, no external APIs, no servers, no accounts.
Chrome Web Store: (link pending review)
Manual install (load unpacked):
- Clone this repo
- Open
chrome://extensionsin Chrome - Enable Developer mode (top right)
- Click Load unpacked and select the cloned folder
Vanilla JavaScript, no frameworks, no build step. Manifest V3.
content.js— runs on the snapped page; walks the DOM viagetComputedStyleand extracts structural design tokenspopup.js— receives the tokens, derives the palette and component styles via heuristics, renders the schemabackground.js— handles the screenshot and the cross-tab inject when sending to Claude or ChatGPT
UIDrop runs entirely in your browser. No servers, no analytics, no data collection.
When you send the brief to Claude or ChatGPT, the brief is sent to that AI service — governed by their privacy policy, not UIDrop's. Full privacy policy.
MIT