
Sunnyside Figma
STDIOTransform Figma designs into production code with AI-powered integration and design system management
Transform Figma designs into production code with AI-powered integration and design system management
What if you could talk to your Figma designs and turn them into production code? That's what we built.
This tool connects your Figma designs to AI agents, making it possible to extract real code, assets, and design systems just by describing what you want. Think of it as a bridge between design and development that actually works.
We're not trying to replace designers or developers. We're trying to make the handoff between them seamless.
Our dream is simple: select any Figma design, describe what you want, and get a complete, production-ready project. No more manual pixel-pushing, no more "this doesn't match the design" conversations.
We're getting close.
You'll need Node.js 18+ and a Figma API key. That's it.
git clone https://github.com/tercumantanumut/sunnysideFigma-Context-MCP cd sunnysideFigma-Context-MCP npm install
Create a .env
file:
FIGMA_API_KEY=your_figma_api_key_here
Start everything:
npm run start
This starts both the plugin server and MCP integration.
figma-dev-plugin/manifest.json
You can also send Figma links directly to AI agents (use "Copy link to selection" in Figma).
"Build me a login form from this design" → Gets complete React component with form validation, styled-components, and TypeScript types
"Extract all design tokens from this page" → Finds 47 color tokens, 12 spacing values, catches 3 conflicts, suggests naming fixes
"Turn this card into a reusable component" → Generates Vue component with props, variants, and proper responsive breakpoints
"Download all icons as optimized SVGs" → Batch downloads 15 icons, removes unnecessary code, saves 60% file size
"Check if my button styles are consistent" → Scans design system, finds 4 inconsistent button styles, shows exact pixel differences
"Create a complete component library from this design system" → Builds 20+ components with documentation, proper naming, and design token integration
This is actively developed software. Things can break. We're pushing updates frequently because we're excited about where this is going.
What's working great:
What we're fixing:
Pick what works for your workflow.
Everything you need is in the docs folder. Start with installation if you want the full setup guide, or examples to see what's possible.
We're building this in the open. If you see something that could be better, tell us or submit a PR.
This builds on concepts from the Framelink MCP project but is substantially different. It's proprietary software by Sunnyside Software with specific licensing terms - see LICENSE for details.
For commercial use, reach out to Umut TAN at [email protected].
Turning Figma designs into real code, one conversation at a time.