Documentation

PostOrbit Docs

Everything you need to deploy, configure, and master PostOrbit for your email marketing needs.

Quick Start

Get PostOrbit running in under 5 minutes with these commands:

# Clone the repository
git clone https://github.com/etherlabz/postorbit.git
# Install dependencies
cd postorbit && npm install
# Set up environment
cp .env.example .env
# Run database migrations
npx prisma migrate deploy
# Start the development server
npm run dev

Getting Started

Quick start guide to deploy PostOrbit in minutes

Database Setup

Configure PostgreSQL and run migrations

Configuration

Environment variables and settings

Features

Learn about PostOrbit's powerful features

Resources

Environment Variables

Configure these environment variables in your .env file:

VariableDescription
DATABASE_URLPostgreSQL connection string
NEXTAUTH_SECRETSecret for NextAuth.js session encryption
NEXTAUTH_URLYour application URL (e.g., http://localhost:3000)
RESEND_API_KEYYour Resend API key for sending emails

Need Help?

Join our Discord community for support, or open an issue on GitHub.