What problem does it solve? Developers building Vue 3 + TypeScript applications with Naive UI often need quick, accurate answers about component APIs, theme customization, provider setup, and common integration pitfalls without digging through the full official documentation. ## Core Features & Use Cases - Component Usage Patterns: Ready-to-use examples for NButton, NDataTable, NForm, NSelect, NDatePicker, NUpload, and other Naive UI components with TypeScript typing. - Theme & Internationalization: Guidance on dark mode via darkTheme, themeOverrides for brand colors, and locale configuration with zhCN/enUS. - Troubleshooting: Answers to common issues like useMessage context errors, tree-shaking setup, and form validation with FormRules. - Use Case: When building a Vue 3 admin dashboard, ask how to implement a validated form with NForm and NInput, and receive a complete typed code example with rules and submit handling. ## Quick Start Ask how to use a specific Naive UI component or configure theming in your Vue 3 TypeScript project.