Posts

Showing posts from September, 2025
  ✅ Popular Platforms You Can Use Platform What it is / Highlights How you'd use it with your static site Ghost (self-hosted or Ghost Pro) Ghost is a blogging platform that can act headless: you can host it somewhere and then fetch blog posts via its API. Wikipedia +2 Next.js Templates +2 You write and manage posts in Ghost; then on your HTML site fetch JSON or HTML from Ghost’s API or RSS and render them. Strapi Open-source headless CMS (self-hosted) where you define content types and it gives you APIs. Strapi +2 Medium +2 You host Strapi somewhere (a small server or cloud instance). Then your static site fetches posts via REST or GraphQL. Netlify CMS A free, open-source “CMS in your Git workflow” for static sites. DEV Community +1 It stores content (e.g. Markdown) in your Git repo, and you build your site from it. Directus, Payload, Sanity, etc. These are headless CMS platforms (some open-source) with free tiers or self-hosted options. Webstacks +3 Hygraph +3 Medium +3 Same patt...