---
title: "Deploy Chirp Formbox"
description: "Deploy a private form backend and searchable submission inbox."
category: "Automation"
url: https://railway.com/deploy/chirp-formbox
---

# Deploy Chirp Formbox

Deploy a private form backend and searchable submission inbox.

**[Deploy Chirp Formbox on Railway](https://railway.com/template/chirp-formbox)**

- **Creator:** Lawrence Lane's Projects
- **Category:** Automation

## Template content

### web https://raw.githubusercontent.com/lbliii/chirp-formbox/v0.1.0/favicon.svg

- **Source:** https://github.com/lbliii/chirp-formbox
- **Health check:** /ready
- **Public domain:** Yes

### Postgres https://devicons.railway.app/postgresql.svg

- **Image:** ghcr.io/railwayapp-templates/postgres-ssl:18

## Documentation

# Deploy and Host a Form Backend & Submission Inbox with Railway

Deploy Chirp Formbox as a polished receiving desk for static-site forms. One
click provisions the web application and PostgreSQL with generated credentials,
private service wiring, and no required configuration fields.

## About Hosting Chirp Formbox

Chirp Formbox runs as one Chirp web service backed by Railway PostgreSQL. Each
form endpoint has a generated ingestion token and an explicit allowed-origin
boundary. PostgreSQL keeps form configuration and submissions durable across
restarts and updates, while the owner inbox provides search, archive, deletion,
and safe CSV export.

## Why Deploy Chirp Formbox on Railway

- Zero-input deployment with generated owner and signing secrets.
- Copy-paste HTML integration for any static site or landing page.
- Browser-form and JSON ingestion with CORS preflight support.
- Bounded bodies, fields, origins, honeypot handling, and rate limiting.
- Safe text inspection and spreadsheet-formula-neutralized CSV exports.
- One focused application service—no Redis, worker, email vendor, or webhook.

## Common Use Cases

- Contact forms for portfolios and small-business websites.
- Lead and waitlist intake from static landing pages.
- Documentation feedback and event-registration forms.
- Internal request forms without a separate SaaS account.
- A small form backend you can eject, inspect, and fully own.

## Dependencies for Chirp Formbox Hosting

The template uses only the included Chirp application and Railway PostgreSQL.
No email provider, queue, cache, object store, or third-party form service is
needed.

### Deployment Dependencies

- Python 3.14 via Railpack
- Chirp 0.10.x with PostgreSQL and signed-session extras
- Railway PostgreSQL with a persistent data volume
- Generated `CHIRP_SECRET_KEY` and `FORMBOX_ADMIN_TOKEN`
- Private `${{Postgres.DATABASE_URL}}` service reference


## Similar templates

- [N8N Main + Worker](https://railway.com/deploy/n8n-main-worker) — Deploy and Host N8N with Inactive worker.
- [Evolution API with n8n](https://railway.com/deploy/evolution-api-with-n8n) — [Jul'26] WhatsApp automation platform using Evolution API, n8n & PostgreSQL
- [Postgres Backup](https://railway.com/deploy/postgres-s3-backups) — Cron-based PostgreSQL backup to bucket storage

Open this page in a browser: https://railway.com/deploy/chirp-formbox
