Can I vibecode TradingView?

NOT REALLY · don't bother
price $14.95/moyou'd save $179.4/yrbuild time a weekendcategory 🧾 finance & accountingreplaced by 0 people

The chart widget itself is not the product, and TradingView proved that by open sourcing a perfectly good one: lightweight-charts is MIT licensed and you can have candles on screen in an afternoon. What you cannot build is the data pipe behind it. Real-time consolidated equity, futures and options feeds are licensed per exchange, per user, with entitlement checks and redistribution rules, and the free endpoints you will end up scraping are delayed, rate limited and quietly break. On top of that sits Pine Script and roughly a decade of community published indicators and strategies, plus screeners over every listed symbol, alerts that fire while your laptop is shut, and broker order routing. A local build gives you crypto in real time and equities on a delay, which is either fine or completely useless depending on your time horizon.

the prompt
Build a local-first market charting app called "deskchart". Single user, runs on my machine, no accounts, no telemetry, no cloud.

Stack, not negotiable:
- Vite + React + TypeScript for the UI
- lightweight-charts (MIT, from TradingView) for rendering candles and overlays
- A small Express + TypeScript server in the same repo as a data proxy and cache
- SQLite via better-sqlite3 for candle cache, watchlists and alerts
- pnpm workspaces, one command to run both: pnpm dev

Data:
- Crypto: Binance public REST klines endpoint, no key needed, treat this as the real-time path
- Equities and ETFs: Stooq daily CSV as the default source, with an optional adapter interface so another provider can be dropped in via .env
- Cache every fetched candle range in SQLite and only request the missing tail on reload
- Put any API keys in .env, read via a single config module, ship .env.example. Never hardcode secrets
- Print a visible "DELAYED" badge on any symbol whose source is not real time. Do not pretend otherwise

Features in scope:
- Symbol search over a locally seeded symbol list, watchlists stored in SQLite
- Candlestick chart with timeframe switcher: 1m, 5m, 1h, 1d, 1w
- Indicator overlays computed client side: SMA, EMA, VWAP, RSI and MACD in a lower pane
- Persisted horizontal price lines and trendlines per symbol, saved to SQLite
- Simple alerts: price crosses above or below a level. Server polls every 60s and fires a desktop notification via node-notifier plus a row in an alerts log
- Dark theme, keyboard shortcuts for timeframe and symbol switching

Explicitly out of scope, do not attempt:
- Any scripting language or Pine Script compatibility
- Broker connections or order entry
- Social feed, published ideas, comments
- Multi-user auth, hosted deployment, mobile apps
- Scraping any paid or authenticated data feed

Deliverables: working repo, README with setup and a blunt "data limitations" section, seed script for symbols, and vitest coverage on the indicator math and the cache-gap logic.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

Because the subscription is mostly a data and uptime bill wearing a charting UI. Traders pay so that real-time quotes are entitled and correct, so alerts fire at 2am without a laptop being awake, so the same watchlist and drawings appear on phone and desktop, and so the indicator they read about on a forum is one click away instead of a weekend of reimplementation. For anyone whose decisions happen on a daily or weekly candle, though, the paid tiers are largely convenience, and a local build genuinely covers it.

what you lose

xLicensed real-time exchange data for equities, futures and options; free sources are delayed and fragile

xPine Script and the enormous library of published indicators and strategies other people already wrote

xServer side alerts that fire when your device is off, plus push and email delivery

xScreeners and scanners over every listed symbol, and multi-market symbol coverage in general

xPolished mobile and desktop apps with drawings and watchlists synced across all of them

xBroker connections and one click order entry from the chart

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced TradingView ($14.95/mo) with one prompt"
questions
Can I vibecode TradingView?

Not really. TradingView's value is not the code: The moat is licensed exchange data plus a decade of community written Pine Script that only runs on their servers. See the honest breakdown above.

How much does TradingView cost?

TradingView costs about $14.95/month (Essential, checked 2026-08-18), which is $179.39999999999998 per year.

What do I lose by replacing TradingView?

Honestly: Licensed real-time exchange data for equities, futures and options; free sources are delayed and fragile; Pine Script and the enormous library of published indicators and strategies other people already wrote; Server side alerts that fire when your device is off, plus push and email delivery; Screeners and scanners over every listed symbol, and multi-market symbol coverage in general; Polished mobile and desktop apps with drawings and watchlists synced across all of them; Broker connections and one click order entry from the chart. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to TradingView?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.

Every week, more subscriptions die.

New verdicts, new prompts, the week's most-doomed apps.
One email. Unsubscribe in one click.

free forever · no scanner spam · the prompt stays on the site, the deaths come to you

$weekly: what got a verdict, what died.