Installation

jstatico requires Bun as its runtime.

Install Bun

If you don't have Bun installed:

curl -fsSL https://bun.sh/install | bash

Install jstatico

As a project dependency

bun add jstatico

Globally

bun add -g jstatico

Verify Installation

bun run jstatico --help

You should see the usage information.

Next Steps

Continue to Quick Start to create your first site.