AI Stream Studio
RAIS Protocol
RAIS Spec ↗GitHub
Open platform · RAIS Protocol v1

The DevTools for
AI Streaming Infrastructure

Inspect any SSE endpoint. Benchmark providers. Prove RAIS compliance. Test in seconds, no setup required.

Inspect an endpoint →⚡ Run benchmark
POST http://localhost:3001/api/chat — AI Stream Studio
RAIS ✓
Raw SSE Frames
0ms{"type":"text","text":"SSE"}
18ms{"type":"text","text":" streaming"}
52ms{"type":"text","text":" works"}
71ms{"type":"text","text":" by"}
102ms{"type":"text","text":" sending"}
134ms{"type":"text","text":" each"}
168ms{"type":"text","text":" token"}
203ms{"type":"done"}
Live Stats
TTFB
18ms
Elapsed
203ms
Tokens
7
Tok/s
34.5
✓ RAIS Protocol Compliant
All events have type field
text events have text field
done event is last
No unknown event types

Works with every provider

GroqLlama 3.3
OpenAIGPT-4o mini
AnthropicClaude Haiku
OllamaLocal models
Any RAISendpoint

Everything you need to ship AI streaming right

Six purpose-built tools, one unified workspace.

🔭
Stream Inspector
Core tool

Paste any endpoint, fire a request, see live SSE frames, timing bars, and RAIS compliance in real time. Session history included.

⚖️
Protocol Diff
Compare

Run two endpoints simultaneously. Side-by-side TTFB, tok/s, token count, and compliance — with delta percentages.

Benchmark
Performance

Run N rounds across Groq, OpenAI, Anthropic, Ollama, and local servers. See P50 latency, throughput, and cost estimates.

Stream Replay
Debugger

Record any stream, then replay it at original speed, step-by-step, or at 10× — a debugger for SSE timing and event order.

📦
Template Generator
Scaffold

Choose platform + provider, get a complete scaffolded project. Next.js, Vite, Express, FastAPI, HTML — any stack.

RAIS Compliance
Protocol

Run the full RAIS v1 suite: type fields, text/done/error events, event ordering, JSON validity, unknown frame detection.

Zero setup. Test in seconds.

01
Paste any SSE endpoint

Local server, hosted API, Groq, OpenAI, Anthropic — anything that streams.

02
Fire a test stream

Requests proxy through the studio server, eliminating CORS entirely.

03
Inspect, compare, fix

See every raw frame, check compliance, benchmark against competitors, generate starter code.

Start inspecting in 30 seconds

No account. No install. Just paste an endpoint and go.

Open Inspector →Run BenchmarkRAIS Spec ↗