CMS as Software

Your Custom-Branded CMS, Instantly

Deploy a powerful, white-labeled Payload CMS for your agency or clients with a single API call. Manage content seamlessly with a beautiful admin UI, delivered as a service.

Join waitlist

studio.do

import { studio } from '@do-sdk/js';

// Deploy a new white-labeled Payload CMS instance
const newSite = await studio.deploy({
  projectName: 'acme-corp-blog',
  brand: {
    name: 'ACME Corp',
    logoUrl: 'https://cdn.acme.com/logo.svg',
    colors: {
      primary: '#1E40AF',
      secondary: '#F3F4F6'
    }
  },
  database: {
    provider: 'mongodb',
    connectionString: process.env.MONGO_DB_URL
  }
});

console.log('CMS deployed:', newSite.adminUrl);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.