Solo
$7.99/mo
1 project · billed monthly
Hosted widget plus ZIP export so you can ship on your own infra or static host.
- 1 project with hosted embed
- ZIP export for self-host or CDN
- Visual builder, draft / live
GoChat is a visual builder for production-ready chat UIs. Bring your own API, SSE, or WebSocket — no model hosting lock-in. Export vanilla HTML/CSS/JS or use hosted pages on gochat.repkit.ai.
Building AI chat UIs repeatedly wastes engineering time. GoChat gives you reusable, production-ready chat frontends.
Sample widget (static demo on this page).
ZIP includes index.html, gochat.min.js (esbuild), gochat.css, README with version metadata, and examples/*.md. Hosted public chat always serves your live version at /public/chat/{public_id} — later {uuid}.gochat.repkit.ai with CNAME.
POST https://api.example.com/chat
Content-Type: application/json
{
"message": "Summarize this page",
"type": "chat",
"history": [
{ "role": "user", "content": "Hello" },
{ "role": "assistant", "content": "Hi — how can I help?" }
]
}
→ 200 OK (example)
{
"message": "Here is a concise summary…",
"type": "chat"
}
Design chat interfaces with live preview.
Download HTML, CSS, and JS you own.
Works with HTTP APIs, SSE, and WebSockets.
Optional instant hosting on GoChat.
Draft and live versions — iterate safely, rollback-friendly.
Responsive layouts out of the box.
Solo, Starter, and Pro bill through Stripe in the app. Teams and Enterprise are enquiry-based. Prices below match in-app checkout.
$7.99/mo
1 project · billed monthly
Hosted widget plus ZIP export so you can ship on your own infra or static host.
$19.99/mo
Up to 3 projects
Same export and embed as Solo with room for a few products or environments.
$49.99/mo
Up to 10 projects
Agencies and teams running several widgets — highest self-serve project cap.
Custom
Volume & collaboration
Shared access, tailored limits, and a single invoice — we shape this with you.
Custom
Security & scale
Named support, procurement help, and SLA-style coverage where it fits.
The export card shows a mock HTTP request/response shape — your backend returns real messages. Checkout runs from Billing after sign-in when Stripe price IDs are configured.