Menu

Getting Started

Get up and running with Luna in minutes.

Quick Start

The fastest way to get started is using the CLI:

TypeScript/JSX

npx @luna_ui/luna new myapp
cd myapp
npm install
npm run dev

MoonBit

npx @luna_ui/luna new myapp --mbt
cd myapp
moon update
npm install
npm run dev

Next Steps

  • Luna UI - Learn about signals, islands, and components

  • Sol SSG - Build documentation sites

  • Sol - Build full-stack applications