Build AI chat frontends in minutes. Export or host them anywhere.

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.

The problem

Building AI chat UIs repeatedly wastes engineering time. GoChat gives you reusable, production-ready chat frontends.

Live preview

Sample widget (static demo on this page).

Export & host

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"
}

Features

Visual chat builder

Design chat interfaces with live preview.

Export anywhere

Download HTML, CSS, and JS you own.

Bring your own backend

Works with HTTP APIs, SSE, and WebSockets.

Hosted chats

Optional instant hosting on GoChat.

Version control

Draft and live versions — iterate safely, rollback-friendly.

Mobile ready

Responsive layouts out of the box.

Pricing

Solo, Starter, and Pro bill through Stripe in the app. Teams and Enterprise are enquiry-based. Prices below match in-app checkout.

Self-host

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
Growing

Starter

$19.99/mo

Up to 3 projects

Same export and embed as Solo with room for a few products or environments.


  • Up to 3 hosted projects
  • Everything in Solo
  • Separate branding per project
Most popular

Pro

$49.99/mo

Up to 10 projects

Agencies and teams running several widgets — highest self-serve project cap.


  • Up to 10 hosted projects
  • Everything in Starter
  • Priority support (roadmap)
Enquiry

Teams

Custom

Volume & collaboration

Shared access, tailored limits, and a single invoice — we shape this with you.


  • Custom project limits
  • Workspace & roles (roadmap)
Support & SLA

Enterprise

Custom

Security & scale

Named support, procurement help, and SLA-style coverage where it fits.


  • Dedicated support path
  • Custom infra (roadmap)

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.

Stop rebuilding chat frontends from scratch