About the Postpiece Publishing Platform
A publishing control plane for teams
Postpiece is designed for editors and operators who need a clean writing experience, structured publishing workflows, and hosted frontend delivery without stitching multiple tools together by hand.
What the product covers
The platform combines a control-plane dashboard, content API, tenant site renderer, media pipeline, and search integration into one deployment model.
That split keeps authoring and operational concerns in the admin app while public tenant sites stay fast, cacheable, and independently deployable.
How we develop it locally
Local development mirrors production boundaries. The dashboard runs separately from the hosted-site runtime, and object storage is exercised against MinIO rather than mocked away.
That setup makes route-level SSR, media handling, and tenant rendering bugs visible before deployment.
What this means for delivery
Editorial teams work in the control plane, while readers hit a separate frontend optimized for tenant rendering, media delivery, and crawlability.
That separation keeps public experiences lean and makes infrastructure boundaries easier to reason about when features move from local development to deployment.