Addablogtoyourwebsitein 2 minutes
Open source blogging CMS. Easily self-hostable. Works with any stack.
Open source blogging CMS. Easily self-hostable. Works with any stack.
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 "@zendo/cms"; const cms = createClient({ blogId: env.ZENDO_BLOG_ID, }); const posts = await cms.posts.getAll();