# Docs ## get-started - [Get Started](/docs/get-started): A quick guide to adding your first component. ## introduction - [Introduction](/docs): A modern audio UI component library built on top of shadcn/ui. ## roadmap - [Roadmap](/docs/roadmap): Current state of audio/ui and where we're headed next. ## components - [Components](/docs/components): Here you can find all the components available in the registry. We are working on adding more components. - [Audio Player](/docs/components/player): A composable audio player component system. - [Audio Queue](/docs/components/queue): Composable queue management components with shuffle, repeat, and track selection. - [Audio Track](/docs/components/track): Track display components with list management and track information. - [Slider](/docs/components/ui/slider): An input where the user selects a value from within a given range. Extended from shadcn/ui to support buffer indicators. - [Sortable List](/docs/components/ui/sortable-list): A drag-and-drop sortable list component built with dnd-kit. ## lib - [Audio Store](/docs/lib/audio-store): Zustand-based store and helper actions for queue and playback management. - [Audio](/docs/lib/audio): Core audio helper and singleton for loading and controlling HTML5 audio.