Using GitHub as a CMS

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • nuro.dev

    🌿 Personal Portfolio

  • If you'd rather just look at the final code to see how it works, go check the projects.ts file in my websites GitHub repository.

  • sanity

    Sanity Studio – Rapidly configure content workspaces powered by structured content

  • I found most people were happy to recommend other headless CMS services like Strapi, Sanity, GraphCMS, etc which did seem to do the job I wanted of providing a platform for me to curate & manage my content without having to redeploy. But most of them had the same issues that I didn't like.

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

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

  • I found most people were happy to recommend other headless CMS services like Strapi, Sanity, GraphCMS, etc which did seem to do the job I wanted of providing a platform for me to curate & manage my content without having to redeploy. But most of them had the same issues that I didn't like.

  • Next.js

    The React Framework

  • To get this working there are 2 key things we're going to need: Next.js & the GitHub api. Optionally you can also use some kind of cache, like Upstash, to cache your data & save on requests to the GitHub api.

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • Since re-launching my website with an all new redesign I added a number of cool features. One such feature I thought worth sharing about was my portfolio page as it actually uses GitHub as a CMS (Content Management System).

  • github-docs

    The open-source repo for docs.github.com

  • To get this working there are 2 key things we're going to need: Next.js & the GitHub api. Optionally you can also use some kind of cache, like Upstash, to cache your data & save on requests to the GitHub api.

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

  • How Next.js 13's CSS modules & Loading State Feature Can Improve User Experience

    5 projects | dev.to | 27 Apr 2023
  • How To Build a Hotel Management App Using Strapi & Next.js

    4 projects | dev.to | 21 Apr 2023
  • Migrating From Django to Next.js: What’s the Equivalent for Django-Guardian?

    2 projects | dev.to | 26 Mar 2023
  • Low-code solutions for Indie Hacking in 2023?

    3 projects | dev.to | 7 Feb 2023
  • Authentication in Next.js with Supabase and Next 13

    12 projects | dev.to | 25 Jan 2023