Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted project scaffolding server

Define project templates, generate new projects from them via API or web UI. Your own create-react-app generator for any stack, with team-shared templates.

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

A non-profit with no DevOps budget downloads the Scaffold binary, sets two environment variables, and runs it on the same Linux box that handles their email. It has been running for three months without intervention. When they need to update, they download the new binary and restart the process.

Why self-host your project scaffolding server

Every template your team creates contains context that matters — name, content, variables, language, status. When that data lives in a third-party service, you are one acquisition or policy change away from losing access. Scaffold keeps it local.

Endpoints
Under the hood

Install Scaffold with the one-line shell script or download the binary directly from GitHub. Run it, open /ui, and start creating templates. The SQLite database lives in a single file under the data directory. To migrate to a new server, copy the binary and the data directory. That is the entire migration procedure.

Custom scripts at maintenance time.

Self-hosted project scaffolding server. 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 scaffold
Run
PORT=9120 ./scaffold
Open
http://localhost:9120

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 3 templates
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited templates, variable substitution, Git initialization, team sharing
  • 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 SCAFFOLD_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./scaffold

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