Creating an SSG (Static Site Generation) Application with Strapi Webhooks and NextJs

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. front-matter

    Extract YAML front matter from strings

    To set our metadata dynamically, we also imported the front-matter dependency.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. marked

    A markdown parser and compiler. Built for speed.

    Additionally, the mark dependency transforms our draft's markdown into htmlString

  4. Strapi

    πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

    Strapi is the leading open-source, customizable, headless content management system (CMS) based on Node.js. Strapi has a nice user interface for building our APIs.

  5. Next.js

    The React Framework

    Next.js is a popular and widely-used React framework. It allows us to use various pre-rendering techniques. In a Next.js application, we can use Client-Side Rendering, Server-Side Rendering (SSR), and Static Site Generation (SSG).

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

  • Should You Care About React Server Components?

    6 projects | dev.to | 8 Apr 2021
  • Making a Markdown Editor for Your Vue Blog with Front Matter Support

    3 projects | dev.to | 17 Jan 2021
  • A No-Build Markdown Site for Study Notes (or any docs)

    1 project | dev.to | 1 May 2026
  • I built a free GitHub README Generator β€” no sign-up, no BS

    1 project | dev.to | 26 Apr 2026
  • A Compiler Writing Journey

    2 projects | news.ycombinator.com | 24 Mar 2026

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?