Focused Tool · Apache 2.0 · Single Binary · Finance & Business

Self-hosted loyalty and points system

Award points for actions, let users redeem them, track balances. For apps building engagement mechanics without a third-party loyalty platform.

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

Full REST API

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

Why this exists

Self-hosting used to mean spending a weekend configuring Docker, Postgres, Redis, and an Nginx reverse proxy. Pennant skips all of that. It compiles to a static binary with an embedded database, so there is nothing to install and nothing to maintain.

How it works

Start Pennant 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 members through the web interface or POST JSON to the API. Filter by email, points, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts for monitoring.

A regulated company runs Pennant 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

Smile.io at $49/mo.

Self-hosted loyalty and points system. 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 pennant
Run
PORT=10090 ./pennant
Open
http://localhost:10090

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 25 members
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited members, redemption rules, leaderboard, Stripe integration
  • 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 PENNANT_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./pennant

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