# rage-rb/rage

Fiber-based Ruby web framework combining Rails ergonomics with a unified runtime

Repository: https://github.com/rage-rb/rage
Canonical: https://ross.abutalabs.com/products/rage-rb-rage
Homepage: https://rage-rb.dev
Language: Ruby
License: MIT
License Family: permissive
Last push: 2026-08-24T15:50:03+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 84, longevity 77
- inputs: {"age_days": 1083, "days_push": 9, "days_rel": 27, "gap_med": 33, "n_releases_24m": 18}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1409, forks 42 (observed 2026-08-28T04:04:38.552605+00:00)

## What it is
Rage is an API-first Ruby web framework that combines Rails-compatible ergonomics with fiber-based concurrency, running web requests, WebSockets, SSE, and background jobs in a single process. It aims to reduce infrastructure complexity by eliminating the need for separate worker processes, Redis, and external queue systems.

## Use cases
- build high-concurrency REST APIs in Ruby
- stream LLM responses with server-sent events
- add real-time WebSockets to a Ruby app without Action Cable dependencies
- run background jobs without Redis or Sidekiq
- auto-generate OpenAPI docs from controllers
- migrate a Rails API to a faster runtime
- build live dashboards and chat apps

## When to choose
- you want Rails-like developer experience with better concurrency
- you want a single-process stack without Redis or separate workers
- you're building API-only services with WebSockets or SSE streaming
- you need auto-generated OpenAPI documentation

## When to avoid
- you need a full-stack framework with views and server-side rendering
- your team depends on Rails-specific gems and ecosystem tooling
- you require very long-term battle-tested stability for critical systems
- you're on Ruby versions older than 3.3

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, websocket, middleware, routing, cli, api-framework
- domain: web-development, backend, apis
- platform: ruby
- tags: fiber-based-concurrency, rails-compatible, api-first, server-sent-events, openapi, background-jobs, single-process, domain-events, observability, real-time, linux, macos, docker

## Member repositories
- rage-rb/rage (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.552605+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:33.312882+00:00, confidence not recorded.
  - readme: https://github.com/rage-rb/rage (fetched 2026-08-28T04:04:38.552605+00:00, sha e000bf77625c)
  - homepage: https://rage-rb.dev (fetched 2026-08-29T11:51:57.856353+00:00, sha 62e535dd9720)
  - site_page: https://rage-rb.dev/docs/intro (fetched 2026-08-29T11:51:57.862868+00:00, sha aeb9849a1361)
- Data as of 2026-08-30T08:39:29.467469+00:00.
