Head to head
Stop guessing which one. Put them side by side.
Up to 4 tools, same rows for each: what it is, what it really costs, the trap, and how to wire it up. The URL carries your picks — send it to anyone.
Pencil (pen.dev)Aura
Quick read
- Free with no card: Pencil (pen.dev).
- Editor's pick: Pencil (pen.dev).
- No logged gotchas: Aura.
| Field | Pencil (pen.dev)pen.dev | Auraaura.build |
|---|---|---|
| What it is | A Figma-like canvas inside Cursor/VS Code/Windsurf, storing designs as JSON .pen files inside your project folder so they are git-versioned next to the code. Runs as an MCP server, so the agent reads the canvas as structured design context rather than as an image. Two-way: you can import existing components back onto the canvas. | Prompt- or screenshot-driven builder producing responsive HTML + Tailwind + vanilla JS, plus a Figma export with editable frames. Ships a hosted CMS and custom domains. Page builder, not app builder — no backend or auth. |
| Category | AI design builders | AI design builders |
| Cost tier | free | mixed |
| Pricing | Free during early access | Free · $25 / $50 / $100 per mo |
| Why builders pick it | Names your exact stack as a first-class target — React + Tailwind + shadcn/ui. Draw the article template, and the drawing becomes real components. Because the .pen file lives beside the code, the design and the build cannot silently drift. | The Tailwind classes transfer almost losslessly: export HTML, paste into Lovable, ask it to convert to a React component keeping the classes. Better than re-prompting from a screenshot, worse than a real component export — it has zero awareness of shadcn, so you get raw divs, not <Card>. |
| Watch out for | Requires a local checkout via Lovable's GitHub sync — cannot touch the browser editor. Domain is mid-rename (pencil.dev → pen.dev), early access, no published pricing commitment. | not logged |
| How to wire it up | MCP server; assumes Claude Code as the agent | not logged |
| Editor's pick | Yes | No |
Which one did you ship?
The grid says what these tools are. This says what builders did about it — one decision per person, changeable whenever you change your mind.
0/280Sign in to add yours.
Or try
Hand this to your Lovable agent
# Tool comparison — Pencil (pen.dev) vs Aura Source: Kbaise, a directory of tools that work with Lovable projects. Pick one and tell me why before writing any integration code. ## Pencil (pen.dev) (pencil) - URL: https://www.pen.dev/ - Category: AI design builders - Cost: free — Free during early access - What it is: A Figma-like canvas inside Cursor/VS Code/Windsurf, storing designs as JSON .pen files inside your project folder so they are git-versioned next to the code. Runs as an MCP server, so the agent reads the canvas as structured design context rather than as an image. Two-way: you can import existing components back onto the canvas. - Why builders pick it: Names your exact stack as a first-class target — React + Tailwind + shadcn/ui. Draw the article template, and the drawing becomes real components. Because the .pen file lives beside the code, the design and the build cannot silently drift. - Trap: Requires a local checkout via Lovable's GitHub sync — cannot touch the browser editor. Domain is mid-rename (pencil.dev → pen.dev), early access, no published pricing commitment. - Wiring: MCP server; assumes Claude Code as the agent - Full dossier: /api/public/tools/pencil ## Aura (aura) - URL: https://www.aura.build/ - Category: AI design builders - Cost: mixed — Free · $25 / $50 / $100 per mo - What it is: Prompt- or screenshot-driven builder producing responsive HTML + Tailwind + vanilla JS, plus a Figma export with editable frames. Ships a hosted CMS and custom domains. Page builder, not app builder — no backend or auth. - Why builders pick it: The Tailwind classes transfer almost losslessly: export HTML, paste into Lovable, ask it to convert to a React component keeping the classes. Better than re-prompting from a screenshot, worse than a real component export — it has zero awareness of shadcn, so you get raw divs, not <Card>. - Full dossier: /api/public/tools/aura ## Quick read - Free with no card: Pencil (pen.dev). - Editor's pick: Pencil (pen.dev). - No logged gotchas: Aura. ## Rules 1. Prefer the free tier when no budget was stated, and say what the ceiling is. 2. Read the full dossier before integrating. 3. Fetch /api/public/models before writing any AI model ID.
Agents can fetch the same thing: GET /api/public/compare?slugs=pencil,aura