{"id":51744575,"url":"https://github.com/developerz-ai/ai-designer","last_synced_at":"2026-07-18T17:35:11.515Z","repository":{"id":366436329,"uuid":"1276201972","full_name":"developerz-ai/ai-designer","owner":"developerz-ai","description":"Chrome extension — chat to redesign any page in real time, then ship the real code via MCP (Tesote ai-dev / developerz.ai). Bun + WXT + SolidJS + Vercel AI SDK + OpenRouter.","archived":false,"fork":false,"pushed_at":"2026-07-18T01:31:41.000Z","size":1406,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-18T17:35:09.101Z","etag":null,"topics":["ai-agent","bun","chrome-extension","design-to-code","live-editing","manifest-v3","mcp","model-context-protocol","openrouter","solidjs","typescript","vercel-ai-sdk","wxt"],"latest_commit_sha":null,"homepage":"https://developerz.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developerz-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-21T17:07:04.000Z","updated_at":"2026-07-18T01:31:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/developerz-ai/ai-designer","commit_stats":null,"previous_names":["developerz-ai/ai-designer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/developerz-ai/ai-designer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerz-ai%2Fai-designer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerz-ai%2Fai-designer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerz-ai%2Fai-designer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerz-ai%2Fai-designer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developerz-ai","download_url":"https://codeload.github.com/developerz-ai/ai-designer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerz-ai%2Fai-designer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35626138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-18T02:00:07.223Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","bun","chrome-extension","design-to-code","live-editing","manifest-v3","mcp","model-context-protocol","openrouter","solidjs","typescript","vercel-ai-sdk","wxt"],"created_at":"2026-07-18T17:35:10.500Z","updated_at":"2026-07-18T17:35:11.507Z","avatar_url":"https://github.com/developerz-ai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.png\" alt=\"Developerz.ai Designer\" width=\"120\"\u003e\n\u003c/p\u003e\n\n# Developerz.ai Designer\n\n\u003e **Design in the live page. Ship the real code.**\n\nChrome extension. Open any page — your prod app or `localhost` — open a side-panel chat, and tell an agent what to change. It mutates the live DOM/CSS instantly so you *see* it. When you like it, click **Ship** and the agent hands the change off over **MCP** to a dev-agent backend ([Tesote ai-dev](https://ai-dev.miamibeachstart.com/mcp) / developerz.ai) that makes the real code change and opens a PR.\n\nNot a page builder. Not a Figma clone. It edits **your codebase**, and the only durable output is a reviewable PR.\n\n## The loop\n\n```\nYou ─chat─► Agent ─DOM tools─► live page (ephemeral)\n              │                    │ iterate, see it instantly\n              │ \"Ship\"             ▼\n              └─► changeset (selectors, styles, screenshots, intent)\n                     │ MCP\n                     ▼\n              ai-dev / developerz.ai ─► real code edit ─► PR ─► CI\n```\n\n## Why\n\n- Design tools produce mockups, not code — someone re-implements them by hand.\n- DevTools edits the live page, but the edits vanish on reload and never reach the repo.\n- Coding agents write from text prompts, blind to what the page actually looks like.\n\nThe gap: **what you see** (the rendered page) and **what you change** (the source) are disconnected. Designer closes it — design on the real page, ship a real PR, one conversation.\n\n## How it works\n\n| Step | Where | What happens |\n|------|-------|--------------|\n| Talk | Side-panel chat | \"Make the hero full-bleed, CTA orange, tighten the nav.\" |\n| See | Live page | Agent mutates real DOM/CSS. Instant. You react, refine. |\n| Accept | Side-panel chat | Each change recorded as a structured changeset entry (edit chips + undo). |\n| Ship | MCP handoff | Changeset → dev-agent → finds source → edits code → PR. |\n| Verify | PR / CI | Real change, tested, reviewable. You merge. |\n\n- **Live edits are ephemeral.** Mutations never persist to the site. Reload = clean page.\n- **BYOK.** OpenRouter key for the design agent. MCP token for the dev backend. We never resell tokens.\n- **Human in the loop.** \"Ship\" is a button, not an inference. The agent never auto-merges.\n\n## Quickstart\n\n```bash\nbun install\nbun run dev                 # WXT dev server, HMR\n```\n\n1. **Load unpacked** — `chrome://extensions` → Developer mode → Load unpacked → `.output/chrome-mv3`.\n2. **Add your OpenRouter key** — side panel → settings (BYOK, stored encrypted, used only in the service worker).\n3. **Connect a backend** — MCP tab → add `https://ai-dev.miamibeachstart.com/mcp` (or developerz.ai). OAuth on first use.\n4. **Open any page**, open the side panel, start designing.\n\nRelease build (tree-shaken, minified, optimized CSS/JS):\n\n```bash\nbun run release            # wxt build \u0026\u0026 wxt zip → .output/*.zip\n```\n\n## Stack\n\n| Component | Technology |\n|-----------|-----------|\n| Extension | Chrome MV3 — side panel, content scripts, service worker |\n| UI | [SolidJS](https://www.solidjs.com/) + SCSS — prebuilt static bundle (CSP-clean) |\n| Agent | [Vercel AI SDK](https://github.com/vercel/ai) loop in the service worker, BYOK |\n| Inference | [OpenRouter](https://openrouter.ai/docs) — model-agnostic |\n| Handoff | [MCP](https://modelcontextprotocol.io/) → [ai-dev](https://ai-dev.miamibeachstart.com/mcp) / developerz.ai |\n| Build | [Bun](https://bun.sh/) + TypeScript + [WXT](https://wxt.dev/) |\n| Tests | [Vitest](https://vitest.dev/) unit + integration, [Playwright](https://playwright.dev/) E2E |\n| Lint | [Biome](https://biomejs.dev/) |\n\n## Docs\n\n| | |\n|--|--|\n| [docs/idea/](docs/idea/README.md) | Vision, the design→ship loop, principles, surfaces |\n| [docs/architecture/](docs/architecture/README.md) | Components, MV3 worlds, agent loop, handoff, security, ADRs |\n| [Privacy policy](docs/architecture/privacy.md) | Data handling: BYOK inference, ephemeral edits, changeset-only durable output |\n\n## Status\n\nSpec + scaffold phase. v0: live-edit + chat, no handoff. v1: full MCP handoff to ai-dev.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperz-ai%2Fai-designer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperz-ai%2Fai-designer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperz-ai%2Fai-designer/lists"}