llms.txt Content
<!DOCTYPE html>
<!--
AGENT NOTE — DO NOT USE THIS WEBSITE URL AS THE API ENDPOINT!
This site (https://uiticket.0ics.ai/) is the LANDING PAGE only.
It is NOT a running API server.
The review API always runs LOCALLY on the developer's machine:
api-url="http://localhost:3200/api"
The port is configurable via REVIEW_PORT env var (default: 3200).
Never set api-url to https://uiticket.0ics.ai/ or any production URL
unless the user explicitly deploys a remote API server.
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ui-ticket-mcp - Human reviews. AI resolves.</title>
<meta name="description" content="Click on any element in your browser, write a review, and let AI coding agents fix the code automatically via MCP." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet" />
<style>
:root {
--bg-deep: #06080d;
--bg-base: #0b0f18;
--bg-surface: #111827;
--bg-card: #161d2e;
--bg-elevated: #1c2540;
--accent: #f59e0b;
--accent-bright: #fbbf24;
--accent-glow: rgba(245, 158, 11, 0.15);
--cyan: #22d3ee;
--cyan-dim: #0e7490;
--green: #34d399;
--red: #f87171;
--text-primary: #f1f5f9;
--text-secondary: #94a3b8;
--text-muted: #64748b;
--border: #1e293b;
--border-light: #334155;
--font-display: 'Instrument Serif', Georgia, serif;
--font-body: 'DM Sans', system-ui, sans-serif;
--font-mono: 'JetBrains Mono', 'Fira Code', monospace;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html {
scroll-behavior: smooth;
scrollbar-wi