Dual System: The boilerplate supports both static MDX files and database-stored markdown with a full admin interface for content management.
Blog System Overview
The blog system provides two complementary approaches:Dynamic Content Management
- Full CRUD operations through admin dashboard
- Multi-language support with translations
- Categories and hashtag taxonomy
- Publishing workflow with draft/published states
- Analytics tracking (views, likes)
- User role-based content creation
/blog
Admin: /admin/blogAdmin Blog Management Interface:
Content Strategy
When to Use Each System
📝 Database Blog
Perfect for dynamic content with multiple authors and frequent updates
- • Marketing and business content
- • Multiple content creators
- • Multi-language content
- • Content approval workflows
- • Analytics and tracking
📄 MDX Blog
Ideal for technical content with interactive components
- • Technical documentation
- • Developer content
- • Interactive demos
- • Version-controlled content
- • Rich React components
Blog Guides
⚙️
Blog Setup
Enable blog features, configuration, and environment setup📄
MDX Blog
Static content with React components and file-based workflow🗄️
Database Blog
Admin dashboard with multi-language support and dynamic contentFlexible Architecture: Use both systems to cover all your content needs - database for dynamic content and MDX for technical documentation.
