Getting Started

Blobify publishes JSON into your bucket. Your site or app reads those published outputs directly.

First run

  1. Sign in and create an organization.
  2. Configure S3 or R2 in settings.
  3. Create or import models and blocks.
  4. Create content in a space.
  5. Save draft.
  6. Publish.
  7. Read published content from the bucket or generated client.

What Blobify writes

  • schema JSON
  • draft content JSON
  • published content JSON
  • summaries
  • lookup indexes
  • list indexes
  • routing
  • asset metadata

What your app reads

Most apps read:

  • published content
  • published summaries
  • published routing
  • asset metadata

Dashboard-only paths include:

  • draft content
  • history
  • dashboard storage paths

Automation

Blobify exposes schema, validation, content, and publish APIs that scripts and tools can call directly.

Workflow:

  1. Generate JSON in a script or tool.
  2. Validate the payload with Blobify.
  3. Import schemas or save drafts.
  4. Publish updated outputs to the bucket.