
Zenblog, Next.js, Tailwind CSS, TypeScript
Next.js Zenblog example with Tailwind CSS and TypeScript
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
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
metasurfero
I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product
jordi
jordienr
i use zenblog to manage the blog in zenblog
william
williamhzo
zenblog gud
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
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
metasurfero
I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product
jordi
jordienr
i use zenblog to manage the blog in zenblog
william
williamhzo
zenblog gud
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
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
metasurfero
I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product
jordi
jordienr
i use zenblog to manage the blog in zenblog
william
williamhzo
zenblog gud
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
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
metasurfero
I started using @zenbloghq yesterday. I literally got it running on my Astro site in 10 minutes. Really great product
jordi
jordienr
i use zenblog to manage the blog in zenblog
william
williamhzo
zenblog gud
Zenblog is very easy to integrate into any stack by using our HTTP API or our typesafe, typescript API client.
Go to docs1import { 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" });
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 freeNo need to configure models, create a blog, write a post, publish.
Use our HTTP API to fetch your content and display it on your website however you want. Works with any stack.
Use our typesafe API client to fetch your content. No more parsing issues.
Forget about wordpress headaches. Just focus on writing great content.
We host your images for you. No need to upload them to another service.
Inspired by tools like Notion, we made an editor that is both powerful and simple to use.
Next.js Zenblog example with Tailwind CSS and TypeScript