Build with Mojimoto
Short, practical guides that take you from an empty project to content delivered over a fast JSON API — and everything in between.
Quickstart
From an empty project to content delivered over the API in about ten minutes — model a type, publish an entry, and fetch it.
Read guideModel your content
Design content types with typed fields, reusable components, and references — a model your front end can rely on.
Read guideFetch content with the Delivery API
Query published content by type, slug and locale, paginate, sort, and resolve references — all from one REST endpoint.
Read guidePreview drafts before they go live
Use a preview token and ?ref=preview to render unpublished drafts on a staging site, while production only ever sees published content.
Read guideRebuild your site with webhooks
Fire an outbound, HMAC-signed webhook when content is published — to rebuild a static site or sync an integration.
Read guideLocalise content
Author an entry per locale against the same model, request a language from the API, and fall back gracefully when a translation is missing.
Read guideGenerate a typed SDK
Download TypeScript types for your content model so your editor autocompletes fields and your build catches mismatches.
Read guide