I built Pulse Terminal for my own personal use. I just wanted a clean, focused way to watch the quick 1s crypto market info without having to manage a hundred different tabs. It hooks straight into Binance's WebSockets and REST APIs to provide real-time data in a single, lightweight view.
| Light Mode | Dark Mode |
|---|---|
![]() |
![]() |
- Orderbook Depth: See the real-time bid/ask spread and where the big walls are sitting.
- Momentum Insights: Automated logic that tracks volume spikes, RSI levels, and VWAP crossovers.
- Fast Timeframes: Supports 1s, 1m, 3m, 5m, 15m, and 30m intervals.
- Clean Charting: Built on Lightweight Charts v4.1.1 with custom themes for both light and dark modes.
- Core: Vanilla HTML5, CSS3, and JavaScript (ES6+).
- Charting: Lightweight Charts v4.1.1.
- Icons: Iconify Framework.
- API: Binance Public WebSocket & REST API.
No build tools or dependencies required.
git clone https://github.com/TechTronixx/Pulse-Terminal.git
cd Pulse-Terminal
Open Terminal-main.html in any modern browser.
Alternatively, run a local server:
npx -y serve .
Visit http://localhost:3000 once the server starts.
Note: This is a frontend-only terminal. No private keys or trading credentials should be entered here as it is designed for monitoring and Personal use.

