decap-cms VS sitepress

Compare decap-cms vs sitepress and see what are their differences.

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
decap-cms sitepress
80 11
17,499 245
0.2% 1.2%
9.2 7.4
10 days ago 6 months ago
JavaScript Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

decap-cms

Posts with mentions or reviews of decap-cms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-22.
  • Show HN: Pages CMS – A CMS for GitHub
    22 projects | news.ycombinator.com | 22 Feb 2024
    Following one of the comments in this thread I reviewed two other products in this space - https://www.staticcms.org/ and https://decapcms.org/ - and it looks like the webpages are almost a direct copy of one another, one in dark mode and one in light mode.

    I'm a technical product marketer, and I find these type of landing page copying amusing to no end.

  • 9 best Git-based CMS platforms for your next project
    5 projects | dev.to | 2 Feb 2024
    Decap CMS, formerly Netlify CMS, is an extensible headless CMS built as a single-page React app. It’s an open source and completely free-to-use option that offers rich-text editing, real-time preview, and drag-and-drop media uploads.
  • Ask HN: Tools for Managing Static Sites?
    3 projects | news.ycombinator.com | 23 Dec 2023
    You can look into a Git-based CMS, such as https://github.com/decaporg/decap-cms

    These typically are designed to support static site generators.

  • Looking for the Best Way to Create and Update a One-Page Event Grid for My City
    1 project | /r/sveltejs | 9 Nov 2023
    I found https://decapcms.org/ which seems like an easy to use.
  • Casidoo on TinaCMS
    10 projects | news.ycombinator.com | 23 Oct 2023
    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...).
  • The theory versus the practice of “static websites”
    13 projects | news.ycombinator.com | 15 Jul 2023
    Products like [decap CMS](https://github.com/decaporg/decap-cms) try to bridge that gap, but I agree that this space needs to be further developed. In fact I think there needs to be a bunch more work to allow mere mortals to use version control and branch workflows in day to day work.
  • How to build a website without frameworks and tons of libraries
    17 projects | news.ycombinator.com | 4 Jul 2023
    I've thought of something similar! A git-based flow for a friend's static portfolio site, where he can make text edits and upload images, and the site builds that content with HTML templates.

    Not sure how the GitHub markdown editor would feel for the user. It might be really great, even for uploading images.

    I was imagining a static admin page, WYSIWYG, that makes git pushes on submit. These were the headless CMSs that seem to be able to accomplish that:

    https://www.siteleaf.com/

    https://decapcms.org/

    And not git based, but similar idea: https://editable.website/

    And this is what the admin edit page usually looks like: https://quick-edit-demo.vercel.app/admin/index.html#/collect...

    But was taking a bit of work to configure.

  • Looking for a statically deployed site-builder / CMS that stores content in GitHub
    3 projects | /r/selfhosted | 10 Jun 2023
    Since I made my post, I've also discovered Decap CMS. This looks fairly close to what I was looking for - it deploys as a static SPA alongside the site on a /admin route, allows login with Github (and several other platforms), and builds the site using a choice of static site generator like Gatsby/Hugo/Jekyll etc. The templates are relatively rigid by default though - page layouts are defined up front, and to add a page with a different layout you need to manually add some files to the repo. It seems like there's a way to work around this and add flexibility, but it needs a bit of custom React development. It seems like this might be worth the time investment for me though, since it's the closest thing I've found to what I need so far.
  • Suggestions for a CMS
    3 projects | /r/webdev | 19 May 2023
    If you've got the content in .md and .json files and you just need a way to add or modify that content, I would recommend you look into decap CMS (formerly netlify CMS)
  • Best CMS/SSG for small business website?
    3 projects | /r/web_design | 6 May 2023

sitepress

Posts with mentions or reviews of sitepress. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-12.
  • No CMS? Writing Our Blog in React
    6 projects | news.ycombinator.com | 12 Feb 2024
    I'm currently facing the same problem - adding a blog to a Rails app.

    I thought Sitepress looks interesting, as its supposed to integrate with Rails. Have you given that one a try?

    https://sitepress.cc/

  • The theory versus the practice of “static websites”
    13 projects | news.ycombinator.com | 15 Jul 2023
    I’ve been down this path enough times that I built https://sitepress.cc/, which lets you embed content in a rails app with features that are present in Jekyll, Middleman, etc. like Frontmatter, site hierarchy traversal, etc. It keeps content as files in the app/content directory, but when it’s time to pull data in from the Rails app for SEO, it’s all right there in the Rails app. There’s no “Headless CMS” crap to jump through.

    For me, this is another way of keeping everything in a monolith, and which requires a lot less context switching. If I’m building a feature and I want to create marketing or support content for it, it’s all right there in the same repo. I just create the markdown files I need, commit them to the repo, and I’m don.

    The thought of switching between a static content site or something like Webflow just seems silly. I think they only makes sense for huge teams.

  • Rails with Middleman for static content?
    2 projects | /r/ruby | 14 Feb 2023
    In case you want something like Middleman (frontmatter, static compilation, ...), but embedable in your Rails app, Sitepress is really cool solution (you can even run it without Rails!): https://sitepress.cc
  • Ask HN: Who's using Ruby web development without Ruby on Rails (RoR)?
    5 projects | news.ycombinator.com | 12 Jan 2023
    I went the opposite direction and built a static site generator on top of Rails: https://sitepress.cc/

    Turns out, Rails is a really good web framework! I tried building Sitepress on something “light weight”, Tilt and Rack, and it was a pain. I found myself constantly solving the same problems that were already solved in Rails. At some point it dawned on me that I could just build on top of a few parts of Rails, so I did. I wrote about it at https://fly.io/ruby-dispatch/single-file-rails-app/

    I’m glad I did! Now I can plug all of the Rails template handlers, view components, and other Rails plugins into it and ride off that entire communities docs.

    If you find yourself thinking, “rails is too heavy”, consider shedding the parts of Rails that you don’t need. Then as your application grows in complexity and you find yourself needing more parts of Rails, bring it back in.

  • [student help] Using Rails as front end. Is it possible?
    3 projects | /r/rails | 11 Jan 2023
  • Single File Rails Apps
    1 project | /r/rails | 9 Jan 2023
    As I was building Sitepress (a site generator like Middleman, Jekyll, & Bridgetown), I stumbled into the idea that a Rails application can exist in a single file and wrote about it at https://fly.io/ruby-dispatch/single-file-rails-app/.
  • Show HN: I made a CMS that uses Git to store your data
    13 projects | news.ycombinator.com | 23 Oct 2022
    Agreed. I built https://sitepress.cc/ that uses git + files to manage content in Rails, but it needs an editor.

    I’m not sure if the right thing to do is build a web editor or smooth out git workflows so that non-technical people can open content files with desktop software to make changes to the content.

  • Sitepress: Build content websites for static site or Rails applications
    1 project | news.ycombinator.com | 9 Jun 2022
  • State of the Web: Static Site Generators
    21 projects | news.ycombinator.com | 30 Jan 2022
    I created https://sitepress.cc/ because you can have both! It can run a dynamic content site from a Rails app or it can compile out pages that can be deployed to any static website host.

    It doesn’t have a front end for authoring pages, styles, etc, but that could be built on top of this library.

  • RIP Jekyll (The Genesis of the Jamstack)
    12 projects | news.ycombinator.com | 13 Sep 2021
    I was using Middleman for a while, but then grew tired of all the dependencies I had to always keep up-to-date. I did the completely illogical thing and built my own static site generator, https://sitepress.cc/

    A few years later and I ended up deleting most of it and replacing the internals with Rails. Now Sitepress is just a tiny rails application sitting on top of a bunch of files. Most of the maintenance and dependencies are handled by major Rails lib maintainers.

    When you deploy it, you can compile it into static files and deploy as you’d expect, but you can also deploy it as a rails or rack app … or even embed it into an existing rails app.

    When Rails 7.0 gets released I’ll drop JS importmaps into the default install for free and have my dream static site generator that doesn’t have a huge asset compilation step.

What are some alternatives?

When comparing decap-cms and sitepress you can also consider the following projects:

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

react-static - ⚛️ 🚀 A progressive static site generator for React.

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

poor-richard - Static site for Spotlight PA

eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

Bridgetown - A next-generation progressive site generator & fullstack framework, powered by Ruby

sanity - Sanity Studio – Rapidly configure content workspaces powered by structured content

Nikola - A static website and blog generator

firecms - Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!

Directus - The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

gutenberg - A fast static site generator in a single binary with everything built-in. https://www.getzola.org