https://github.com/techtronixx/pulse-terminal
A simple, high-performance crypto trading terminal featuring real-time data, technical indicators, and live market insights.
https://github.com/techtronixx/pulse-terminal
bitcoin cryptocurrency dashboard javascript orderbook-websocket terminal trading-scanners websocket
Last synced: 3 days ago
JSON representation
A simple, high-performance crypto trading terminal featuring real-time data, technical indicators, and live market insights.
- Host: GitHub
- URL: https://github.com/techtronixx/pulse-terminal
- Owner: TechTronixx
- Created: 2026-05-11T17:33:01.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-11T18:32:30.000Z (about 1 month ago)
- Last Synced: 2026-05-11T19:28:36.274Z (about 1 month ago)
- Topics: bitcoin, cryptocurrency, dashboard, javascript, orderbook-websocket, terminal, trading-scanners, websocket
- Language: HTML
- Homepage: https://pulse-terminal.vercel.app/
- Size: 205 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pulse Terminal: Crypto chart Interface
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.




## Screenshots
| Light Mode | Dark Mode |
| :-----------------------------------: | :---------------------------------: |
|  |  |
## [Live Demo ](https://pulse-terminal.vercel.app)
## Key Features
- **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.
## Tech Stack
- **Core**: Vanilla HTML5, CSS3, and JavaScript (ES6+).
- **Charting**: Lightweight Charts v4.1.1.
- **Icons**: Iconify Framework.
- **API**: Binance Public WebSocket & REST API.
## Running Locally
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._