Hey team,
Thanks for the Penpot - it’s amazing how you support open-source. I hope we all can thrive together.
And one step in that direction is being competitive on the MCP front. I’m mostly a backend developer but with Claude Design I can get good looking designs for my side projects (which I hope to turn into commercial products).
I tried to export the same project in Paper and Penpot. Paper doesn’t even allow to adjust margins in the UI. They just went all in on MCP and selling MCP calls - on a free tier one can have a hundred per week and they reset on the daily basis.
From an end-user perspective that is not economically feasible: no margin adjustments in the UI - use MCP. And we charge you for MCP.
Again: a design tool is charging per call to make margin adjustment.
So I decided to give Penpot a try. Fortunately I did a couple of Figma lessons recently and felt comfortable with a professional design surface.
I wanted to show you difference between Claude Design → Paper and Claude Design → Penpot but can’t attach multiple images. So, here is a Penpot and it doesn’t appear to be even in the same league.
For me, an unprofessional designer: Claude Design → Design Tool (Paper or Penpot) via Claude Code → edit → export into my web app via Claude Code is a massively leveraged workflow.
Claude’s perspective on what’s going on:
Why did you mess up the text alignment in Penpot but not in Paper
Paper’s
write_htmltakes full CSS with flex, auto-sizing, and percentage widths that just work — it’s basically a browser renderer. Penpot’s
plugin API is a design tool API where every shape starts with fixed dimensions and you have to explicitly sethorizontalSizing,verticalSizing,
layoutChild.horizontalSizing,growTypeon each element individually. Missing any one of those defaults to"fix"at 100px, which clips text and
collapses rows.Paper: write HTML once, everything flows.
Penpot: create each shape, then configure 3-4 sizing properties per element, and some of them don’t persist on the first set.
I’m happy to jump and a call and show all the details.
Best of luck!

