A minimal, scalable, and production-ready starter kit for building blog-based websites using Next.js App Router, Contentlayer, TypeScript, Tailwind CSS, and Shadcn UI.
- 📚 Contentlayer-powered Markdown/MDX blog collections
- 💅 Beautiful UI with Tailwind CSS and Shadcn components
- 💾 Code blocks with one-click copy-paste buttons
- 🖼️ Generic Open Graph image support
- Node.js 18.x or later
- Familiarity with Next.js App Router
git clone https://github.com/yourusername/content-collections-nextjs-blog-starter-kit.git
cd content-collections-nextjs-blog-starter-kit
npm install
npm run dev
Visit http://localhost:3000 to view your blog.
This project is licensed under the MIT License. See the LICENSE file for details.
We welcome contributions!
- Fork the repo
- Create a new branch (
git checkout -b feature/awesome-feature
) - Commit changes (
git commit -m 'Add awesome feature'
) - Push to your fork (
git push origin feature/awesome-feature
) - Submit a pull request 🎉
Found this helpful? Give it a ⭐️ on GitHub and spread the word!