I designed and built an AI-powered Figma plugin that generates complete, production-ready design systems from natural language. Variables, tokens, components, and pages, all created directly on the canvas through conversation.
If you've worked in product design for any length of time, you already know this: a proper design system with semantic tokens, multi-mode variables, and documented components is the foundation of scalable work. But building one from scratch in Figma takes 2 to 4 weeks of careful, methodical effort. For freelancers balancing multiple clients and small agencies running lean, that's time they rarely have.
So what ends up happening? Most designers either skip the system entirely (and pay for it later in inconsistency and mounting tech debt) or buy a premium UI kit that gets them maybe 60% of the way there, then spend days customizing it to match a client's brand. Neither option feels great.
Most designers live in an uncomfortable middle ground. They want to deliver custom systems that justify their rates, but need the speed of a UI kit to stay profitable. That tension is where this project started.
The core insight behind Intent StudioI spent several weeks mapping every tool in the AI + Figma space, and what I found was a clear, open gap. Figma Make generates code-first prototypes (limited to 3 frames). Relume builds sitemaps and wireframes. Lovable and Bolt skip Figma entirely. Nobody was building conversational AI that writes native design system components directly to the Figma canvas.
Meanwhile, Figma's own data showed that 30% of their highest-value enterprise customers were already using AI-assisted design on a weekly basis. The demand was clearly there. The solution just didn't exist yet.
I ran a bottom-up analysis of Figma's 13M+ monthly active users, filtered for those actively seeking AI design tools within the plugin ecosystem, and validated the numbers against competitor traction data from Relume ($1.8M ARR, bootstrapped), Lovable ($200M ARR in 12 months), and Figma Make adoption rates.
| Tool | Design Systems | Conversational | Writes to Figma | Native Components |
|---|---|---|---|---|
| Figma Make | No | No | Yes | Code-first |
| Relume | No | No | Export | No |
| Figr Identity | Partial | Click-based | Export | No |
| Lovable / Bolt / v0 | No | Yes | No | Code only |
| Intent Studio | Yes | Yes | Yes | Yes |
Intent Studio is a Figma plugin with a conversational AI interface. You open it, describe what you need ("Build a fintech dashboard design system with accessible slate-neutral variables and a Tailwind-aligned spacing scale"), and the AI orchestrates the entire creation process in real time, writing directly to your Figma file.
No code generation. No HTML conversion. No exporting and importing. Real Figma variables, real components, real auto-layout. All built through a steady, back-and-forth conversation.
The core technical challenge here was reliability. Generative AI is inherently unpredictable, but design systems require deterministic precision. Every token needs to resolve, every alias needs to connect, every component needs proper structure. There's no room for "close enough."
I solved this by designing a structured command protocol: 45+ discrete JSON command types that the AI generates and the plugin executes, rather than letting the AI write arbitrary code. This keeps things predictable, secure, and consistent every time.
AI analyzes intent, selects industry aesthetics, maps token architecture
Generates primitive tokens: colors, type scales, spacing, breakpoints
Builds components: buttons, inputs, cards with token bindings
Composes section layouts from structural templates + design tokens
Full page composition, responsive variants, documentation
Claude Opus handles complex planning and intent parsing. Haiku handles high-volume execution at 67% lower cost, which is what makes "unlimited generations" pricing viable at $19/mo with 93% margins.
Pre-built layout templates get hydrated with design tokens rather than generating structure from scratch. This brought per-generation costs down from $0.19 to $0.06, a 65–79% reduction.
45+ structured JSON command types with batching. No arbitrary JS eval. Security-audited, Figma ToS compliant, and deterministic in execution.
An MCP-integrated vector store of design system best practices. The AI doesn't just generate blindly. It reasons about typography scales, spacing relationships, and accessibility requirements.
Sub-200ms latency between the AI backend and the Figma plugin. Command batching sends 60+ variables in a single round trip. The live building experience feels nearly instantaneous.
The AI reads your current file state before any modification, extending existing systems rather than overwriting. Multi-turn refinement like "make the primary blue warmer" works naturally.
The business model lives or dies on unit economics. "Unlimited design systems" is a compelling pitch, but only if each generation doesn't cost more than the subscription brings in. I approached cost optimization as a product design problem, not something to figure out later.
Three strategies compounded together to make this work: structural section kits (don't regenerate what you can hydrate), intelligent model routing (Opus for thinking, Haiku for doing), and output optimization (compressed command batching). The result is sustainable margins that make "unlimited" pricing honest and viable for a solo-founded business.
Before investing in go-to-market, I ran extensive local testing through Figma's Desktop Bridge to answer the core question: can conversational AI produce design systems that a professional designer would actually trust and use in their work?
In a single session. A full design system with buttons, inputs, cards, navigation, and more.
Primitives → Semantic → Component tokens, with proper alias chains and multi-mode support.
From a blank file to a production-ready token hierarchy. What typically takes 2 to 4 weeks.
A comprehensive test suite validating token resolution, component structure, and command compliance.
As a solo founder, the GTM strategy needed to be focused and realistic. I'm prioritizing channels that compound over time: Figma Community discovery (the primary surface where designers find new tools), build-in-public content showing real generations, and targeted outreach through 12+ years of agency relationships.
The launch plan sequences carefully: beta testing, then community launch, then Product Hunt. The broader business model follows a "land and expand" approach where the $19–29/mo design tool builds trust and familiarity, which eventually opens the door to a $79–149/mo CMS pipeline (Track 1) that turns design systems into live websites.
Intent Studio is, at its core, a bet on a simple principle: the most powerful design tools will be the ones that let you describe what you want, and then get out of the way. For a lot of execution tasks, the AI genuinely produces better, more consistent results when the human focuses on intent and direction rather than pixel-by-pixel construction.
The hardest problems weren't the AI itself. They were the systems thinking: designing a token architecture that scales gracefully, a command protocol that stays deterministic, and a cost model that makes "unlimited" an honest promise. Those are product design challenges as much as engineering ones, and they're the parts I'm most proud of working through.
Building a product solo forces a certain clarity about what matters. Every feature has to justify itself against one question: does this help someone reach their first "wow" moment faster? That discipline shaped everything from the 5-pass architecture to the decision to hold off on CMS features until the design tool has clearly found its footing.
The future of design tooling isn't "AI that replaces designers." It's AI that handles the steady, mechanical labor so designers can focus on what actually matters: intent, taste, and judgment.