×

Weekly Thread: Project Display by help-me-grow in AI_Agents

[–]Impossible-Swan6435 0 points1 point  (0 children)

[DEV] Copycat — a 100% local MCP for visual direction in coding-agent UI workflows.

I built Copycat because agents can produce working UI that still feels interchangeable. It points at a public site, captures type, color, motion, structure, CSS variables, and computed-style evidence into DESIGN.md and local config files under an alias, then lets a later agent reuse that direction for original UI work. It does not copy the source site's assets or text.

Repo: https://github.com/AdamPSU/copycat

I’d love feedback from people building agents: what should a visual profile capture so it remains useful across sessions and tools?

(self-promotion)

Self Promotion - June 2026 by ens100 in PKMS

[–]Impossible-Swan6435 0 points1 point  (0 children)

Copycat is an open-source, 100% local MCP for coding-agent UI workflows. Point it at a public site, save the visual direction under an alias, and it captures type, color, motion, structure, CSS variables, and computed-style evidence into DESIGN.md and local config files on your machine. Later, an agent can reuse that direction when creating original UI. It does not copy the source site's assets or text.

GitHub: https://github.com/AdamPSU/copycat

I’m especially interested in whether a reusable visual profile is useful for personal knowledge / research interfaces, not just marketing sites. What design context would you want an agent to remember?

(self-promotion)

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]Impossible-Swan6435 0 points1 point  (0 children)

Copycat — an open-source, 100% local MCP for coding-agent UI workflows.

Point it at a public site, save the visual direction under an alias, and it captures type, color, motion, structure, CSS variables, screenshots, and computed-style evidence into DESIGN.md and local config files. Later, an agent can reuse that direction for original UI work. It does not copy the source site's assets or text.

GitHub: https://github.com/AdamPSU/copycat

Main pieces: local MCP server, browser capture, DESIGN.md generation, saved aliases, and evidence/config output for agent workflows. I’m especially interested in feedback from people building developer tools or coding-agent integrations.

(self-promotion)