WorkspaceA workspace you arrange yourself
Every window — a chart, a news feed, an SEC filing, a spreadsheet, a note — is a movable, resizable pane in the same canvas. Snap them with keyboard shortcuts, save the layout to a single file, or hand the whole arrangement to a colleague through a shared URL. The workspace is yours to compose; nothing is locked into a fixed grid or a pre-baked dashboard.
ChartsFast charts, every market
The chart is built for fluid panning and zooming across long time horizons, even on a laptop trackpad. Crypto streams in real time; equities, ETFs and indices arrive as a daily history with a current quote on top. A single workspace can hold a live BTC chart and a multi-year AAPL chart side by side.
NewsA reading desk for the markets
Headlines arrive in a unified feed pulled from CoinDesk, CoinTelegraph, Decrypt, The Block, Bitcoin Magazine, Hacker News, Yahoo Finance and a curated set of subreddits. Duplicates are stripped automatically, so the list stays quiet. Click any item to open it in the in-app reader — including a Reddit reader that renders post bodies and threaded comments without leaving the workspace.
FilingsLatest company data
Every US-registered public company’s filings list and quarterly fundamentals are one ticker away. The latest 10-K, 10-Q, 8-K and proxy filings sit alongside a quarter-by-quarter view of revenue, net income, earnings per share, equity and cash flow — pulled straight from the company’s own reports, so you can read the trend instead of hunting for a single line in a PDF.
ScriptableStrategies you can write in the tab
The backtester accepts JavaScript strategies and runs them inside an isolated sandbox with no network access and no way to touch the rest of the page. Bars and indicator helpers like sma and ema are handed to your code through a small context object; the run returns an equity curve, a trade list, max drawdown, win rate and fill rate. Strategies stay on your machine.
SpreadsheetA spreadsheet that knows the market
=PRICE("BTC") for crypto, =STOCK("AAPL") for equities — both refresh in place as new ticks arrive. Drop in =BLACKSCHOLES, =VOL, =TREND, =ZSCORE, =SHARPE, =SORTINO, =MAXDD or =BETA and the cell holds a real number, not a placeholder. Select any range and one click spawns a chart you can export to SVG, PNG or PDF, or save into the same file store as your sheets.
ModellingA lab for quick quant work
A dedicated panel for linear regression, linear forecasting, Black-Scholes pricing and Monte Carlo simulation. Every run lives on its own numerics worker, so the spreadsheet stays responsive. The options tab can pull a live Yahoo options chain — pick an expiry and a strike and the spot, time-to-expiry and implied vol auto-fill for pricing.
Local-firstLocal-first, by design
Workspaces, files, notes, spreadsheets, indicator scripts and saved settings all live on your device. We don’t sync them, mirror them or have any way to read them. Export a workspace to a single .ftm file, share it as a URL, or simply close the tab; once it has loaded, the app keeps working without a network.