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

The DevTools for
AI Streaming Infrastructure

Inspect, benchmark, and compare any SSE endpoint — free, no account needed. Ship production AI with the hosted gateway.

Get free API key →Try the inspector (free)
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.

Free forever

DevTools

Inspector, Benchmark, Protocol Diff, Replay, Templates — use everything without signing up.

inspectbenchmarkcomparetemplates
API key required

RAIS Gateway

Multi-provider routing · Retries · Usage analytics · Zero key exposure. Apply and get a free key instantly by email.

Free5k tokens/mo
Pro · €10/mo100k tokens/mo
Team · €49/mo1M tokens/mo
Get free API key →
Coming soon · RAIS Cloud

The hosted AI gateway,
built on RAIS Protocol

Drop one line into your app and get multi-provider routing, retries, usage analytics, and zero key exposure — all streaming over RAIS v1.

Multi-provider routing
OpenAI · Anthropic · Groq · Gemini
📊
Usage analytics
Tokens · Cost · Latency
🔑
Zero key exposure
Keys stay server-side
// Before
useAIChat({ endpoint: "/api/chat" })

// After — one line change
useAIChat({
endpoint: "https://react-ai-stream-gateway.vercel.app/api/v1/chat",
extraHeaders: { Authorization: `Bearer ${apiKey}` },
}
Free$0 / forever
5,000 tokens/month · 10 req/min
Free API key — instant, no card5,000 tokens/month10 requests/minute1 provider at a time+2 more
No credit card. Key emailed instantly. Start building now.