Aurelius: A React Framework Built with 48 Claude Code Agents and Figma-to-React Pipeline

✍️ OpenClawRadar📅 Published: March 23, 2026🔗 Source
Aurelius: A React Framework Built with 48 Claude Code Agents and Figma-to-React Pipeline
Ad

What Aurelius Does

Aurelius is a React framework that uses Claude Code agents organized in a hierarchy to build React apps from Figma designs autonomously. Instead of a single AI agent generating code, it uses multiple agents that enforce iteration on each other for full app builds.

Agent Architecture and Pipeline

The framework has 48 agents total across engineering, design, testing, product, marketing, and ops. These agents are auto-selected by Claude Code based on what you're doing, and all agent definitions are stored in .claude/ so you can read, modify, or reuse them for your own projects.

Overseer agents gate the pipeline with specific requirements:

  • Tests must be written before components (TDD is mandatory, not optional)
  • Visual QA uses pixel-diff comparison with a 2% threshold
  • Quality gate checks coverage, TypeScript, Lighthouse scores, and design token compliance before anything passes

The pipeline has 10 phases:

  1. Figma discovery
  2. Design token extraction
  3. TDD gate
  4. Component build
  5. Pixel-diff visual QA (up to 5 iteration loops)
  6. Playwright E2E tests
  7. Cross-browser screenshots
  8. Quality gate
  9. Responsive checks
  10. Build report
Ad

Technical Implementation

Some technical details from the source:

  • Uses Vitest + React Testing Library for unit/component tests
  • Playwright for E2E and cross-browser testing
  • Pixelmatch for visual diffing
  • Design tokens are locked in a lockfile so hardcoded values can't leak into components
  • Everything is configurable in .claude/pipeline.config.json

The framework has app-type awareness and can detect whether you're building a standard web app, a Chrome extension (reads manifest.json), or a PWA, adjusting the E2E strategy accordingly. The creator used it to port an app from Webflow to a Chrome extension without reconfiguring the pipeline.

Project Status

Aurelius is MIT licensed with 118 commits. The entire framework was built in about two weeks using Claude Code, which demonstrates the workflow it automates. Milestones are planned through v2.0.0.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Extracting OpenClaw Components: A Developer's Experience with Lane Queue and Memory System
Tools

Extracting OpenClaw Components: A Developer's Experience with Lane Queue and Memory System

A developer attempted to extract specific components from OpenClaw for use in personal AI agents, testing the Lane Queue task execution system and examining the memsearch memory system. The Lane Queue was successfully reimplemented in Python using documentation, revealing gaps in documentation and 13 implementation issues.

OpenClawRadar
Reddit user shares detailed prompt for exporting personal knowledge from AI assistants
Tools

Reddit user shares detailed prompt for exporting personal knowledge from AI assistants

A Reddit user has created a comprehensive prompt for extracting structured personal knowledge from AI assistants like Claude, addressing perceived limitations in Anthropic's ChatGPT import feature. The prompt generates three distinct JSON artifacts covering personal knowledge bases, intellectual frameworks, and knowledge graphs.

OpenClawRadar
7 slash commands, $0.45/post: This Claude Code pipeline runs a full SEO content operation
Tools

7 slash commands, $0.45/post: This Claude Code pipeline runs a full SEO content operation

A developer open-sourced a 7-command Claude Code pipeline that handles SEO research, writing, optimization, and publishing. Costs $0.45/post (Perplexity API), runs in 15 min/day. Results: 18× monthly impressions in 12 months.

OpenClawRadar
RTX 5060 Ti 16GB Local LLM Benchmarks: 30B Models Still Lead for Coding
Tools

RTX 5060 Ti 16GB Local LLM Benchmarks: 30B Models Still Lead for Coding

Benchmarks on an RTX 5060 Ti 16GB show Unsloth Qwen3-Coder-30B UD-Q3_K_XL achieving 76.3 tok/s on Ubuntu with quality score 8.14, making it the recommended default coding model. The Unsloth Qwen3.5-35B UD-Q2_K_XL hits 80.1 tok/s but with lower quality scores.

OpenClawRadar