---
name: "@voraui"
slug: "voraui"
description: "Open source crypto market analytics components for shadcn/ui - candlestick trading charts, BTC rainbow chart, Fear & Greed and Altseason gauges, live from free public APIs."
category: "Charts/data viz"
tags: ["charts", "crypto"]
framework: "react"
license: "MIT"
author: "josealbertoruizr"
website: "https://voraui.vercel.app"
github: "https://github.com/josealbertoruizr/voraui"
registry: "https://voraui.vercel.app/r/registry.json"
pro: false
pro_url: null
github_stars: 3
component_count: 4
generated_at: "2026-09-21T01:50:16.753Z"
---

# @voraui

Open source crypto market analytics components for shadcn/ui - candlestick trading charts, BTC rainbow chart, Fear & Greed and Altseason gauges, live from free public APIs.

## Links

- Website: https://voraui.vercel.app
- GitHub: https://github.com/josealbertoruizr/voraui
- Registry JSON: https://voraui.vercel.app/r/registry.json
- Directory page: https://sh4dcn.vercel.app/registry/voraui
- This file: https://sh4dcn.vercel.app/md/voraui.md

## Install

```sh
# add the whole registry (shadcn CLI)
npx shadcn@latest add https://voraui.vercel.app/r/registry.json
pnpm dlx shadcn@latest add https://voraui.vercel.app/r/registry.json
bunx shadcn@latest add https://voraui.vercel.app/r/registry.json
# clone the source repo
git clone https://github.com/josealbertoruizr/voraui.git
# fetch the raw registry index
curl -s https://voraui.vercel.app/r/registry.json
```

## Components (4)

| name | type | description | install |
| --- | --- | --- | --- |
| fear-greed-gauge | registry:block | Crypto Fear & Greed index dial with live data from alternative.me. | `npx shadcn@latest add https://voraui.vercel.app/r/fear-greed-gauge.json` |
| altseason-gauge | registry:block | Altcoin Season index gauge computed client-side from CoinPaprika data. | `npx shadcn@latest add https://voraui.vercel.app/r/altseason-gauge.json` |
| btc-rainbow-chart | registry:block | Bitcoin rainbow log-regression chart with Binance history and a bundled 2010-2017 seed. | `npx shadcn@latest add https://voraui.vercel.app/r/btc-rainbow-chart.json` |
| trading-chart | registry:block | Candlestick chart with trade markers, clustering, and live Binance updates. | `npx shadcn@latest add https://voraui.vercel.app/r/trading-chart.json` |

## For AI agents

```text
You are adding components from @voraui to a shadcn-compatible project.
1. Read this file (https://sh4dcn.vercel.app/md/voraui.md) for the component list.
2. Fetch the machine-readable index: https://voraui.vercel.app/r/registry.json
3. Install a single component with its install command from the table above.
4. Full structured record: https://sh4dcn.vercel.app/json (library slug: voraui).
```
