✨ Next.js Tailwind Blog Template

Live Website | 中文文档
Your next powerful, SEO-friendly, and lightning-fast blog template
⭐ Star us on GitHub — it motivates us a lot!
🚀 Why Choose This Template?
- 🎯 Production Ready: Built with Next.js 13+ and React Server Components
- ⚡ Lightning Fast: 85kB first load JS, near perfect Lighthouse score
- 📱 Responsive: Mobile-first design with dark/light theme support
- 🔍 SEO Optimized: Built-in SEO best practices and sitemap generation
- 📝 Rich Content: MDX support, KaTeX math, citations, and more
- 🎨 Beautiful Design: 3 blog layouts, 2 listing layouts, and customizable styles
🎥 Preview
Desktop View
|
Mobile View
|
📈 85kB First Load JS | 🏃♂️ 0.3s First Contentful Paint | 🎯 100/100 Lighthouse Score
🛠️ Featured Technologies
- Next.js 13+ with TypeScript
- Tailwind CSS 3.0 for styling
- Contentlayer for content management
- MDX for interactive blog posts
- Pliny for analytics, comments, and more
- Next/Font for optimized fonts
- Next/Image for optimized images
📦 Key Features
📊 Analytics & Engagement
- Multiple analytics options (Umami, Plausible, Google Analytics)
- Comment systems (Giscus, Utterances, Disqus)
- Newsletter integration (Mailchimp, Convertkit, etc.)
- Command palette search (Kbar, Algolia)
📝 Content Creation
- Server-side syntax highlighting
- Math equations with KaTeX
- Citations and bibliography support
- GitHub-style alerts
- Automatic image optimization
- Multiple authors support
- Nested routing for posts
🚀 Quick Start
Get started in seconds
git clone https://github.com/geekskai/blog.git
or clone directly
npx degit 'geekskai/blog'
Install dependencies
yarn
Please note that if you are using a Windows operating system, you need to run it in advance before each startup:
$env:PWD = $(Get-Location).Path
Start development
yarn dev
📝 Content Creation
Create engaging blog posts with rich features:
---
title: 'Building a Modern Blog'
date: '2024-02-11'
tags: ['next-js', 'tailwind', 'guide']
draft: false
summary: 'A comprehensive guide to building a modern blog'
---
## Introduction
Your content here with support for:
- Math equations: $E = mc^2$
- Code blocks with syntax highlighting
- Interactive components
- Citations and more!
🎨 Customization
Site Configuration
// data/siteMetadata.js
const siteMetadata = {
title: 'Your Blog',
author: 'Your Name',
// ...more options
}
Theme Customization
// tailwind.config.js
module.exports = {
theme: {
extend: {
// Your custom theme
}
}
}
🌐 Deployment Options
One-Click Deployments
- Vercel:

- Netlify:

Static Hosting
$ EXPORT=1 UNOPTIMIZED=1 yarn build
🤝 Contributing
We welcome all contributions! Whether it's:
- 🐛 Bug fixes
- ✨ New features
- 📚 Documentation improvements
- 🎨 UI/UX enhancements
💫 Success Stories
"This template saved us weeks of development time" - Tech Lead at StartupX
"Perfect balance of features and performance" - Senior Developer at CompanyY
💖 Support
If this template helps you build your blog faster, please consider:
- ⭐ Giving it a star on GitHub
- 🐦 Sharing your blog built with this template
- 📢 Giving a shoutout on Twitter
- 💝 Becoming a sponsor
📱 Connect With Us
📄 License
MIT © geeks kai
Made with ❤️ by geeks kai
⭐ Star us on GitHub — it motivates us a lot!