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. Learn more →
Sitepress Alternatives
Similar projects and alternatives to sitepress
-
-
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.
-
-
-
-
-
eleventy 🕚⚡️
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
-
gutenberg
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sitepress discussion
sitepress reviews and mentions
-
The ACF plugin on the WordPress directory has been taken over by WordPress.org
If you are a Ruby or Rails dev, I built https://sitepress.cc/ to run stand-alone, embedded in Rails, or as a static site compiler.
It’s MIT licensed so anybody can use it, including people affiliated with WP Engine in any way, financially or otherwise.
-
No CMS? Writing Our Blog in React
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”
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?
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)?
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?
-
Single File Rails Apps
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
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
-
State of the Web: Static Site Generators
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.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 17 Mar 2025
Stats
sitepress/sitepress is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of sitepress is Ruby.