Casidoo on TinaCMS

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

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. minimaxir

    Hugo nowadays is a good Markdown-based CMS with the right theme, and you can host it for free on GitHub Pages, with a GitHub Action to deploy to GitHub Pages on commit.

    Here's the source code for my blog with utilizes that workflow, which could publish a post live just from uploading a single Markdown file: https://github.com/minimaxir/minimaxir.github.io

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. eleventy 🕚⚡️

    A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

  4. cms

    The core Laravel CMS Composer package

  5. content

    The file-based CMS for your Nuxt application, powered by Markdown and Vue components. (by nuxt)

    For reference also in the space of 'website from markdown':

    * https://content.nuxt.com/ - JS, SSG and SSR

  6. decap-cms

    A Git-based CMS for Static Site Generators

    Did you consider https://decapcms.org/ (previously Netlify CMS)? I'm surprised it never really caught on as it seems a good fit for most small Markdown based sites. Looks like Smashing Magazine was using it before they moved to Tina CMS (https://www.smashingmagazine.com/2020/01/migration-from-word...).

  7. quartz

    🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites

    I use Quartz* for my personal site, and just edit it directly in Obsidian. One push to GitHub and it's deployed, with very little effort. It's like Obsidian Publish, but much more customizable.

    Before this, I felt the same as the linked post - there was too much friction for me to ever publish anything.

    *: https://quartz.jzhao.xyz/

  8. blahg

    Cassidy's blog template built with Astro and TinaCMS!

    https://github.com/cassidoo/blahg

    Also, if it's helpful, I actually live-streamed my implementation and luckily a Tina maintainer was in the chat when I also struggled with the docs:

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. penmark

    A CMS you can embed directly into you Markdown-based, Github-backed website/blog. No need to switch between multiple websites, your website/blog is the only place you need.

    I've been trying to build a tool that solves that niche problemset of facilitating the edit flow of a dev blog.

    I liked Forestry, but wanted something that was embedded directly into my website, so I built Penmark CMS https://penmark.appsinprogress.com/. Inspired by utteranc.es, it uses the GitHub API to make edits directly to your repo. It's definitely a simple CMS but I'm liking it to write for my own blog!

  11. vitepress

    Vite & Vue powered static site generator.

    I have a few Jekyll blogs including my personal one and I haven't had to touch the Jekyll part for quite a while (it takes a while to compile). I just write in Obsidian and then Github takes over.

    I also maintain two VitePress[1] sites. Once I setup it up (I still use Sublime Text), I do the writing on Obsidian.

    What I write and see in Obsidian is good enough that I have just done away with looking at how the site looks after I change/add/edit the text. I sometimes do but just to check build and if the sitemaps are generated, etc. -- routine hygiene.

    1. https://vitepress.dev

  12. tinacms

    A fully open-source headless CMS that supports Markdown and Visual Editing

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

  • Fastest way to get a great fast-loading site up?

    4 projects | /r/webdev | 24 Apr 2023
  • Show HN: I made a CMS that uses Git to store your data

    13 projects | news.ycombinator.com | 23 Oct 2022
  • Static site generators to watch in 2021

    25 projects | news.ycombinator.com | 7 Jun 2021
  • Decap CMS – open-source CMS for static sites (Hugo, Jekyll etc.)

    1 project | news.ycombinator.com | 19 Jan 2025
  • Create a Blogging Platform With No Backend (Zero Hosting Fee)

    5 projects | dev.to | 4 Jan 2025

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