1 min read 38 words Updated Sep 24, 2026 Created Sep 24, 2026

Kick staring a new project using Bun:
bun create elysia <project-name>

Adding to existing project: bun add elysia

The project can then be executed using: bun run dev

My sandbox: /sandbox/elysia-sandbox

Working with JSX

bun add @elysiajs/html