Zenblog, Next.js, Tailwind CSS, TypeScript
Next.js Zenblog example with Tailwind CSS and TypeScript
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