Agents write your UI now. The Rams Action is the judge in that loop — every change scored 0 to 100, merges gated on critical design defects, fixes handed back as patches your agents apply themselves.
Claude Code, Codex, Cursor — they already produce most of the interface code in a modern repo. Fast, plausible, and unreviewed.
The engine reads the changed UI files and scores them 0–100 against 291 design rules — accessibility, hierarchy, motion, craft. Any confirmed critical caps the score at 59.
Findings come back as structured JSON plus git-applyable patches. Your own agent step applies them — Rams never touches your code.
fail-on: critical blocks the merge until the defect is fixed. The loop keeps its speed; the product keeps its standard.
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
- uses: rams-design/rams-action@v1
with:
api-key: ${{ secrets.RAMS_API_KEY }}
fail-on: critical # or score<80, or neverOr run it on a schedule with mode: since-last-run — it reviews only what changed since the last sweep and leaves findings plus patches in rams-review/ for your own agent step to apply.
One YAML block. Free key, 30 reviews a month, no card.
Frameworks