Skip to main content

11 posts tagged with "ralph-starter"

View All Tags

How ralph-starter Converts Figma Designs to Pixel-Perfect Code

· 6 min read
Ruben Marcus
Creator of ralph-starter

I ran ralph-starter figma, pasted a Figma URL, picked my tech stack, and walked away. When I came back, the generated landing page matched the Figma design at 98.2% pixel accuracy. The AI agent had caught its own font-size mismatch, fixed it, and passed a strict visual comparison — all without me writing a single line of code.

This is how Figma-to-code should work. Here is exactly how it does.

Automating entire workflows with ralph-starter

· 11 min read
Ruben Marcus
Creator of ralph-starter

ralph-starter is a CLI tool that orchestrates AI coding agents in autonomous loops. You give it a task (or point it at a GitHub issue, a Linear ticket, a Notion page), it runs the agent, checks if tests pass, if lint is clean, if build works. If something fails it feeds the error back to the agent and loops again. When everything passes it commits, pushes, and opens a PR.

Why I built ralph-starter

· 3 min read
Ruben Marcus
Creator of ralph-starter

Do you know when you have a GitHub issue with the full spec, and then you open Claude or ChatGPT, copy the issue, paste there, get code back, paste in your editor, run tests, something breaks, go back to chat, paste the error? I was doing this 20 times a day. Twenty. I counted.