One platform. Every step from content model to production code.
Contoprix connects content modeling, a visual builder, REST and GraphQL APIs, and a typed SDK into a single workflow — with the governance a real security review expects.
Digital experience orchestration and personalization are planned roadmap capabilities, clearly separated below from what ships today.
From content model to your application
Editors work in Content Studio and the Visual Builder. Developers query the same content through REST or GraphQL and ship it with a typed SDK.
Content Model
Content Studio
Visual Builder
REST / GraphQL
Graph Playground
SDK / CLI
Your Application
Model content once. Manage it everywhere.
Content types, components, and relationships are defined once and reused across every page, site, and channel.
Visual Builder
Give editors control without giving up your frontend.
Editors see the page they're editing, update content in context, preview changes, and publish when ready — built on the same structured content your developers query through the API, so nothing gets out of sync.
REST and GraphQL, both shipped today
Query exactly the shape you need, explore your schema in the Graph Playground, and connect it to your frontend with a typed SDK and CLI.
query {
entries(type: "product", locale: "en-US") {
id
title
price
seo { title description }
}
}import { ContoprixClient } from "@contoprix/client"
export const contoprix = new ContoprixClient({
baseUrl: process.env.NEXT_PUBLIC_CONTOPRIX_URL!,
})Packages: @contoprix/client @contoprix/react @contoprix/next @contoprix/cli — see the Getting Started guide.
One media library for every site
Upload once, reuse everywhere, and know exactly where each asset is used before you touch it.
One platform for every site, brand, and team
Run multiple properties, languages, and teams from one tenant-aware workspace, with isolation and permissions built in.
Built beyond plugin-based CMS limits
Keep content flexible, APIs open, permissions strong, and localization ready for enterprise programs.
Security
Built to earn your engineering team's trust.
- — Tenant data isolated by design, not just by UI
- — Role-based access with a full audit trail
- — Hardened against SSRF, DNS rebinding, and secret leaks
Roadmap — Not Shipped Yet