Notion-like editor with
a simple headless API

A simple blogging CMS for devs and marketers

npm i zenblog
The zenblog editor UI
Narix Hine

Narix Hine

leximory

By the way, the CMS is @zenbloghq. A brilliant CMS that simply works. Integrating it with the website didn't take 5 minutes.

Jesse

Jesse

lawrencejessej

Just tried @zenbloghq last night and i started a blog and connected to my website with some help from cursor.The site is coming together, time for a real domain I think https://jesselawrence.replit.app/blog

Alvaro

Alvaro

metasurfero

I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product

jordi

jordi

jordienr

i use zenblog to manage the blog in zenblog

william

william

williamhzo

zenblog gud

Narix Hine

Narix Hine

leximory

By the way, the CMS is @zenbloghq. A brilliant CMS that simply works. Integrating it with the website didn't take 5 minutes.

Jesse

Jesse

lawrencejessej

Just tried @zenbloghq last night and i started a blog and connected to my website with some help from cursor.The site is coming together, time for a real domain I think https://jesselawrence.replit.app/blog

Alvaro

Alvaro

metasurfero

I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product

jordi

jordi

jordienr

i use zenblog to manage the blog in zenblog

william

william

williamhzo

zenblog gud

Narix Hine

Narix Hine

leximory

By the way, the CMS is @zenbloghq. A brilliant CMS that simply works. Integrating it with the website didn't take 5 minutes.

Jesse

Jesse

lawrencejessej

Just tried @zenbloghq last night and i started a blog and connected to my website with some help from cursor.The site is coming together, time for a real domain I think https://jesselawrence.replit.app/blog

Alvaro

Alvaro

metasurfero

I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product

jordi

jordi

jordienr

i use zenblog to manage the blog in zenblog

william

william

williamhzo

zenblog gud

Narix Hine

Narix Hine

leximory

By the way, the CMS is @zenbloghq. A brilliant CMS that simply works. Integrating it with the website didn't take 5 minutes.

Jesse

Jesse

lawrencejessej

Just tried @zenbloghq last night and i started a blog and connected to my website with some help from cursor.The site is coming together, time for a real domain I think https://jesselawrence.replit.app/blog

Alvaro

Alvaro

metasurfero

I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product

jordi

jordi

jordienr

i use zenblog to manage the blog in zenblog

william

william

williamhzo

zenblog gud

Developer friendly

Zenblog is very easy to integrate into any stack by using our HTTP API or our typesafe, typescript API client.

Go to docs
blog.tsx
1import { createZenblogClient } from "zenblog";
2
3const client = createZenblogClient({ blogId: "your-blog-id" });
4
5const posts = await client.posts.list();
6const post = await client.posts.get({ slug: "hello-world" });

Wonderful, simple, writing experience

Our editor is designed to be both powerful and simple to use. You can focus on writing without worrying about the rest.

Try it for free
The zenblog editor UI

Features

Get started in minutes

No need to configure models, create a blog, write a post, publish.

Easy to integrate

Use our HTTP API to fetch your content and display it on your website however you want. Works with any stack.

Type safety

Use our typesafe API client to fetch your content. No more parsing issues.

It's not Wordpress

Forget about wordpress headaches. Just focus on writing great content.

Image hosting

We host your images for you. No need to upload them to another service.

Simple editor

Inspired by tools like Notion, we made an editor that is both powerful and simple to use.

Framework examples

Frequently asked questions