Skip to main content
Flexprice is open source under a community edition you can run yourself. The deployment guides live in the Documentation tab; this page is the developer’s entry point to them and the differences that matter when you build against a self-hosted instance instead of Flexprice Cloud.

Self-hosting guides

Self-hosting guide

Docker Compose on one machine: Postgres, ClickHouse, Kafka, Temporal, and the API.

Self-hosting on AWS

A production layout on AWS with managed data stores.

Frontend

Build and serve the dashboard against your API.

Configuration

Every environment variable, including webhook and Svix settings.
The architecture page explains what each service does and how events flow through them.

What self-hosting changes for your code

Pointing each tool at your instance

Contributing to Flexprice open source

Fixes and features for the backend, dashboard, and these docs are welcome. Start with the contributing guide and the backend setup.