Star
Version 4.0

Introduction

Build modern interfaces with clarity, structure, and speed. This documentation is your map—guiding you from first install to advanced architectural patterns.

Lightweight & Fast
🧠 Reactive Core
🧩 Modular Design

Installation

Install AlpineUI using your preferred package manager. It integrates seamlessly into any modern frontend stack.

npm install alpineui

Tip: For faster builds, use a lockfile and cache dependencies.

Basic Usage

Create your first application instance and mount it to the DOM. AlpineUI handles reactivity and state updates automatically.

import { App } from 'alpineui'

App.create({
  target: '#app'
})

Key Features

Reactive Binding

Automatically sync UI with state changes.

Zero Config Setup

Start building without complex configuration.

Composable API

Build scalable systems with reusable logic.

Lightweight Runtime

Optimized for performance and speed.

What’s Next?

Once you're comfortable with the basics, explore components, routing, and advanced state patterns.

Components Routing State Plugins