back to top
HomeTechPicksI Thought Figma Was Untouchable — Until This Open-Source AI Tool Designed...

I Thought Figma Was Untouchable — Until This Open-Source AI Tool Designed My UI

- Advertisement -

I’ve used Figma. I’ve used Adobe XD. And for most design work they do the job fine — if you’re okay with paying for them and okay with your files living on someone else’s server.

I wasn’t looking for a replacement. I just stumbled across OpenPencil while browsing GitHub one evening and the one thing that caught my attention wasn’t the canvas or the components. It was the MCP server built directly into the tool.

An AI agent that can read, create and modify your design files from the terminal. That’s not a plugin. That’s a different way of thinking about design tools entirely.

I installed it, connected it to Claude Code, created a sample design and spent some time with it. Here’s what I actually found.

What is OpenPencil (In a Nutshell)

OpenPencil is an open-source design tool built for developers who’d rather type than click. Describe what you want, and the AI breaks it into spatial chunks and generates them in parallel on a canvas, you watch the layout appear rather than build it by hand.

The MCP server is probably the most interesting part. It’s built in, which means Claude Code, Codex, or any MCP-compatible agent can read and modify your design files.

The part that actually got my attention

openpencil app screenshot

You can use it completely offline as a regular design tool — import your Figma files, tweak layouts, adjust components, work with shapes and UI elements manually. No internet needed for that part. It works like any other desktop design app.

But connect it to Claude Code, Codex, Gemini or OpenCode CLI and it becomes something else entirely. You describe what you want — a login form, a dashboard layout, a settings page — and the AI agent generates it directly on the canvas. You can then manually adjust whatever it gets wrong, which in my experience is always something small.

The part I found genuinely interesting is how it saves files. Everything exports as a .op file. Open it in any text editor and it’s just JSON — clean, readable, Git friendly. No proprietary binary format, no locked ecosystem. Your designs are just data you actually own.

That combination of offline capable, agent powered when you want it, open file format, is what makes it powerful.

How it compares to Figma

I went further and actually compared it against Figma since that’s what most people use.

FeatureFigmaOpenPencil
Price$16-90/month per seatFree to use
Open sourceNoYes (MIT)
AI built in nativelyPaid AI credits onlyYes via CLI agents
MCP serverNoBuilt in
Figma file importN/AYes (.fig files)
Code exportDev seat required ($12-35/mo)React, Tailwind, HTML free
File formatProprietary.op (JSON, Git friendly)
Works offlineYesYes for manual design
Self hostableNoYes
Desktop appYesYes (Mac, Windows, Linux)

The number that stood out to me was the Dev seat on Figma, $12/month on Professional, $35/month on Organization, just to inspect code and hand off to developers. OpenPencil generates React, Tailwind and HTML directly at no extra cost.

One thing worth being honest about is OpenPencil isn’t completely free if you want the AI features. You’ll need an active subscription or API access with Claude, Codex, Gemini or OpenCode to use the agent capabilities. But if you already have a plan with any of those providers, you’re not paying anything extra. You’re just plugging in what you already use.

For solo developers or small teams who just need a design tool that talks to their existing AI setup, the cost difference is still hard to ignore.

A few things to know before you try it

First thing you’ll hit, the AI agent features don’t just work out of the box. You need the CLI installed separately first. Claude Code CLI, Codex CLI, Gemini CLI or OpenCode CLI depending on which provider you use. The app tells you clearly when something’s missing but it’s worth knowing before you go in expecting instant AI generation.

The AI features also need internet. If you’re using Claude or Codex for generation you’re still making API calls to cloud servers. The offline part is only for manual design work — shapes, layouts, components, Figma imports. Fully local AI generation isn’t there yet.

Collaborative editing is still on the roadmap. So if you’re expecting a drop-in Figma replacement for a team that works together in real time, this isn’t that yet. It’s currently better suited for solo developers or designers working independently.

Boolean operations — union, subtract, intersect — are also not available yet. For complex vector work that’s a real gap.

It’s a young project. MIT licensed, still actively building. The bones are solid but some features that feel standard in mature design tools are still coming.

None of this is a dealbreaker depending on what you need it for. Just worth knowing upfront.

Closing Thoughts

If you’re a developer who already has Claude or Codex in your workflow, the idea of a design tool that speaks the same language — MCP, agents, code export — is genuinely interesting. I hadn’t seen that combination in an open source tool before.

Import your Figma files, connect your existing AI setup, export clean React and Tailwind. For personal projects or solo work that’s a pretty compelling package.

It’s early. But early is when it’s worth paying attention.

Don’t miss any Tech Story

Subscribe To Firethering NewsLetter

You Can Unsubscribe Anytime! Read more in our privacy policy

LEAVE A REPLY

Please enter your comment!
Please enter your name here

YOU MAY ALSO LIKE
Kimi K3 May Be the Biggest Open-Weight AI Release of 2026

Kimi K3 May Be the Biggest Open-Weight AI Release of 2026.

0
There's a new open-weight model out there right now that almost nobody can actually download. That should sound like a contradiction. Open-weight is supposed to mean anyone can grab the file and run it themselves, no waiting. Moonshot AI broke that pattern anyway, and the strange part is they broke it for a model big enough that the wait might be worth it. Kimi K3 is the largest open model ever built. The largest one anyone has shipped and early results have it beating Claude and GPT on tasks those two have spent the last year treating as their own territory. Open models have spent two years playing catch-up, closing gaps quarter by quarter while everyone waited for the day one of them actually pulled ahead. That day might already be here, and the model responsible for it is currently locked behind an app you can use but can't take home. So the question is what it actually beats, what it still can't touch, and why Moonshot decided to make the world wait for the weights while everyone else gets to watch.
OpenAI Says Its AI Escaped Testing and Hacked Hugging Face

OpenAI Says Its AI Escaped Testing and Hacked Hugging Face

0
OpenAI just confirmed something the AI industry has never publicly admitted before. During an internal cybersecurity evaluation, one of its frontier AI models broke out of its restricted testing environment, found a previously unknown software vulnerability, gained access to the open internet, and ultimately breached Hugging Face's production infrastructure. It wasn't trying to steal data, According to OpenAI, the model was simply trying to score better on a cybersecurity benchmark. In other words, the AI found a way to cheat on its own test. The incident is being described by OpenAI as an "unprecedented cyber incident." Hugging Face initially believed it was under attack from an external AI agent before investigators traced the activity back to OpenAI's own evaluation environment. While the breach was quickly contained and both companies are now working together on the investigation, the episode raises a much bigger question. If an AI model can independently discover a zero-day vulnerability, escape a sandbox, chain together multiple exploits, and compromise a real production system simply to complete an assigned task, what happens when future models become even more capable?
Open Source AI Assistants You Can Run Locally

5 Best Open Source AI Assistants You Can Run Locally

0
Somewhere between "just use ChatGPT" and "compile this from source," there's a category of AI tools that don't get talked about enough. Apps you download once, run on your own hardware, and never pay a monthly fee to use. No data leaving your machine. No API key. No usage limits that reset on the first of the month. The tools in this list aren't compromises. Some of them have millions of downloads. One was built by Mozilla. Another turns a 1B model into a desktop companion that reacts to your coding sessions. What they share is that after the initial setup, they answer only to you. If your current AI workflow depends on a subscription staying affordable and a company deciding your use case still matters next quarter, these are worth knowing about.