Focused Tool · Apache 2.0 · Single Binary · Creator & Marketing

Self-hosted live chat widget

Drop a script tag on your site, your team answers chats from a dashboard. No Intercom account, no $74/mo per seat. Your conversations stay on your server.

Install Parlor Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Parlor is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

The problem

Privacy-conscious teams often build internal conversations workflows in Notion or Google Sheets because the alternative is a $200/month SaaS contract. Parlor gives you a purpose-built tool at a fraction of the cost, running on infrastructure you already control.

Architecture

Deploy Parlor as a systemd service, a Docker container, or a bare process behind tmux. It reads two environment variables: PORT and DATA_DIR. Everything else is self-contained. The /api/health endpoint returns the service status and conversations count, which you can wire into your existing monitoring stack.

A regulated company runs Parlor inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

Endpoints

Intercom at $74/seat/mo.

Self-hosted live chat widget. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool parlor
Run
PORT=9790 ./parlor
Open
http://localhost:9790

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 1 agent, 50 chats/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited agents and chats, chat history, email fallback, canned responses
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export PARLOR_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./parlor

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev