Skip to content

Releases: exchanges-lab/view

v1.0.0 — First Release

14 Feb 16:01

Choose a tag to compare

View v1.0.0 — First Release

Self-hosted real-time cryptocurrency charting platform for Binance USDS-M
Futures.

Features

  • Real-time WebSocket streaming — Live 1-minute K-line data with auto-reconnect and gap backfill
  • 3-tier historical sync — Monthly ZIP → Daily ZIP → REST API from Binance Data Archive
  • TimescaleDB time-series storage — 8 timeframes (1m, 5m, 15m, 1h, 4h, 1D, 1W, 1M)
  • Professional charting engine — Charting Library v29.4
  • Custom indicators — Net Volume (NV-C) and Cumulative Volume Delta(CVD-C)
  • Multi-chart layouts — Single, vertical split, horizontal split, and 1L+2R
  • Chart save/load — Built-in save_load_adapter with auto-save
  • Live watchlist sidebar — Real-time price, 24h change, drag-and-drop reordering
  • Google OAuth protection — Email whitelist with session persistence
  • Cloudflare Pages support — build.sh injects config from environment variables
  • Dark & Light themes
  • Docker ready — Multi-stage builds, Docker Compose

Deployment Options

  1. Full self-hosted (Docker + Nginx Proxy Manager)
  2. Hybrid (Backend self-hosted + Frontend on Cloudflare Pages) (Recommended)