rage-rb/rage
Fiber-based Ruby web framework combining Rails ergonomics with a unified runtime observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 84
- Longevity 77
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 33
- age_days: 1083
- days_rel: 27
- days_push: 9
- n_releases_24m: 18
Adoption not part of the score
1409 stars · 42 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
framework · maturity active
web-framework http-server websocket middleware routing cli api-framework web-development backend apis ruby fiber-based-concurrency rails-compatible api-first server-sent-events openapi background-jobs single-process domain-events observability real-time linux macos docker
3 sources
- readme: https://github.com/rage-rb/rage · fetched 2026-08-28 · e000bf77625c
- homepage: https://rage-rb.dev · fetched 2026-08-29 · 62e535dd9720
- site_page: https://rage-rb.dev/docs/intro · fetched 2026-08-29 · aeb9849a1361
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rage-rb/rage | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem