Deploy Progress Watch

Self-hostable progress tracking for anything that runs without you.

Deploy Progress Watch

/var/lib/postgresql/data

Just deployed

/data

progresswatch/progresswatch:latest

progresswatch/progresswatch:latest

Just deployed

Deploy and Host Progress Watch on Railway

Progress Watch is open source progress tracking for anything that runs without you: a crawl, a training run, a migration, a CI job, an AI agent. Each one reports counts with a single HTTP request, the CLI or MCP. You watch them live in the browser from anywhere and get a push notification when they finish.

About Hosting Progress Watch

This template runs the published Docker image, progresswatch/progresswatch, with Sidekiq embedded in the web process, next to a PostgreSQL database and a Redis instance. PostgreSQL keeps spaces and the structure of each task. Redis holds live progress and the notification queue; progress is never written to the database, so it stays small however long anything runs. A secret key is generated for every deploy, migrations run on boot, and Railway waits for /up to answer before sending traffic. To turn on push notifications, add a VAPID key pair to the service variables after the first deploy, as described at https://progress.watch/docs/notifications.

Common Use Cases

  • Watching long-running scripts, crawlers and training runs, with a notification when they finish or fail
  • Tracking CI jobs and deploys step by step: progresswatch run wraps any command and records its exit code
  • Letting AI coding agents report their own work as they go, through MCP or the bundled agent skill

Dependencies for Progress Watch Hosting

  • PostgreSQL
  • Redis

Implementation Details

Point the CLI at your deployment and start reporting:

npm install -g progresswatch
progresswatch configure --server https://your-app.up.railway.app
progresswatch space new "My work"

TASK=$(progresswatch new "Crawl docs")
progresswatch update "$TASK" --current 1200 --end 50000
progresswatch done "$TASK"

A space UUID is the only credential, so keep it in a secret rather than a committed file. Anything that can send an HTTP request can report too; the full API is at https://progress.watch/docs/api.

## Why Deploy Progress Watch on Railway?

Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.

By deploying Progress Watch on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.

Template Content

More templates in this category

View Template
N8N Main + Worker
Deploy and Host N8N with Inactive worker.

jakemerson
119
View Template
Evolution API with n8n
Automate WhatsApp workflows with Evolution API, n8n, and Postgres.

codestorm
89
View Template
Postgres Backup
Cron-based PostgreSQL backup to bucket storage

Railway Templates
870