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

Self-hosted voting and polling tool

Create polls, share a link, collect votes, see results. No Typeform, no SurveyMonkey. For teams making decisions, communities gathering opinions.

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

Full REST API

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

The case for owning your data

Most polls tools fall into two camps: free products that harvest your data, or enterprise platforms that cost more than the problem they solve. Agora exists because neither option makes sense when you just need a reliable voting and polling tool under your own control.

How it works

Deploy Agora 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 polls count, which you can wire into your existing monitoring stack.

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

Endpoints

SurveyMonkey at $25/mo.

Self-hosted voting and polling tool. 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 agora
Run
PORT=10070 ./agora
Open
http://localhost:10070

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 polls
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited polls, anonymous voting, result analytics, embed widget
  • 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 AGORA_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./agora

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