A production-ready multi-tenant blogging platform that plugs into your existing website using secure SSO Bridge technology. Central Blogs gives teams a full publishing workflow with structured content, role-based administration, backend admin pages, moderation, analytics, and tenant-level branding, while keeping integration simple for developers.
Recent improvements shipped across the public experience, Application Admin, and Super Admin dashboards.
Blogs now support multiple tags with improved filtering, cleaner display, and better content discovery across listing and detail pages.
Related posts are now ranked by shared tags first, then enriched with same-category posts for stronger relevance.
Navigation groups were reorganized, counters were added to key menu items, and dashboard widgets now include Authors and Tags visibility.
We provide a comprehensive blogging ecosystem that goes beyond simple content creation. Our platform combines advanced security, tenant-ready infrastructure, accurate engagement tracking, and powerful admin tooling to deliver enterprise-grade blogging capabilities for businesses of all sizes.
Eliminate user friction with our advanced JWT-based authentication system. Your users can seamlessly access the blog using their existing accounts from your main website. No additional passwords, no separate registrations - just smooth, secure access that maintains your brand consistency.
Visitors can browse content without forced registration. Authentication is required only when they choose to engage, such as likes and comments.
Views are counted uniquely: once per logged-in user (lifetime) and once per visitor (resets every 7 days via cookies).
Like actions are restricted to logged-in users only, ensuring that every reaction represents a genuine, verifiable user.
Commenting requires authentication. This promotes higher quality discussions and prevents anonymous spam.
Customize each tenant with its own logo, brand colors, main site URL, and login flow to keep the blog experience aligned with your product identity.
Launch new blog tenants programmatically with built-in idempotency, audit logging, secure admin auto-login links, and replay-safe request handling.
Verify ownership, create tenants, and manage SSL certificate status from a centralized workflow designed for production-ready domain onboarding.
Help readers find the right content faster with search, category filters, tag filters, and smarter related blog suggestions.
Built-in backend pages give application admins tenant-scoped control while super admins keep global visibility across applications, engagement metrics, and operational activity.
Create polished articles with rich text editing, image uploads, SEO-friendly slugs, featured images, categories, tags, authors, and draft or published states.
Speed up adoption with a reusable package starter for integrating Central Blogs into your main site workflows, authentication flow, and deployment setup.
View Temporary GitHub PackageBuilt for maximum compatibility across all modern web technologies. Whether your website runs on Laravel, WordPress, Node.js, Django, or any custom framework, our RESTful API and JWT-based authentication system ensures smooth integration. Our comprehensive SDK and detailed documentation make implementation straightforward for developers of all skill levels.
public function blogsRedirect(Request $request)
{
// 1. Check if user is logged in
if (!Auth::check()) {
return redirect($callback . '?guest=1');
}
// 2. Generate JWT Token
$payload = [
'remote_id' => $user->id,
'name' => $user->name,
'email' => $user->email,
'iat' => time(),
'exp' => time() + 300
];
$jwt = $this->generateJWT($payload, $apiKey);
// 3. Redirect back to Blogs Center
return redirect($callback . '?token=' . $jwt);
}
Experience content management reimagined with our intuitive dashboard powered by Filament PHP. Designed for content creators, editors, and administrators who demand both power and simplicity. Every feature is crafted to enhance productivity while maintaining the highest standards of user experience and performance.
Join hundreds of companies that trust Blogs Center to deliver high-quality content to their customers.