# Docs ## get-started - [Get Started](/docs/get-started): A quick guide to adding audio/ui components to your application. ## introduction - [Introduction](/docs): A set of accessible and composable Audio UI components. Built on top of shadcn/ui, designed to be copied, pasted, and owned. ## mcp - [MCP](/docs/mcp): Learn how to use the shadcn/ui MCP (Model Context Protocol) with audio/ui. ## registry - [Registry](/docs/registry): Learn how to use the audio/ui Registry with shadcn/ui. ## roadmap - [Roadmap](/docs/roadmap): Current state of audio/ui and where we're headed next. ## styling - [Styling](/docs/styling): A guide for extended styling options with our color system. ## lib - [Audio Store](/docs/lib/audio-store): Zustand-based store and helper actions for queue and playback management. - [HTML Audio](/docs/lib/html-audio): Core audio helper and singleton for loading and controlling HTML5 audio. ## components - [Channel Strip](/docs/components/base/channel-strip): Layout shell for channel-style columns—header, sections with label, control, and readout, and footer—with vertical or horizontal orientation. - [Fader](/docs/components/base/fader): Linear slider control for gain and parameter adjustment with pointer, wheel, keyboard, orientation, and thumb mark variants. - [Knob](/docs/components/base/knob): Rotary control for parameters - drag, wheel, keyboard, optional fader-style vertical pan, and reset via double-tap. - [Audio Player](/docs/components/base/player): A composable audio player. One component, one install, fully owned by you. - [Sortable List](/docs/components/base/sortable-list): A drag-and-drop sortable list component built with dnd-kit. - [Transport](/docs/components/base/transport): Timeline transport control for playback progress and scrubbing, with buffered range visualization, keyboard, wheel, and pointer interactions. - [XY Pad](/docs/components/base/xypad): Two-dimensional control surface for mapping and automating X/Y parameters with pointer, wheel, and keyboard input.