> ## Documentation Index
> Fetch the complete documentation index at: https://docs.revolte.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Cases Gallery

> Walkthroughs showing how teams use Revolte for real engineering work, from UI implementation to production debugging.

<CardGroup cols={2}>
  <Card title="Figma to Code" icon="figma" href="/use-cases/figma-to-code">
    Turn a Figma frame into working UI that matches your existing components and conventions.
  </Card>

  <Card title="Build APIs from a Spec" icon="server" href="/use-cases/api-from-spec">
    Implement backend endpoints from an API specification, fit to your codebase's existing patterns.
  </Card>

  <Card title="Fix a Production Bug" icon="bug" href="/use-cases/fix-a-bug">
    Go from an error message or user report to a root cause, a fix, and regression coverage.
  </Card>

  <Card title="Generate Tests" icon="flask-conical" href="/use-cases/generate-tests">
    Find coverage gaps in an existing feature and generate tests that follow your project's conventions.
  </Card>

  <Card title="Trace a Workflow" icon="route" href="/use-cases/trace-a-workflow">
    Follow an execution path across services and queues to find where it breaks, then fix it.
  </Card>
</CardGroup>
