How to integrate a static website to Rails app

This page summarizes the projects mentioned and recommended in the original post on /r/rails

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.
judoscale.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. static-rails

    Build & serve static sites (e.g. Jekyll, Hugo) from your Rails app

    testdouble/static-rails: Build & serve static sites (e.g. Jekyll, Hugo) from your Rails app (github.com)

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.

    Judoscale logo
  3. High Voltage

    Easily include static pages in your Rails app.

    Also not quite what you're lookin' for but throwing it out there anyway: https://github.com/thoughtbot/high_voltage

  4. rails-reverse-proxy

    A reverse proxy for Ruby on Rails

    I use https://github.com/axsuul/rails-reverse-proxy to pass along any requests made to my Rails app for /blog/ and /blog/:article_slug to my separately hosted static blog site (which I host on Cloudflare Pages). It serves my purpose pretty well. The main thing that I don't love is the extra network time between my Rails app server and the blog server when someone requests my blog via my Rails app, but it's good enough for my needs.

  5. Bridgetown

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

    FYI. I used Bridgetown as a static site generator recently and rather enjoyed it. https://github.com/bridgetownrb/bridgetown.

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

  • Bridgetown: Progressive site generator and fullstack framework, powered by Ruby

    1 project | news.ycombinator.com | 27 Jan 2024
  • Progressive site generator and fullstack framework, powered by Ruby

    1 project | news.ycombinator.com | 16 Sep 2023
  • [student help] Using Rails as front end. Is it possible?

    3 projects | /r/rails | 11 Jan 2023
  • how to add a simple blog to my SaaS?

    2 projects | /r/rails | 28 Dec 2022
  • How would you manage tons of static pages in a rails project?

    2 projects | /r/rails | 21 Jun 2022

Did you know that Ruby is
the 12th most popular programming language
based on number of references?