---
title: "Deploy PraiseDynasty"
description: "We host whatsapp for like whatsapp"
category: "Automation"
url: https://railway.com/deploy/praisedynasty
---

# Deploy PraiseDynasty

We host whatsapp for like whatsapp

**[Deploy PraiseDynasty on Railway](https://railway.com/template/praisedynasty)**

- **Creator:** Sadiq Shehu Musa's Projects
- **Category:** Automation

## Template content

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

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

### Redis https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg

- **Image:** redis:8.2.1
- **Start command:** `/bin/sh -c "rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH"`

### evolution-api https://devicons.railway.app/whatsapp

- **Image:** evoapicloud/evolution-api:latest
- **Health check:** /health
- **Public domain:** Yes

## Documentation

# Deploy and Host PraiseDynasty on Railway

PraiseDynasty is an AI-assisted conversational sales operating system for
WhatsApp-first businesses. It combines a multi-tenant FastAPI backend,
Supabase/pgvector-powered RAG, and a six-state Sales Progression Engine to
qualify leads, follow up automatically, and move conversations toward a sale
— entirely over WhatsApp, with a Next.js dashboard for oversight and billing.

## About Hosting PraiseDynasty

Hosting PraiseDynasty means running a multi-tenant FastAPI backend connected
to a Supabase Postgres database with pgvector enabled for RAG-based reply
generation, alongside an Evolution API instance that handles the WhatsApp
connection for each tenant. The backend runs the Sales Progression Engine,
which tracks each lead through a six-state follow-up playbook and triggers
automated messages and escalations. A Next.js dashboard gives each tenant
visibility into conversations, analytics, and billing, which is processed
through Paystack. Because it's multi-tenant, one deployment can serve
multiple WhatsApp-first businesses at once, each isolated by tenant.

## Common Use Cases

- Real estate lead qualification and automated follow-up (e.g. property inquiries via WhatsApp)
- General WhatsApp-first SMB sales automation and conversational checkout
- Service businesses managing and progressing inbound WhatsApp leads
- Multi-tenant SaaS deployments serving several client businesses from one instance

## Dependencies for PraiseDynasty Hosting

- Supabase (Postgres + pgvector) — primary database and vector store for RAG
- Evolution API — WhatsApp connectivity layer for sending/receiving messages
- Paystack — payment processing and billing
- An LLM provider (e.g. Gemini or an OpenAI-compatible endpoint) — powers RAG completions and reply generation

### Implementation Details (Optional)

*Left out for now — add a snippet here if you want to show, e.g., a sample webhook payload or a Sales Progression Engine state transition.*

## Why Deploy PraiseDynasty 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 PraiseDynasty 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

- [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) — Automate WhatsApp workflows with Evolution API, n8n, and Postgres.
- [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/praisedynasty
