---
title: "Deploy LobbyStack"
description: "Open-source AI receptionist that answers calls and books appointments."
category: "AI/ML"
url: https://railway.com/deploy/lobbystack
---

# Deploy LobbyStack

Open-source AI receptionist that answers calls and books appointments.

**[Deploy LobbyStack on Railway](https://railway.com/template/lobbystack)**

Machine-readable deploy manifest (JSON, validated by TemplateCI): https://railway.com/deploy/lobbystack/manifest.json

- **Creator:** morencyr's Projects
- **Category:** AI/ML
- **Total deploys:** 1

## Template content

### worker

- **Source:** https://github.com/lobbystack/lobbystack
- **Health check:** /health/ready

### admin

- **Source:** https://github.com/lobbystack/lobbystack
- **Health check:** /api/health/ready
- **Public domain:** Yes

### voice-gateway

- **Source:** https://github.com/lobbystack/lobbystack
- **Health check:** /health/ready
- **Public domain:** Yes

### migrate

- **Source:** https://github.com/lobbystack/lobbystack
- **Start command:** `sh -c 'node_modules/.bin/tsx dist/cli.js migrate && node_modules/.bin/tsx dist/cli.js bootstrap && node_modules/.bin/tsx dist/cli.js check && VERIFY_RLS_BEHAVIOR=true node_modules/.bin/tsx dist/cli.js verify-rls'`

### Redis

- **Image:** redis:7-alpine
- **Start command:** `sh -c 'exec redis-server --bind :: 0.0.0.0 --appendonly yes --maxmemory-policy noeviction --requirepass "$REDIS_PASSWORD"'`

### Postgres

- **Image:** pgvector/pgvector:pg16

## Buckets

- **lobbystack-template**

## Documentation

# Deploy and Host LobbyStack on Railway

LobbyStack answers your business calls with an AI voice agent and books appointments while the caller is still on the line. Transcripts, recordings and follow-up texts land in a dashboard your team can check later. The code is MIT licensed, so you can rebrand it and sell it to your own clients.

## About Hosting LobbyStack

The template deploys these services:

- **admin**: dashboard and API, on a public domain
- **voice-gateway**: connects Twilio calls to OpenAI Realtime, on a public domain
- **worker**: follow-ups and scheduled jobs
- **migrate**: updates the database on each deploy, then exits
- **Postgres** with pgvector and **Redis**, each on a volume, plus a bucket for recordings

Railway generates every password and secret at deploy. You enter an OpenAI API key and your Twilio credentials. Then open the admin domain, create your account and pick a phone number. LobbyStack buys the number on your Twilio account and points its webhooks at the voice gateway.

## Common Use Cases

- Answer after-hours calls for a clinic, salon or home services company
- Book appointments and text confirmations without picking up the phone
- Sell a rebranded AI receptionist to your agency's clients

## Dependencies for LobbyStack Hosting

- An OpenAI API key for voice calls and chat
- A Twilio account for phone numbers, calls and texts

### Implementation Details

You pay Railway for hosting and OpenAI and Twilio for usage, but not LobbyStack. The source is at https://github.com/lobbystack/lobbystack and the self-hosting docs are at https://docs.lobbystack.com/self-hosting/overview.

## Why Deploy LobbyStack 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 LobbyStack 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.


## Similar templates

- [Chat Chat](https://railway.com/deploy/-WWW5r) — Chat Chat, your own unified chat and search to AI platform.
- [stella](https://railway.com/deploy/stella) — Self-host stella with web, API, Postgres, Redis, and object storage.
- [Hermes Agent | OpenClaw Alternative with Dashboard](https://railway.com/deploy/hermes-agent-or-openclaw-alternative-wit) — Self-Hosted Hermes AI Agent for Telegram, Discord & Slack

Open this page in a browser: https://railway.com/deploy/lobbystack
