Docs

Headless web components
for traders who ship.

Wick is a set of 31 unstyled, framework-agnostic web components for trading interfaces. Bring your own styles, your own data, and your own framework. Every example in these docs is wired to one shared synthetic market feed running in your browser.

New: Living documentation — every component below is wired to one shared synthetic market feed. Open the market pulse at the bottom, pick a scenario, scrub time.OPEN LIVE →

What "headless" means

No styles shipped

Components render semantic HTML with CSS parts and custom properties. You control every color, spacing, and font — nothing to override.

No framework lock-in

Standard web components. Drop them into React, Vue, Svelte, Angular, or plain HTML. The same package works everywhere.

No data opinions

Feed them plain objects — bids, asks, trades, candles. Use any exchange, any WebSocket, any mock. Wick never touches the network.

Quick start

Terminal
npm install @wick/order-book @wick/trade-feed @wick/price-ticker

Start here