git404hub

what is tradingview-gratis fr?

outlinersclub-cpu/tradingview-gratis — explained in plain English

Analysis updated 2026-05-18

30TypeScriptAudience · developerComplexity · 2/5Setup · easy

tl;dr

A free, open-source clone of TradingView Pro for viewing live crypto charts from Binance, built for Latin American traders with no login or ads required.

vibe map

mindmap
  root((repo))
    What it does
      Free TradingView clone
      Live crypto charts
      Technical indicators
    Tech stack
      TypeScript
      Next.js
      Zustand
    Use cases
      Chart crypto pairs
      Track watchlists
      Deploy for free
    Audience
      Crypto traders
      LATAM users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Watch live candlestick charts for any Binance crypto pair without paying for TradingView Pro

VIBE 2

Add technical indicators like EMA, RSI, and MACD to spot trends on crypto charts

VIBE 3

Track multiple symbols in a watchlist with live price updates

VIBE 4

Deploy your own free crypto charting tool to Vercel or Cloudflare

what's the stack?

TypeScriptNext.jsTailwind CSSZustandWebSocket

how it stacks up fr

outlinersclub-cpu/tradingview-gratisalbertaworlds/japanese-text-cleanerayangabryl/ngx-digit-flow
Stars303030
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Client-side only, no backend to set up, works with Binance's public data feed.

in plain english

TradingView Gratis is an open-source, free alternative to TradingView Pro built for cryptocurrency chart analysis, targeted specifically at users in Latin America (LATAM). It replicates the look and feel of TradingView using the same charting library TradingView itself uses, called lightweight-charts, but without any cost, login requirement, or ads. The tool connects to Binance's public data feeds (no API key needed) via a WebSocket connection, WebSocket is a way to receive data continuously in real time, to display live candlestick charts for any crypto trading pair available on Binance. You can switch between multiple time intervals (1 minute through 1 week), toggle on common technical indicators like EMA, RSI, and MACD (mathematical overlays traders use to spot trends), and track multiple symbols in a watchlist with live price updates. Your preferences for symbol, timeframe, and indicators are saved in your browser automatically. All the indicator calculations happen in the browser itself, not on a server, so there is no backend to maintain. The project is entirely client-side and can be deployed for free to services like Vercel or Cloudflare. This project is also the foundation of a video tutorial series covering progressively more advanced features. The README notes it does not yet include drawing tools like trend lines, server-side alerts, or live trading functionality. The tech stack is TypeScript with Next.js as the web framework, Tailwind CSS for styling, and Zustand for managing app state.

prompts (copy fr)

prompt 1
Show me how to deploy tradingview-gratis to Vercel for free
prompt 2
Help me add a new technical indicator to this charting tool
prompt 3
Explain how this project connects to Binance's WebSocket feed without an API key
prompt 4
How would I extend this project to add drawing tools like trend lines

Frequently asked questions

what is tradingview-gratis fr?

A free, open-source clone of TradingView Pro for viewing live crypto charts from Binance, built for Latin American traders with no login or ads required.

What language is tradingview-gratis written in?

Mainly TypeScript. The stack also includes TypeScript, Next.js, Tailwind CSS.

How hard is tradingview-gratis to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is tradingview-gratis for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.