llms.txt Content
# Docs
- Getting Started: undefined
- [Overview](/docs/getting-started): What Zap Studio is, what each package covers, and how we ship agent skills.
- Local.ts: undefined
- [Overview](/docs/local-ts): A starter kit for building local-first applications for desktop and mobile.
- [Motivation](/docs/local-ts/motivation): Why Local.ts was created and the philosophy behind local-first desktop software.
- [Getting Started](/docs/local-ts/getting-started): Set up Local.ts and run your first build.
- **Customization**
- [Project Identity](/docs/local-ts/project-identity): How to update your app's name, version, and branding after cloning Local.ts.
- [Sidebar Navigation](/docs/local-ts/sidebar): Customize the sidebar navigation links and structure in your Local.ts app.
- [App Icons](/docs/local-ts/app-icons): Set up proper icons for your Local.ts application across all platforms and contexts.
- **Guides**
- [Settings](/docs/local-ts/settings): Persistent settings system with type-safe APIs and a pre-built Settings page.
- [Theming](/docs/local-ts/theming): Implement light, dark, and system theme modes in your Local.ts application.
- [Database](/docs/local-ts/database): SQLite database with Diesel ORM, automatic migrations, and a layered architecture in Local.ts.
- [Notifications](/docs/local-ts/notifications): Send native system notifications with permission handling and user preference support in Local.ts.
- [Logging](/docs/local-ts/logging): Built-in logging with multi-target output to console, webview, and persistent files.
- [System Tray](/docs/local-ts/system-tray): Run your Local.ts app in the background with a system tray icon, menu, and settings integration.
- [Window State](/docs/local-ts/window-state): Automatically remember window size, position, and state across app restarts in Local.ts.
- [Autostart](/docs/local-ts/autostart): Configure your Local.ts app to launch automatically when users log into their computer.
- [Splash