Bosca

Early access

Content, audience,
and delivery.
One platform.

Bosca unifies your content, your work, and your audience — then puts intelligence to work on all of it: analytics across the whole platform, built-in AI agents, recommendations that learn what each person cares about, and experiments that prove what works.

Content & Experience

A content engine, not just a CMS

Collaborative documents, media, guides, and data records with states, transitions, and publishing built in. Ingest external feeds, localize into any language, schedule events on shared calendars, work with Scripture — or render whole sites server-side with BML.

Build & Deliver

Where the work and the code live together

Specs, requirements, sprints, and boards sit next to your repositories — self-hosted Git with pull requests, reviews, CI pipelines, and an artifact registry. Kotlin scripts and event-driven pipelines automate the platform, and AI agents work across every subsystem.

Commerce

Sell from the platform you publish from

Stores, catalogs, products, and promotions; carts, orders, returns, and fulfillment; subscriptions and billing. Commerce shares the same content, audience, and analytics as the rest of the platform.

Administer

One app to run all of it

Bosca Studio is the admin app for the whole platform — every subsystem behind one sign-in, one search, and one shell, with Studio Personas shaping what each person sees. Install and upgrade it with the official Helm charts.

For developers

One schema to everything

Every capability — content, work, audience, infrastructure — hangs off a single GraphQL schema with real-time subscriptions. If you can see it in the app, you can query it.

GraphQL-first
Every subsystem speaks one schema. Typed clients, subscriptions, and batching included.
A robust CLI
A single native binary drives content, work, CI, and deployment — and embeds an MCP server for AI assistants.
Self-hostable
Official Helm charts, a built-in Kubernetes console, and PostgreSQL at the core. Your infrastructure, your data.
Scriptable everywhere
Kotlin scripts, visual pipelines, and event triggers automate the platform from the inside.
Build on Bosca
query.graphql
query {
  content {
    categories {
      all {
        id
        name
      }
    }
  }
  workops {
    tasks {
      taskByKey(key: "PLAT-42") {
        key
        summary
      }
    }
  }
}

Bosca is in early access

We're opening the platform gradually — content, audience, delivery, and everything that connects them.

Explore the platform