MDXBlog

BlogAboutContact
© 2026 mdxblog.com
HomeAboutContactPrivacyDonate
MDXBlog

Better Ways To Publish With MDX

Modern publishing tricks and practical code tips for components and Markdown.

Expore CodeRead the Blog

What is MDXBlog?

This is where we experiment with static MDX sites, Markdown, Next.js, JavaScript, and React, and we blog about what we learn.

We also offer templates, so you can start from a solid base and adapt it to your own projects.

MDX-First Writing

This keeps content flexible while still letting you use components.

Local-First Content

This keeps content as real files in Git, so review and history stay simple.

Fast Static Pages

This makes it easier to ship predictable static builds with fewer moving parts.

Clean, Responsive Design

This works well when the UI needs to be adapted to match each project.

Open Template, Easy to Extend

This keeps the setup clear when you extend or swap parts over time.

Developer-Friendly Workflow

This makes it easier for teams to review, deploy, and keep changes in sync.

Where MDX Fits

Use cases where a MDX powered, file-based, static workflow makes sense.

Technical Publications

This works well when long-form content needs to live next to code.

Release Notes

This keeps updates in Git history instead of a separate CMS.

Product Documentation

This makes it easier to keep docs in the same repo as the product.

Content Collections

This keeps multi-section sites tidy and predictable as they grow.

Posts

Technical articles and tutorials.

  • June 27, 202448 Likes

    Like Button in an MDX App with Next.js and Vercel PostgreSQL

    In this article, we will walk through the process of creating a like button for an MDX-based Next.js application.

  • January 3, 202421 Likes

    Creating Custom Components for MDX

    In this article, we'll explore how to create and use custom React components within MDX.

  • April 27, 202517 Likes

    Building a Lightweight, Modern Comment System for MDXBlog

    One of our goals for this site is to keep it fast, focused, and pleasant to read.

  • August 21, 202414 Likes

    Using and Styling Custom Components in MDX

    In this article, we'll explore how to import and use custom components in MDX files and then dive into how these components and other elements can be styled to fit seamlessly within your design system.

  • August 13, 202413 Likes

    How to Use Images in MDX or Markdown Files

    Images are essential in enriching the content of your markdown or MDX files, helping to convey information visually and make your articles more engaging.