Back to browse
Angora – Front-End Design System as Code Using Claude Code

Angora – Front-End Design System as Code Using Claude Code

by junaidbhura·Feb 17, 2026·2 points·0 comments

AI Analysis

●●SolidBold BetWizardryNiche Gem
The Take

Angora converts conversation and design tokens into actual production HTML/CSS (via Astro) rather than a static Figma specimen — it builds semantic, accessibility-minded components and wires them to data without a client runtime. The idea of the design system being the shipped site is smart and feels fresh; the obvious caveat is complexity — interactive state, complex component logic, and long-term maintainability are the hard parts that an alpha needs to prove it can handle.

Category
Target Audience

Design engineers, frontend developers, product teams, and teams that maintain design systems

Post Description

I built a thing.

For the past few weeks I've been working on Angora — an open-source design system that runs inside Claude Code.

You design a button in Figma. An engineer rebuilds it in React. Someone sets up Storybook to document it. Then you spend the rest of the project keeping three versions of the same button in sync. Tokens drift. The component explorer rots. The "single source of truth" is actually four sources of partial truth.

The problem isn't handoff. It's the entire layer of work that comes after — the frontend engineering step where intent gets manually translated into implementation. Angora removes it.

Design engineers have always lived at the intersection of visual systems and code. They think in hierarchy and semantics, spacing and accessibility. But even they've spent most of their time translating. AI just made that translation unnecessary.

You describe your brand in conversation — your audience, the feel, the constraints. Angora reads your tokens, your existing components, your anti-patterns, and builds things that belong in your system. The output is static HTML and CSS via Astro. What you see in the browser is what ships.

And it keeps going. Tell it you've got 50 blog posts in a CSV and a folder of images — Angora models the schema, imports every row, generates alt text for the images, and wires your components to real database queries. The design system becomes a prototype. The prototype becomes the website. Same tokens, same components, no migration. You didn't assemble it — Angora did.

It's in early alpha and I'm building in the open. I'd love your feedback.

Similar Projects

DesignMid

Japanese ma is the most underrated design system in front end

The visual concept is strong: generous negative space, a micro-typographic centerline and restrained UI that actually sells the idea of 'ma'. Unfortunately the page reads like a demo/theme — repeated copy blocks and zeroed stats suggest placeholder content rather than a finished system or component library. Useful as a quiet starting point for designers who like minimalism, but it needs real docs, components and examples to move beyond a pretty landing.

Eye CandyNiche Gem
Dontizi
204mo ago
Developer Tools●●Solid

Production-Ready NestJS Back End (Multi-Tenancy, Event-Driven)

Concrete, hands-on demos — row-level multi-tenancy implemented with Prisma, async jobs via BullMQ/Redis, and tracing through OpenTelemetry/Jaeger — make this a useful reference for people building SaaS backends. It’s not reinventing the stack, but the repo bundles several production patterns and infra pieces together in a way that’s easy to explore; would be stronger with architecture diagrams, runnable quickstart scripts and example data.

Niche GemShip It
PkLavc
104mo ago
Developer Tools●●Solid

Clovr – Generate structured Next.js front ends from a prompt

Clovr trades mockup screenshots for an actual file scaffold: it claims to output a Next.js repo with a consistent design system, routing, spacing scale and readable components you could commit. That focus on structure over pixels is the right call, but the space is crowded—I'd need to see TypeScript/test support, extensibility for existing repos, and examples of nontrivial apps before I'd swap it in for templates plus Copilot.

Ship ItSolve My Problem
alby_churven
203mo ago