# Getting Started

<figure><img src="https://760544260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPqLR31ECI9dsl3h1wYuw%2Fuploads%2FSosii4LR36f5fsVMRH0Y%2Fvueless-cover.png?alt=media&#x26;token=de10a805-fa17-4109-8af3-9a6d911b9a39" alt=""><figcaption></figcaption></figure>

Vueless UI – a UI library with Open Architecture for Vue.js 3 and Nuxt.js 3 / 4, powered by [Storybook v10](https://storybook.js.org/) and [Tailwind CSS v4](https://tailwindcss.com/).

**With Vueless UI, you’re free to:**

* 🪄️ Customize any component
* 📋 Copy and extend existing ones
* 🧱 Build your own from scratch
* 📕 Document it all seamlessly in Storybook

### **Key features**

* 🧩 65+ crafted UI components (including range date picker, multi-select, and nested table)
* ✨ Open Architecture lets you customize, copy, extend, and create your own components
* 📕 Built-in Storybook support ([docs](https://docs.vueless.com/installation/storybook))
* 🪩 Theme Builder for runtime theme customization ([open](https://my.vueless.com/))
* 🌈 Beautiful default UI theme
* 🌀 Unstyled mode
* 🌗 Light and dark mode
* 🧬 Design tokens powered by CSS variables
* ⚙️ Server-side rendering (SSR)
* 🌍 Internationalization (i18n)
* ♿️ Accessibility (a11y)
* 🖼️ Inline SVG icons
* 🪄 Auto component imports (as you use them)
* 🧿 Uncompiled source in npm for better DX
* 🧪️ 1300+ unit tests ensuring consistent logic
* 🛡️ Full TypeScript support with type safety


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vueless.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
