# Starwind UI - AI Reference Guide > Starwind UI is an open-source component library for Astro projects, styled with Tailwind CSS v4. It provides accessible, customizable components that can be added directly to your projects. Things to remember when using Starwind UI: - Starwind UI is designed for Astro projects using Tailwind CSS v4. - Starwind UI is designed to setup and add components with the CLI only and NOT for direct HTML injection. - Use the `init` command to setup a new project with Starwind UI. - Use the `add` command to add components to your project. ## Important Links for AI Tools - [Home](https://starwind.dev/): The main landing page for Starwind UI, providing an overview and access to documentation. - [Getting Started](https://starwind.dev/docs/getting-started/): A guide for newcomers to the Starwind UI framework, covering the basics. - [CLI](https://starwind.dev/docs/getting-started/cli/): Information on using the Command Line Interface for Starwind UI development. - [Installation](https://starwind.dev/docs/getting-started/installation/): Step-by-step instructions for installing the Starwind UI framework. - [Theming](https://starwind.dev/docs/getting-started/theming/): Guidance on customizing the look and feel of applications built with Starwind UI. - [Components](https://starwind.dev/docs/components/): A detailed list of UI components available in the Starwind UI framework. - [Full Reference](https://starwind.dev/llms-full.txt): A comprehensive LLM reference guide for all components and functionality provided by Starwind UI. ## Available Components and Documentation Starwind UI currently includes the following components: - [Accordion](https://starwind.dev/docs/components/accordion) - [Alert](https://starwind.dev/docs/components/alert) - [Avatar](https://starwind.dev/docs/components/avatar) - [Badge](https://starwind.dev/docs/components/badge) - [Button](https://starwind.dev/docs/components/button) - [Card](https://starwind.dev/docs/components/card) - [Checkbox](https://starwind.dev/docs/components/checkbox) - [Dialog](https://starwind.dev/docs/components/dialog) - [Input](https://starwind.dev/docs/components/input) - [Label](https://starwind.dev/docs/components/label) - [Pagination](https://starwind.dev/docs/components/pagination) - [Select](https://starwind.dev/docs/components/select) - [Switch](https://starwind.dev/docs/components/switch) - [Tabs](https://starwind.dev/docs/components/tabs) - [Textarea](https://starwind.dev/docs/components/textarea) - [Tooltip](https://starwind.dev/docs/components/tooltip) ## Import Pattern All components follow a consistent import pattern: ```astro import { ComponentName } from "@/components/starwind/component-name"; ``` ## Optional - Premium Templates with internationalization features, CMS, custom animations, SEO, and more: [cosmicthemes.com/themes](https://cosmicthemes.com/themes)