better-blog
v0.0.22
Published
A drop-in blog framework for your React app
Maintainers
Readme
Better Blog
⚠️ This repository is a WORK IN PROGRESS and is under active development. Do not use it in production until it is stable 1.0.0
Add a production-ready, SEO-friendly blog to your React app in minutes. better-blog is a framework-agnostic (React, Next.js, React Router, Tanstack Start, etc...), type-safe router + component set with drop-in setup, SSR/SSG out of the box, and full customization—works with modern frameworks like Next.js App Router and React Router.
Read the docs at better-blog.com.
Highlights
- Plug and play blog in minutes: One provider + one catch-all route
- Fully customizable UI: Override any page or loading component; keep your design system
- Bring your own content source: Pluggable
BlogDataProviderfor CMS/API/files/DB - Works anywhere: Next.js App Router or React Router with the same core
- TypeScript-first DX: Strong types across routes, hooks, and providers
- SEO-first by default: SSR/SSG support, route-aware metadata helpers, hydration-safe rendering
Installation
pnpm add better-blogUsage
Learn how to use Better Blog in your project by following the installation guide.
