Test your design on the real thing: load a built web app, turn its knobs, verify 1:1, export.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Play with your app's design. Right in the browser.
Drop your build, turn the knobs, export the code.
Restyle your app without rebuilding it: your build runs 1:1 in the tab, nothing is sent to a server, and closing the tab undoes all of it.
uisandbox.org Β· npm: uisandbox-mcp Β· MCP registry Β· Discussions Β· MIT
Or drop a zip on uisandbox.org β no build at hand? Try a sample under the drop zone (the Bootstrap docs, a VitePress site, an admin dashboard). Or, in Claude Code: /plugin marketplace add AlexanderKaan/uisandbox β /plugin install uisandbox@uisandbox and say "open this app in UISandbox".

dist/, build/, out/ (or a whole repo with the build inside); a folder (a build renders, a source folder is read for the knob stand); a public GitHub or GitLab repo URL (fetched as a zip through a same-origin route β the one thing that leaves the tab, see notes/security.md). While it works, the door shows the stages with their numbers. Otherwise your files never leave your browser: files are read in the page and served to the frame by a service worker on this origin.style="" set by JS, <style> your framework appends, insertRule/replaceSync from styled-components, Emotion, Lit, Ant's cssinjs; CDN stylesheets through a same-origin proxy; nested same-origin frames such as Storybook's).--k-* tokens for web (CSS, Tailwind, shadcn), Swift constants + an asset catalog for iOS, colors.xml + Kotlin for Android.uisandbox.org/?load= followed by a public GitHub or GitLab repository URL, or a
direct link to a .zip that allows CORS, opens straight into the sandbox. The
samples on the site load this way, and it is how you show somebody a build
without asking them to find it:
A repository URL goes through this site's repo route (GitHub and GitLab do not
send CORS on archives); a .zip URL is fetched by the browser itself. Either
way the archive is read in the tab, exactly as a dropped one is.
notes/security.md; deploy on an origin of its own.http://localhost:5190/?load=<zip-url> loads a zip by URL (same-origin or CORS) β the door an agent uses.
pnpm holdouts runs every archive in fixtures/ (real builds from public repos β gitignored, notes/decisions.md says where each came from) through the app: load, Check 1:1, reach, and a host check (same origin, one worker). Verdicts are held against scripts/holdouts.expect.json; a fixture expected ok that is not fails the run. --only <name>, --record, --base <url> --fixtures <url> for a production build or the live site.
npx -y uisandbox-mcp (npm) β or pnpm mcp from a clone β runs the same engine as an MCP server (stdio): load a zip by URL or path, set knobs, export any format, verify the 1:1 check and screenshot in headless Chromium against the real app. See mcp/README.md for the tool list and the Claude/Cursor config. Claude Code plugin (skill + server in one): /plugin marketplace add AlexanderKaan/uisandbox then /plugin install uisandbox@uisandbox β gives /uisandbox ("open this app in a sandbox", "try brand #e11d48") and the uisandbox MCP server. The skill alone is skills/uisandbox/SKILL.md (copy into .claude/skills/). Codex / Cursor / others: add the MCP server (npx -y uisandbox-mcp); the server sends its own instructions and prompts.
One origin, one Cloudflare Worker (worker/index.mjs, wrangler.jsonc): static assets from dist/, the SPA fallback for ?load=, httpβhttps and wwwβapex redirects, and the /__repo/ route that fetches a public GitHub zip for "Connect a repo" (nothing stored; same-origin callers only; a rate-limit rule in the zone). public/_headers keeps sw.js uncached and sets the security headers. Put nothing else on the origin β the sandboxed frames are same-origin by design (notes/security.md).
I'm Alexander Kaan, and I build open-source tooling for user interfaces. UISandbox came out of the design system generator I made before it: I could hand somebody a finished kit, but I could not show them what their own app would look like in it. This does that other half.
I won't pretend I knew what I was doing at the start. Every decision, and every
trap I fell into on the way, is in notes/decisions.md β
including the ones I had to undo. Issues and pull requests are welcome.
notes/roadmap.md: ship (uisandbox.org) Β· the intake as a front door Β· being found (SEO, llms.txt, analytics) Β· the MCP server Β· after launch.
Made with β₯ by Alexander Kaan at Pageminds Β· MIT Β· the decisions that shaped it, numbered: notes/decisions.md
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/uisandbox)<a href="https://allmcps.com/mcp/uisandbox"><img src="https://allmcps.com/api/badge/uisandbox?style=directory" alt="UISandbox on AllMCPs" /></a>