Show HN: Pages CMS – A CMS for GitHub

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. pages-cms

    The No-Hassle CMS for Static Sites Generators

    If you can send me screenshots at [email protected] or file an issue on GitHub (https://github.com/pages-cms/pages-cms/issues), I'd love to fix it.

    > Tried it out [1], and with a bit of work got it to function. Media, posts, all seem to upload and be viewable. With the lead-in, kind of thought it was going to be "click-a-button, you're done." However, had to wander around a bit figuring out what format zones in the blog example were, and where they needed to be. Also kind of thought it was going to restyle my GitHub page or something, which did not seem to be the case (probably just false expectations)

    Agreed. For the 1.0.0 release, I want to have a configuration wizard that does most of it for you: select where your files/collections are and it infers the configuration from existing entries.

    Hopefully I get it working in the next couple of weeks.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. decap-cms

    A Git-based CMS for Static Site Generators

    Good to see further development in this space. Would be interesting to see how it compares to Decap CMS https://decapcms.org/ and Static CMS https://www.staticcms.org/

    Me personally I'd like to see something that supports easily creating and using different types of objects besides pages (such as: events, books, recipes, etc.), like content types and fields and views in wordpress or drupal. I think Hugo might support that in YAML or something.

  4. JAMA4JS

    Discontinued The JAMA Linear Algebra package translated for use with Javascript

    Tried it out [1], and with a bit of work got it to function. Media, posts, all seem to upload and be viewable. With the lead-in, kind of thought it was going to be "click-a-button, you're done." However, had to wander around a bit figuring out what format zones in the blog example were, and where they needed to be. Also kind of thought it was going to restyle my GitHub page or something, which did not seem to be the case (probably just false expectations)

    [1] Uploaded Media using Pages interface: https://github.com/conceptualGabrielPutnam/JAMA4JS/blob/main...

    Might be kind of nice if it allowed file upload/delete on folders you have not specifically called out for a function.

    On my desktop at least, the user icon is also in the lower left, and then opens the choice window off the screen to the right.

  5. jekyllplus

    Discontinued Lightweight CMS for GitHub pages and Jekyll websites.

  6. changelog

    Next.js + MDX changelog app inspired by https://linear.app/changelog (by juneHQ)

    This is super cool!

    Tried to set it up for our open source Changelog though and getting some errors, it doesn't seem to work with .mdx files

    https://github.com/juneHQ/changelog

    Anyways this looks super promising

  7. website

    The official website for Pages CMS (including the documentation). (by pages-cms)

  8. Publii

    The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.

    Very nice! It looks a bit like Publii [0], but the editor part is cloud hosted instead of running as an app on your machine.

    [0] https://getpublii.com/

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. 2024-blog

    Got it; I hadn't heard of "Fine-Grained PATs" before so I just ignored it. My personal blog is open source already: https://github.com/FanaHOVA/2024-blog, so I was hoping to just OAuth and try it out, but I understand. Will try the self hosting at some point. Good luck with the project, looks slick.

  11. notion-to-md

    Convert Notion pages, blocks, or entire lists into any format: Markdown, MDX, JSX, HTML, LaTeX, and more. A powerful Notion conversion engine that lets you write once in Notion and publish seamlessly anywhere, in any format. Compatible with your favorite CMS, workflow, static site generator, and beyond.

    This is very cool! I recently started managing my Astro site content with Notion as a CMS, thanks to `notion-to-md` [1] and `@notionhq/client` [2] but media management is a hassle.

    I had been planning to re-host Notion media files to Cloudflare R2 and rewrite content, but it might just be simpler to use Pages CMS due to built-in R2 support.

    But also, I like using Notion apps on the go. Hmm.

    [1] https://github.com/souvikinator/notion-to-md

  12. notion-sdk-js

    Official Notion JavaScript Client

  13. blissue

    A blog based on github issues

    This reminds me of one of my weekend projects from a couple of years ago: a blog based on GitHub issues.

    https://github.com/louismerlin/blissue

  14. Lektor

    The lektor static file content management system

  15. contentlayer

    Contentlayer turns your content into data - making it super easy to import MD(X) and CMS content in your app

    This looks and sounds great...

    I'm currently using [contentlayer.dev](https://github.com/contentlayerdev/contentlayer) to manage docs and blog content, mostly .mdx files on urlbox.com.

    It works well with next.js but unfortunately is abandonware now.

    I also have a few custom remark/rehype plugins.

    You're right it is a pain to update articles buried in your repo especially with less technical team members. I already tried out TinaCMS to try and solve the editing issues, but their editor wasn't so nice, and it seemed to implicitly make a commit on every tiny change to any content, so I'm really hoping I could use something like this to edit my already existing content...

  16. Personal-Site-Gourav.io

    My personal site & blog made with NextJS, Typescript, Tailwind CSS, MDX, Notion as CMS. Deployed on Vercel : https://gourav.io

    in case anyone is looking for 'Notion as CMS' can check my blog repo https://github.com/GorvGoyl/Personal-Site-Gourav.io

  17. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit 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

  • What react framework do you guys suggest to create a Blog?

    3 projects | /r/reactjs | 17 Dec 2022
  • DevNow:支持集成 Tina CMS

    3 projects | dev.to | 14 Aug 2024
  • My open source project got stolen by a HN user

    3 projects | news.ycombinator.com | 16 Nov 2023
  • A Next.js site using new SSG support with a Notion backed blog

    1 project | news.ycombinator.com | 27 Jul 2023
  • My static CMS for Next.js crossed 1000 GitHub stars. Just launched v0.0.32-rc which give support for Next.js 13 and >12.0.0 versions. (link in comments)

    1 project | /r/webdev | 29 Oct 2022

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?