CMS-AS-CODE

Your Brand, Your Content, Our Studio.

Get a powerful and beautiful Payload CMS for your content and admin needs, instantly configured and branded to your specifications. No hosting, no-ops, just code.

Join waitlist

studio.do

import { CollectionConfig } from 'payload/types';

const Posts: CollectionConfig = {
  slug: 'posts',
  admin: {
    useAsTitle: 'title',
  },
  fields: [
    {
      name: 'title',
      type: 'text',
      required: true,
    },
    {
      name: 'content',
      type: 'richText',
    },
    {
      name: 'status',
      type: 'select',
      options: ['draft', 'published'],
      defaultValue: 'draft',
      admin: {
        position: 'sidebar',
      },
    },
  ],
};

export default Posts;

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.