Bloggen
Every developer I know has set up the same blog stack three times: MDX parser, SEO plugin, OG image generator, sitemap config. None of it ever feels finished. I built Bloggen so the pipeline is already wired up. It's a blogging platform for developers, with modern tooling integration, customizable templates, and a writing experience that fits how engineers actually work.
Write the post in MDX, commit it, and the metadata layer is handled.
What I built into it
- Developer-native writing. MDX in, styled post out. No CMS form fields, no rich-text editor fighting your markdown.
- Customizable templates. Themes and layouts you can edit like source, not configure like software.
- Modern tooling integration. Git-based workflow, component imports inside posts, standard build pipelines.
- SEO metadata, handled. Titles, descriptions, and canonicals generated from the post itself.
- Structured data. JSON-LD for articles and guides embedded automatically.
- OG images. Generated per post, no manual asset management.
Who I built it for
Developers publishing technical content who don't want to run a CMS. Engineers who want to write in MDX, commit a post, and have the metadata layer already taken care of. Teams that care about how their content looks in search and social without maintaining a separate SEO workflow.
Try it
Visit bloggen.dev to start writing.