Menu

Luna UI

Luna is a reactive UI library with fine-grained reactivity and Islands Architecture.

Core Concepts

ConceptDescription
SignalsReactive state primitives
EffectsSide effects that track dependencies
MemosCached computed values
IslandsPartially hydrated interactive components

Quick Start

# TypeScript/JSX
npx @luna_ui/luna new myapp

# MoonBit
npx @luna_ui/luna new myapp --mbt

See Quick Start for detailed setup instructions.

Sections