# voltrb/volt

A Ruby web framework where your Ruby runs on both server and client

Repository: https://github.com/voltrb/volt
Canonical: https://ross.abutalabs.com/products/volt
Language: Ruby
License: MIT
License Family: permissive
Last push: 2018-01-23T08:54:42+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4618, "days_push": 3144, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3195, forks 192 (observed 2026-08-28T04:07:48.315286+00:00)

## What it is
Volt is a Ruby web framework in which the same Ruby code runs on both the server and the client (compiled via Opal), with reactive DOM updates and automatic data syncing over a persistent connection. It offers server-side rendering for initial page loads, URL-based state, and reactive templates with Ruby embedded between {{ }}.

## Use cases
- build reactive single-page apps in pure Ruby
- write isomorphic Ruby code that runs on server and client
- auto-sync database changes to all connected clients in real time
- server-render initial HTML for SEO and fast loads, then render on client
- build apps with reactive templates that update the DOM automatically
- store page state in the URL for shareable links

## When to choose
- you want a full-stack Ruby framework with reactive, real-time data syncing and no JavaScript
- you need isomorphic Ruby with server-side rendering and client-side interactivity
- you are exploring reactive programming patterns in Ruby

## When to avoid
- you need a maintained framework with active support and security updates (last release was 2018)
- you need a large ecosystem, hiring pool, or production-grade guarantees
- your team prefers mainstream JavaScript/TypeScript frontend stacks

## Facets
- artifact type: framework
- maturity: abandoned
- function: web-framework, templating, ssr, state-management, routing, websocket
- domain: web-development, frontend, backend
- platform: ruby, cross-platform
- tags: isomorphic, reactive-programming, opal, ruby-on-client, full-stack, live-syncing, real-time, web-server

## Member repositories
- voltrb/volt (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:48.315286+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-30T07:24:53.623042+00:00, confidence not recorded.
  - readme: https://github.com/voltrb/volt (fetched 2026-08-28T04:07:48.315286+00:00, sha bb8d5b7631e4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
