Finally built my over engineered blog with Next

This page summarizes the projects mentioned and recommended in the original post on /r/nextjs

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
  • portfolio-4.0

    My personal portfolio site!

  • Yup. Wanted to leverage Next’s static site generation since these writeups aren’t dynamic. Plus, I get to do all my writing in VS Code and push from there, keeps it straightforward. The site is open source on github, where the ./content directory has all the source markdown.

  • react-retro-hit-counter

    🆕 Go back in time with this 90s-style hit counter.

  • It’s a package: https://github.com/joshwcomeau/react-retro-hit-counter

  • 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
  • mdx

    Markdown for the component era

  • No admin panel. I’m writing posts in MDX and those are automatically picked up by Next at build time and paths are generated. With MDX you can basically write Markdown and use React Components as well inside. For example the is a custom component I created and use in MDX. More info here: https://mdxjs.com

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