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

Self-hosted customer onboarding checklists

Define onboarding steps per product tier, embed them in your app via script tag, track completion per user. Appcues charges $249/mo for this.

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

Full REST API

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

A devops team integrates Concierge into their CI pipeline. A post-deploy hook creates a checklist record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches checklists by keyword to find related records without switching tools.

The problem

Every checklist your team creates contains context that matters — customer name, template, steps, progress, assignee. When that data lives in a third-party service, you are one acquisition or policy change away from losing access. Concierge keeps it local.

Endpoints
How Concierge runs

Start Concierge with a port and a data directory. It creates its SQLite database on first run and serves both the API and the dashboard on the same port. Create checklists through the web interface or POST JSON to the API. Filter by template, steps, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts grouped by status for monitoring.

Appcues at $249/mo.

Self-hosted customer onboarding checklists. 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 concierge
Run
PORT=10120 ./concierge
Open
http://localhost:10120

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 1 checklist, 25 users
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited checklists and users, progress analytics, tier targeting
  • 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 CONCIERGE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./concierge

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