Deploy Dispatcher
Dispatcher is a simple but powerful dashboard for your Railway templates
Dispatcher
Just deployed
/data
Deploy and Host Dispatcher on Railway
Dispatcher is a self-hosted analytics dashboard for Railway template publishers. It signs into your Railway workspace, snapshots your template earnings on a schedule, and charts payouts, projects, and active deploys over time. It can also automatically withdraw your kickback balance to your payout account every day.
About Hosting Dispatcher
Dispatcher ships as a single Go binary with the React frontend and DuckDB database embedded, so hosting it means running exactly one service, no separate database or frontend to manage.
Common Use Cases
- Track template kickback earnings over time with charts and period-over-period comparisons
- Monitor total, recent, and active projects deployed from your published templates
- Auto-withdraw your Railway earnings balance to a payout account on a daily schedule
Dependencies for Dispatcher Hosting
- A Railway volume for the DuckDB file, so analytics history persists across deploys
Deployment Dependencies
Implementation Details
Dispatcher is a single Go binary with the frontend embedded and DuckDB as its database, there's not much to it. All configuration is preset by the template.
Why Deploy Dispatcher 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 Dispatcher 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
Dispatcher
ThallesP/dispatcher