--- title: Hi, explorer! description: Astro Reactive Library Docs layout: ../../layouts/MainLayout.astro --- Thanks for checking out the Astro Reactive Library! Welcome to a new adventure. This project aims to be a new library of components and utilities for building reactive user interfaces with [Astro](https://astro.build). We will update this documentation with a fun and easy tutorial so you can start building reactive UIs with Astro from scratch using our packages. > **📝 Note:** See our [API Docs](/en/api) for example usage. ## Packages | Package | Release notes | Description | | --- | --- | --- | | [form](/en/api/form/form-component) | [![npm](https://img.shields.io/npm/v/@astro-reactive/form)](./packages/form/RELEASE.md) | a dynamic form which can be modified programmatically | | [validator](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md) | [![npm](https://img.shields.io/npm/v/@astro-reactive/validator)](./packages/validator/RELEASE.md) | validators for editable fields | | data-grid | 🛠 | a dynamic data grid of values | | themes | 🛠 | easy-to-use, accessible, consistent cross-browser styles | | viz | 🛠 | data visualization that emits and responds to events |