SEO-Friendly Blogging with Automatic Social Images
OmniKit now includes a complete blog system with dynamic OG image generation, proper metadata handling, and MDX support out of the box.

One of the most requested features is now live: a complete, SEO-optimized blog system that handles the tedious stuff automatically.
What's Included
MDX Support
Write posts in MDX. That's markdown with the ability to embed React components when you need them. Syntax highlighting, custom callouts, embedded demos. Whatever your content needs.
Automatic OG Images
Share a post on Twitter, LinkedIn, or Slack and get a properly branded preview image. No Figma. No Canva. No manual export per post.
The image pulls from your post's title, description, and author. Uses your brand colors and logo automatically.
Smart Related Posts
Every blog post automatically displays related articles based on shared tags and recency. No orphan pages. No manual "you might also like" curation.
Search engines penalize pages with poor internal linking. Tools like Ahrefs flag "1 incoming internal link" as an issue. OmniKit solves this by default. Every post links to relevant content automatically.
Proper Metadata
Every post gets the right meta tags for search engines and social platforms:
- Title and description
- Canonical URLs
- Open Graph tags
- Twitter card tags
- Author attribution
- Keywords from tags
All generated from your post's frontmatter. Write once, metadata everywhere.
SEO That Just Works
No plugins to configure. No checklist to follow. Sitemap generation, structured data (JSON-LD), proper heading hierarchy, image alt text, canonical URLs, 404 pages. All automatic. All updated at build time.
Run your site through Ahrefs or Screaming Frog. Zero issues out of the box.
Author Profiles
Add team members to a simple config. When they write posts, their name, avatar, and social links appear automatically. Both on the post and in the generated social image.
Tag Filtering
Readers can filter posts by tag. Clean URL structure (/blog?tag=Feature) that's bookmarkable and shareable.
Why This Matters
Blogging is one of the best ways to drive organic traffic to a SaaS. But setting up a proper blog system takes time:
- Configuring MDX processing
- Building the OG image generator
- Getting metadata right for SEO
- Designing the listing and post pages
- Adding author support
- Implementing filtering
- Setting up internal linking
- Sitemaps, structured data, alt text, canonicals...
Two weeks of work minimum to do it proper system (not AI generated sh*t). And that's if you've done it before.
Now it's just there. Write your first post and publish.
The Developer Experience
Creating a post:
- Add an MDX file to the content folder
- Fill in the frontmatter (title, description, date, tags, author)
- Write your content
- Deploy
That's it. Routing, metadata, social images, internal linking, styling. All handled.
Rebranding? Update the config file with your name, colors, and Twitter handle. Deploy. Every page, every social image, every meta tag updates automatically.
What's Next
What I'll be implementing soon:
- RSS feed generation
- View counts and analytics
- llms.txt for AI discoverability
As AI search grows (ChatGPT, Perplexity, Claude), sites need to be readable by LLMs, not just Google.
The goal is simple: you focus on writing content that brings in customers. The infrastructure stays out of your way.
Read more
Adding AI Features to Your SaaS in 30 Minutes - A Practical Guide
Add AI features to your SaaS fast. Pre-configured API routes for OpenAI, Anthropic, and Google with credit-based usage tracking and streaming responses.
Build an Admin Panel with Feature Flags and Audit Logs in Next.js
How OmniKit Pro ships a production-ready admin panel with user management, feature flags, audit logging, and per-plan limits — so you never build one from scratch.
Stripe Webhooks in Next.js — The Complete Guide
Stripe webhooks in Next.js: signature verification, handling checkout.session.completed, subscription events, idempotency, and local testing with Stripe CLI.