Docs

Installation

To install Hyperspan, you first need to install Bun — a new fast JavaScript runtime with TypeScript support (and a lot more!) built in.

Once Bun is installed on your system, use the hyperspan package to create a new app from the starter template:

bunx hyperspan create MyApp

You can then step into your new project and check it out:

cd MyApp
bun run dev

From there, you can add custom routes, server actions layouts, vanilla JS, and Preact/React components to your app. The sky is the limit!