remark-mdx-images
A remark plugin for changing image sources to JavaScript imports using MDX (by remcohaszing)
next-mdx-remote
Load MDX content from anywhere (by hashicorp)
| remark-mdx-images | next-mdx-remote | |
|---|---|---|
| 1 | 21 | |
| 25 | 3,079 | |
| - | - | |
| 6.6 | 0.0 | |
| about 2 years ago | 4 months ago | |
| JavaScript | TypeScript | |
| MIT License | Mozilla Public License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
remark-mdx-images
Posts with mentions or reviews of remark-mdx-images.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-23.
-
Give your blog superpowers with MDX in a Next.js
You might also want to embed images in your MDX. Proprietary solutions like Cloudinary are great services, but can get a bit pricey too. Something you might want to look at is image bundling with remark-mdx-images, which you can use with mdx-bundler.
next-mdx-remote
Posts with mentions or reviews of next-mdx-remote.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-12.
-
Next.js 15.1 is unusable outside of Vercel
Another follow-up. Some libraries[1] started to break from 15.1.8 onwards, so you had to downgrade to the vulnerable versions the author mentioned as well.
[1]: https://github.com/hashicorp/next-mdx-remote/issues/488
-
Give your blog superpowers with MDX in a Next.js
next-mdx-remote
- Is there a way to change where components are loaded from?
-
Making a blog with Directus, MDX, and Next.js On-Demand ISR
We are going to be using next-mdx-remote for this tutorial. Let us install it -
-
NextJS MDX from Database
So, i was reading the docs and Next/MDX looks exactly what i need for my blog. Well, not exactly because having hundreds of Markdown Pages doesn't look the best way to store the pages, and i was wondering if are any way to generate those pages from a DataBase full of Markdown pages. I read about next-MDX-remote but i was wondering if is there a native way to do that.
-
Next.js + MDX
next-mdx-remote, a community package maintained by Hashicorp that allows you to use MDX from outside your project.
-
Powerful Code Blocks with Code Hike and MDX
Do note that Code Hike also works with Next MDX Remote and MDX Bundler however, we are going to look at a simple example with the official MDX plugin for Next.js.
-
How to setup a dev blog using Next.js and next-mdx-remote.
Refer the next-mdx-remote github to learn more the use of plugins and how awesome things could be done using MDX.
-
Define my Pages in Wordpress
You could try storing mdx in wordpress somehow (I'm not a wordpress expert) and using next-mdx-remote to render that at runtime. MDX can contain both markdown and react components.
-
Beginners Guide to Using mdx-bundler With Your Next.js Blog
MDX is an extension on Markdown which, lets you import custom React components into your blog posts. To use MDX with Next.js you need to use a separate package. There are a few choices with MDX-remote being a popular one, but it has some drawbacks. For that reason, I chose to use mdx-bundler.
What are some alternatives?
When comparing remark-mdx-images and next-mdx-remote you can also consider the following projects:
mdx-bundler - 🦤 Give me MDX/TSX strings and I'll give you back a component you can render. Supports imports!
remark-mdx-code-meta - A remark MDX plugin for using markdown code block metadata
mdx - Markdown for the component era
remark-react - Deprecated plugin to transform to React — please use `remark-rehype` and `rehype-react` instead
next-pwa - Zero config PWA plugin for Next.js, with workbox 🧰