Start with what you are building
Turn a launch, product update, lesson, or idea into one shared draft.
The all-in-one content team for solo founders, from first draft to every destination.
Managed plans
Managed plans start at $15 per month. Every plan includes a card-required 14-day trial. OpenPost shows the renewal price and date before you start, and you can cancel from billing settings before the first charge.
Provider access and available formats still depend on account type, permissions, review, and current provider support.

services:
openpost:
image: ghcr.io/getopenpost/openpost:latest
platform: linux/amd64
container_name: openpost
restart: unless-stopped
env_file:
- .env
ports:
- "8080:8080"
volumes:
- openpost_data:/data
environment:
- OPENPOST_PORT=8080
- OPENPOST_DATABASE_PATH=/data/db/openpost.db
- OPENPOST_MEDIA_PATH=/data/media
volumes:
openpost_data:TIP
New to OpenPost? Read the user guide, watch the product demo, or follow the self-hosting quickstart.