Skip to main content
Skip to main content

Playground

The Playground is a live sandbox on exeria.dev. Use it to see how Exeria Charts behaves before you paste code into your app.

What you can try

AreaWhat to experiment with
Chart surfaceCandles, line mode, intervals, autoscale, linear/log scale
IndicatorsAdd built-in studies (RSI, MACD, EMA, …) and open their settings
Drawing toolsTrend lines, channels, fib tools, positions — from the left menu
ThemesSwitch preset palettes and see candle, grid, and axis colors update
Mobile layoutResize the browser to see compact toolbar behavior

Nothing you change in the Playground writes to your project. It is a safe place to answer “does this library do what I need?”

When to use Playground vs docs

GoalStart here
Pick colors and chart feel before codingPlayground → then Custom theme
Confirm an indicator existsPlayground indicator picker → Indicator catalog
Learn integration step by stepTutorials or Vanilla quickstart
Copy exact API callsChartInstance or tutorials

Suggested 5-minute flow

  1. Open /playground.
  2. Switch interval and chart type from the top toolbar.
  3. Add EMA and RSI from the indicators menu.
  4. Draw a trend line from the left menu.
  5. Change the theme preset and note which parts move (candles vs toolbar).

Then open Custom theme to apply the same ideas in code.

Playground vs starter demos

ResourceBest for
PlaygroundOpen-ended experimentation
Starter demosFull product-shaped layouts (crypto terminal, forex, screener, …)
Binance live demoData Connector with real market stream
Bybit live demoSame connector pattern on Bybit spot data
OKX live demoOKX spot data with BTC-USDT symbols
Kraken live demoKraken USD spot with BTC/USD symbols
KuCoin live demoKuCoin USDT spot with BTC-USDT symbols
Coinbase live demoCoinbase USD/USDC spot with BTC-USD product ids
Gate.io live demoGate.io USDT spot with BTC_USDT currency pairs
EODHD live demoGlobal stocks, forex, and crypto with AAPL.US-style symbols
CoinGecko live demoBroad crypto catalog via coin ids

Starters show integration patterns; Playground shows chart capabilities in isolation.