Sign up for a special launch discount
Addablogtoyourwebsitein2linesofcode
The modern headless CMS for TypeScript developers
Sign up for a special launch discount
The modern headless CMS for TypeScript developers
Built for developers. Stack agnostic.
Fully typed API client that you can use in your app to fetch your content. No GraphQL.
Imagine having to open the system file picker just to upload an image.
Easily manage SEO metadata for your posts.
Automatic generation of open graph images for your posts.
A modern dashboard that you can navigate easily.
It doesn't matter how many blogs you have. Simple usage based pricing.
Easily find out how many page views your blog posts have.
import { createClient } from "@zendoblog/cms"; const cms = createClient({ blogId: env.ZENDO_BLOG_ID, }); const posts = await cms.posts.getAll();