Design System replication
Mirror an existing design system into a fresh Figma file — tokens, styles and components carried over faithfully.
One agent turns any Figma design system into another Figma file, into production code, or into a live style showcase. Driven by Claude over MCP — or by anything else over REST.
Mirror an existing design system into a fresh Figma file — tokens, styles and components carried over faithfully.
Extract a design system and generate a production-ready component codebase, wired straight into your target project.
Fetch a Figma file server-side and render a standalone HTML showcase of its palette, type scale and components.
Register /mcp as a connector. Handshake, then tools/call — the agent drives the workflow.
Plain POST /tools/* with a JSON body. No handshake, no JSON-RPC — call it from any script or app.
Every route is open — no credentials required.
Open /docs for the interactive Swagger UI and hit Try it out on any endpoint.
Add /mcp as an MCP connector, or fire a curl at /tools/*.
curl -u USER:PASS -X POST https://superherofigma.weareconflux.com/mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
A project, a design system to ship, or just a question — drop us a line.
POST /mcp
POST /tools/*
GET /docs
GET /health