https://github.com/refract-org/refract-ui
Visualization interface for Refract event streams — timelines, diffs, citations
https://github.com/refract-org/refract-ui
Last synced: 27 days ago
JSON representation
Visualization interface for Refract event streams — timelines, diffs, citations
- Host: GitHub
- URL: https://github.com/refract-org/refract-ui
- Owner: refract-org
- License: mit
- Created: 2026-05-14T18:19:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-15T22:54:19.000Z (about 1 month ago)
- Last Synced: 2026-05-15T22:56:55.833Z (about 1 month ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Refract UI
Standalone visualization for the [Refract](https://github.com/refract-org/refract) observation engine.
Web app (vanilla TS + Vite) that loads JSONL event data compatible with `@refract-org/evidence-graph` and renders timelines, diffs, citation graphs, and event-type breakdowns.
## Usage
```bash
bun install
bun run dev
```
Open `http://localhost:5173`. Sample data loads automatically. Drag a JSONL file onto the upload zone to inspect your own data.
## Stack
- Vite + vanilla TypeScript
- No framework dependencies
- DOM-based rendering with CSS custom properties
---
[Refract Engine](https://github.com/refract-org/refract) · [Docs](https://refract-org.github.io/refract-docs/) · [npm](https://www.npmjs.com/org/refract-org)