Create a blog using Next.js and Markdown/MDX

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • These are fundamental to the functionality that we want to provide. For our case we also want to add some styling with Tailwindcss so install:

  • React

    The library for web and native user interfaces.

  • When using Markdown in a website, there is always a compile step in which all the syntax markdown is converted into the HTML that the browser can understand. The problem with using plain Markdown is that you are limited to the handful amount of HTML elements that markdown is aware of. With MDX, you can extend those elements with your custom React components. It looks something like this:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • PrismJS

    Lightweight, robust, elegant syntax highlighting.

  • devjet add blog-mdx-prismjs Highlight your code blocks with prismjs.

  • Next.js

    The React Framework

  • In this article, we are going to learn how to build a blog and or add a blog section to an already existing Next.js project. To create the content of the blog we are going to be using an extension of the Markdown syntax: MDX.

  • mdx

    Markdown for the component era

  • In this article, we are going to learn how to build a blog and or add a blog section to an already existing Next.js project. To create the content of the blog we are going to be using an extension of the Markdown syntax: MDX.

  • quickstart-android

    Firebase Quickstart Samples for Android

  • devjet add auth Add authentication with diferent providers like firebase or auth0 and let them save posts

  • auth0-java

    Java client library for the Auth0 platform

  • devjet add auth Add authentication with diferent providers like firebase or auth0 and let them save posts

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts