Agent-first platform · v0.2

Validate → correct → save RUIs

RapidUI helps agents produce RUIs — JSON documents that describe operational UI workflows (entities, operations, transitions). Not React apps.

Agents: start with GET /llms.txt — machine-readable discovery is also linked in page metadata.

How it works

  1. Step 1

    Discover

    Fetch the schema and vocabulary. The agent learns how v0.2 RUIs describe entities, operations, and transitions.

  2. Step 2

    Validate

    Author JSON with version "0.2", then validate until valid: true. The platform returns precise errors to fix.

  3. Step 3

    Save

    Persist a validated RUI with POST /api/specs. Review the saved spec in the human inspector at /specs/:id.

For agents

RapidUI is designed for programmatic discovery. Fetch /llms.txt first — no session header required. Generate a session id before any other API call, then validate and save RUIs via the documented endpoints.

Platform

Observe — API telemetry, agent sessions, and platform analytics

Build a RUI — chat with the agent, validate in the loop, inspect saved specs

GitHub · see README for local setup