Getting Started
Blobify publishes JSON into your bucket. Your site or app reads those published outputs directly.
First run
- Sign in and create an organization.
- Configure S3 or R2 in settings.
- Create or import models and blocks.
- Create content in a space.
- Save draft.
- Publish.
- 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:
- Generate JSON in a script or tool.
- Validate the payload with Blobify.
- Import schemas or save drafts.
- Publish updated outputs to the bucket.