---
title: Chat Overlay Overview
description: Browser chat overlay and provider runtime for Go/TypeScript chat applications.
doc_version: 1
last_updated: 2026-07-02
---


`chat-overlay` serves the chat overlay application and wires the Go backend to the browser-based chat UI. The package is published from the `go-go-golems/react-chat` repository, while the Go module and public docs package name are `chat-overlay`.

Use the command help to inspect the currently available server flags:

```bash
chat-overlay --help
```

For release documentation publishing, export the embedded Glazed help database with:

```bash
chat-overlay help export --format sqlite --output-path .docsctl/help.sqlite
```
