# moroshko/rxviz

Rx Visualizer - Animated playground for Rx Observables

Repository: https://github.com/moroshko/rxviz
Canonical: https://ross.abutalabs.com/products/rxviz
Homepage: https://rx-viz.vercel.app
Language: JavaScript
License: MIT
License Family: permissive
Topics: rx, observable, rxjs, reactive, stream, visualizer, visualization, svg, animation, react
Last push: 2024-09-06T02:53:24+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3374, "days_push": 726, "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 1596, forks 92 (observed 2026-08-28T04:05:09.207244+00:00)

## What it is
RxViz is an animated web playground that visualizes Rx Observables: you enter JavaScript whose last expression evaluates to an Observable, and it renders an animated SVG timeline of the values the Observable emits over time. It works as a hosted web app, can be run locally, and is also published on npm as React components for visualizing Observables.

## Use cases
- visualize rxjs observables as animated marble diagrams
- watch how an observable emits values over time
- debug or understand higher-order observables visually
- generate svg observable timelines for presentations
- learn reactive programming by experimenting with rxjs operators
- share runnable observable examples with others

## When to choose
- you want a zero-install, browser-based way to see an Observable's emission timeline animated
- you need copyable SVG marble diagrams of Observables for slides or documentation
- you are teaching or learning RxJS and want intuition for intervals, errors, and higher-order Observables

## When to avoid
- you need actively maintained tooling - the project is explicitly looking for maintainers
- you want production monitoring or observability of live streams inside your application, since this is a playground, not an APM tool
- you need to visualize reactive streams in languages other than JavaScript, since it evaluates JS code and subscribes to Observable-like values

## Facets
- artifact type: application
- maturity: maintenance
- function: data-visualization, animation, developer-tools
- domain: developer-tools, web-development, data-visualization
- platform: browser
- tags: rxjs, reactive-programming, observables, marble-diagram, playground, react, svg, streams, learning-tool

## Member repositories
- moroshko/rxviz (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:09.207244+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-30T03:54:04.376575+00:00, confidence not recorded.
  - readme: https://github.com/moroshko/rxviz (fetched 2026-08-28T04:05:09.207244+00:00, sha 1e21c30a5740)
  - homepage: https://rx-viz.vercel.app (fetched 2026-08-29T11:25:09.053244+00:00, sha 2319a022cfaa)
  - registry_npm: https://registry.npmjs.org/rxviz (fetched 2026-08-29T11:25:09.062346+00:00, sha 3abd2a8a0b3b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
