Your portal to the coolest blog CMS this side of the millennium!
A simple blogging CMS for devs and marketers. Start blogging for free!
npm i zenblog
What people are saying:
Narix Hineleximory: By the way, the CMS is @zenbloghq. A brilliant CMS that simply works. Integrating it with the website didn't take 5 minutes.
Jesselawrencejessej: 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
Alvarometasurfero: I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product
jordijordienri: use zenblog to manage the blog in zenblog
williamwilliamhzo: zenblog gud
Narix Hineleximory: By the way, the CMS is @zenbloghq. A brilliant CMS that simply works. Integrating it with the website didn't take 5 minutes.
Jesselawrencejessej: 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
Alvarometasurfero: I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product
jordijordienri: use zenblog to manage the blog in zenblog
williamwilliamhzo: zenblog gud
Narix Hineleximory: By the way, the CMS is @zenbloghq. A brilliant CMS that simply works. Integrating it with the website didn't take 5 minutes.
Jesselawrencejessej: 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
Alvarometasurfero: I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product
jordijordienri: use zenblog to manage the blog in zenblog
williamwilliamhzo: zenblog gud
Zenblog is very easy to integrate into any stack by using our HTTP API or our typesafe, typescript API client.
Go to docs
1 import { createZenblogClient } from "zenblog";
2
3 const client = createZenblogClient({ blogId: "your-blog-id" });
4
5 const posts = await client.posts.list();
6 const post = await client.posts.get({ slug: "hello-world" });
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!
Zenblog, Next.js, Tailwind CSS, TypeScript
Next.js Zenblog example with Tailwind CSS and TypeScript