Skip to content
ForumChat Developer docs All docs GitHub ↗
✦ Developer documentation

Build on top of your community.

ForumChat exposes a few small, sharp surfaces for wiring the outside world into a community — from a fire-and-forget webhook to a full external member that lives in the conversation. Pick a surface to get started.

External connectors

Run an outside program as a human chat member over a signed SSE stream.

Read the guide

Webhooks

Stateless inbound bot messages and outbound event relay over plain HTTP.

Read the guide