Stacktora
Stacktora / Vault / Uptime & Status Page Backend
Observability by @ops

Uptime & Status Page Backend

Monitor a set of URLs, record pass/fail history, and serve a public status page from the same data — the same shape as Stacktora's own dogfooding project for this exact use case. A worker performs the periodic checks; Postgres holds the history.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Node.js 24 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install uptime-status-page-backend --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault