Documentation

Build with Blobify

Blobify is a headless plus contentless CMS. The dashboard manages models, editing, publishing, permissions, and webhooks while published JSON stays in your own bucket.

Blobify manages schema, editing, publishing, permissions, and webhooks.
Your published content lives in your own bucket as JSON files.
Websites and apps read published content directly from the bucket.
Developers and services can automate Blobify through the API.

Start Here

Start with these pages for setup, storage, and publishing.

Reference

Use these pages for reference details and implementation specifics.

What Blobify publishes

Blobify writes stable JSON artifacts into your bucket for websites, apps, and automation.

spaces/
  main/
    content/
      article/
        art_123/
          draft.json
          published.json
    summaries/
      draft/
        index.json
        article/s000.json
      published/
        index.json
        article/s000.json
    lookups/
      published/
        article/
          slug/
            en/
              s076.json
    list-indexes/
      published/
        article/
          firstpublished/
            en/
              index.json
              p00000.json
    assets/
      media/
      catalog.json