# Native SDK > Native SDK is the complete toolkit for building beautiful native desktop applications: declarative markup, a predictable message-based state model, a modern component library, and its own native renderer — no browser, no WebView, no compromise. The documentation home is [https://native-sdk.dev](https://native-sdk.dev). The links below return clean Markdown generated from the canonical MDX documentation sources. ## Get Started - [Introduction](https://native-sdk.dev/docs/introduction.md) - [Quick Start](https://native-sdk.dev/docs/quick-start.md) - [CLI](https://native-sdk.dev/docs/cli.md) - [Config](https://native-sdk.dev/docs/app-zon.md) - [Agent Skills](https://native-sdk.dev/docs/skills.md) ## Core Concepts - [App Model](https://native-sdk.dev/docs/app-model.md) - [TypeScript Cores](https://native-sdk.dev/docs/typescript.md) - [TypeScript Services](https://native-sdk.dev/docs/typescript/services.md) - [Where Packages Go](https://native-sdk.dev/docs/typescript/packages.md) - [Native UI](https://native-sdk.dev/docs/native-ui.md) - [Dynamic Images](https://native-sdk.dev/docs/dynamic-images.md) - [Terminal](https://native-sdk.dev/docs/terminal.md) - [State & Data Flow](https://native-sdk.dev/docs/state.md) - [Theming](https://native-sdk.dev/docs/theming.md) - [Fonts](https://native-sdk.dev/docs/fonts.md) - [Building Components](https://native-sdk.dev/docs/building-components.md) ## Data - [Model Persistence](https://native-sdk.dev/docs/persistence.md) - [Record Store](https://native-sdk.dev/docs/record-store.md) - [Relational SQLite](https://native-sdk.dev/docs/sqlite.md) - [Files & Streaming](https://native-sdk.dev/docs/files.md) ## Components - [Overview](https://native-sdk.dev/docs/components.md) - [Accordion](https://native-sdk.dev/docs/components/accordion.md) - [Alert](https://native-sdk.dev/docs/components/alert.md) - [Avatar](https://native-sdk.dev/docs/components/avatar.md) - [Badge](https://native-sdk.dev/docs/components/badge.md) - [Breadcrumb](https://native-sdk.dev/docs/components/breadcrumb.md) - [Bubble](https://native-sdk.dev/docs/components/bubble.md) - [Button](https://native-sdk.dev/docs/components/button.md) - [Button Group](https://native-sdk.dev/docs/components/button-group.md) - [Card](https://native-sdk.dev/docs/components/card.md) - [Chart](https://native-sdk.dev/docs/components/chart.md) - [Checkbox](https://native-sdk.dev/docs/components/checkbox.md) - [Code](https://native-sdk.dev/docs/components/code.md) - [Combobox](https://native-sdk.dev/docs/components/combobox.md) - [Dialog](https://native-sdk.dev/docs/components/dialog.md) - [Drawer](https://native-sdk.dev/docs/components/drawer.md) - [Dropdown Menu](https://native-sdk.dev/docs/components/dropdown-menu.md) - [Icon](https://native-sdk.dev/docs/components/icon.md) - [Input](https://native-sdk.dev/docs/components/input.md) - [Input Group](https://native-sdk.dev/docs/components/input-group.md) - [List](https://native-sdk.dev/docs/components/list.md) - [Markdown](https://native-sdk.dev/docs/components/markdown.md) - [Media Surface](https://native-sdk.dev/docs/components/media-surface.md) - [Pagination](https://native-sdk.dev/docs/components/pagination.md) - [Panel](https://native-sdk.dev/docs/components/panel.md) - [Progress](https://native-sdk.dev/docs/components/progress.md) - [Radio](https://native-sdk.dev/docs/components/radio.md) - [Resizable](https://native-sdk.dev/docs/components/resizable.md) - [Scroll](https://native-sdk.dev/docs/components/scroll.md) - [Select](https://native-sdk.dev/docs/components/select.md) - [Separator](https://native-sdk.dev/docs/components/separator.md) - [Sheet](https://native-sdk.dev/docs/components/sheet.md) - [Skeleton](https://native-sdk.dev/docs/components/skeleton.md) - [Slider](https://native-sdk.dev/docs/components/slider.md) - [Spacer](https://native-sdk.dev/docs/components/spacer.md) - [Spinner](https://native-sdk.dev/docs/components/spinner.md) - [Split](https://native-sdk.dev/docs/components/split.md) - [Status Bar](https://native-sdk.dev/docs/components/status-bar.md) - [Stepper](https://native-sdk.dev/docs/components/stepper.md) - [Switch](https://native-sdk.dev/docs/components/switch.md) - [Table](https://native-sdk.dev/docs/components/table.md) - [Tabs](https://native-sdk.dev/docs/components/tabs.md) - [Textarea](https://native-sdk.dev/docs/components/textarea.md) - [Timeline](https://native-sdk.dev/docs/components/timeline.md) - [Toggle](https://native-sdk.dev/docs/components/toggle.md) - [Tooltip](https://native-sdk.dev/docs/components/tooltip.md) - [Tree](https://native-sdk.dev/docs/components/tree.md) - [Video](https://native-sdk.dev/docs/components/video.md) - [Virtual List](https://native-sdk.dev/docs/components/virtual-list.md) ## Native Platform - [Windows](https://native-sdk.dev/docs/windows.md) - [Native Surfaces](https://native-sdk.dev/docs/native-surfaces.md) - [Menus](https://native-sdk.dev/docs/menus.md) - [Dialogs](https://native-sdk.dev/docs/dialogs.md) - [System Tray](https://native-sdk.dev/docs/tray.md) - [Keyboard Shortcuts](https://native-sdk.dev/docs/keyboard-shortcuts.md) - [Commands](https://native-sdk.dev/docs/commands.md) - [Native Controls](https://native-sdk.dev/docs/native-controls.md) ## Automation & Testing - [Automation](https://native-sdk.dev/docs/automation.md) - [Testing](https://native-sdk.dev/docs/testing.md) - [Testing in CI](https://native-sdk.dev/docs/testing/ci.md) ## Packaging & Distribution - [Packaging](https://native-sdk.dev/docs/packaging.md) - [Code Signing](https://native-sdk.dev/docs/packaging/signing.md) - [Updates](https://native-sdk.dev/docs/updates.md) - [Package Distribution](https://native-sdk.dev/docs/packages.md) ## Mobile & Embedding - [Embedded App](https://native-sdk.dev/docs/embed.md) - [Media Producers](https://native-sdk.dev/docs/media-producers.md) ## Web Content - [Web Engines](https://native-sdk.dev/docs/web-engines.md) - [Web Content](https://native-sdk.dev/docs/frontend.md) - [Dev Server](https://native-sdk.dev/docs/cli/dev.md) - [Multiple WebViews](https://native-sdk.dev/docs/webviews.md) - [Bridge](https://native-sdk.dev/docs/bridge.md) - [Builtin Commands](https://native-sdk.dev/docs/bridge/builtin-commands.md) ## Reference - [App & Runtime](https://native-sdk.dev/docs/runtime.md) - [Capabilities](https://native-sdk.dev/docs/capabilities.md) - [Security](https://native-sdk.dev/docs/security.md) - [Platform Support](https://native-sdk.dev/docs/platform-support.md) - [Debugging](https://native-sdk.dev/docs/debugging.md) - [native doctor](https://native-sdk.dev/docs/debugging/doctor.md) - [Zig 0.16 Notes](https://native-sdk.dev/docs/zig.md) - [Extensions](https://native-sdk.dev/docs/extensions.md) ## Additional Guides - [Built-in Components](https://native-sdk.dev/docs/built-in-components.md)