← Back to search
25
Basic
Agentic Readiness Score
developer llms-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

llms.txt Content

# Formwerk Documentation > Formwerk is a library of headless composables for Vue.js that helps you build accessible, high-quality form components for your applications or design systems. It offers a comprehensive tree-shakable set of composables that handle accessibility, interaction, validation, and best practices out of the box. Formwerk provides a balanced approach between abstraction and control, allowing you to maintain full control over markup and styling while providing robust functionality for form components. It doesn't include any UI, styles, or predetermined markup - those aspects are for you to implement according to your needs. ## Guides - [Getting Started](/guides/getting-started/): An introduction on how to get started with Formwerk - [Why Formwerk](/guides/why/): A detailed explanation of Formwerk's philosophy and advantages - [Composables](/guides/composables/): Overview of all available composables in Formwerk ## Form Components - [Forms Index](/guides/forms/index/): Comprehensive documentation for working with forms - [Form Validation](/guides/forms/validation/): How to implement multi-level form validation - [Form Groups](/guides/forms/form-groups/): Working with form groups - [Form Repeater](/guides/forms/form-repeater/): Creating repeatable form sections ## Field Components - [Text Fields](/guides/fields/text-fields/): Documentation for text input fields - [Number Fields](/guides/fields/number-fields/): Working with numeric input fields - [Search Fields](/guides/fields/search-fields/): Creating search input components - [Checkboxes](/guides/fields/checkboxes/): Implementation of checkbox components - [Radios](/guides/fields/radios/): Creating radio button components - [Selects](/guides/fields/selects/): Implementation of select/dropdown components - [Comboboxes](/guides/fields/comboboxes/): Creating combobox components - [Date Fields](/guides/fields/date-fields/): Working with date input fields - [Time Fields](/guides/fields/time-fields