Build with dotCMS

dotCMS empowers marketers, developers, and DevOps teams to create, manage, and deliver content-driven experiences across all digital channels.

Visual Editing for any Framework (even PHP or .NET)

Headless, Hybrid, or SSR—dotCMS's Universal Editor (UVE) enables visual content management across any framework. Manage content centrally while powering thousands of sites and apps from a single dotCMS environment.

Or use our Battle Tested Templating

dotCMS ships with a simple, proven templating engine to quickly build and deliver content and sites. Built on top of Apache Velocity, dotCMS minimizes complexity from your delivery and deployments, making it quicker and easier to build and run pages, sites and apps in one unified platform.

API & Playgrounds

Don't worry, they're not complex. Use our developer-friendly REST APIs to manage content, assets, and workflows programmatically across your digital ecosystem.

Get started with dotCMS REST APIs
GraphQL Playground

Interactive GraphQL query editor and schema explorer

REST API Playground

Test and explore REST API endpoints in real-time

Image API Playground

Experiment with image transformations and optimizations

Authentication
Authorization:
Bearer <your-api-token>
Request Body
{
  "contentType": "Blog",
  "title": "Getting Started with dotCMS",
  "author": "John Doe",
  "status": "PUBLISHED"
}