Run Celestryll's OEM microservices
on your own infrastructure.
Download a product, start a free 30-day demo, and deploy it with Docker in minutes. When you're ready for production, purchase a license — the same install carries straight over.
1 · Sign upGet a demo or production license key at celestryll.com.
2 · DownloadGrab the product's kit below (compose + config).
3 · DeployFill
.env, docker compose up — or let Claude Code do it.4 · Go livePurchase to upgrade the same instance to production.
Products
Available
FormaPrint OEM
Multi-tenant, branded PDF & document rendering — quotes, invoices, reports — from templates, on your infrastructure.
$499/mo · Enterprise $1,499/mo (redistribution + SLA)
Kit ready
StableFlow OEM
Non-custodial crypto payment processing with invoicing, multi-chain support, and audit-grade attestation. Includes bundled FormaPrint for branded invoices.
$99/mo — includes your first $19,800/mo of volume · then just 0.5% on volume above that · FormaPrint bundled
Kit ready
Licentia Core OEM
Licensing & entitlement server — issue, validate, and meter licenses for your own products.
$5 / metered unit
Kit ready
AureaBilling OEM
Subscription & usage-based billing microservice with Stripe integration, metered + hybrid billing, multi-brand catalog, outbound webhooks, and audit-grade compliance.
$299/mo — includes your first ~$149.5k/mo of volume · then just 0.2% on volume above that · $7,500 one-time setup
Coming soon
MatrixCipher OEM
Coming soon. Register your interest and we'll notify you when it's available.
Quick start — FormaPrint
# 1. Get the kit
git clone https://github.com/mattshanaman/oem-distribution.git
cd oem-distribution/formaprint
# 2. Configure (paste your license key + DB into .env)
cp .env.template .env
# 3. Run
docker compose up -d
Full steps, schema setup, and troubleshooting are in the product's setup guide.
✦ Set it up with Claude Code
Open the folder in Claude Code and point it at
formaprint/CLAUDE-SETUP.md. It generates the internal secrets, applies the database schema, brings the stack
up, and runs a smoke render — asking you only for your license key and database connection, and never handling your
secrets in the open.