Jamrock is a framework for authoring web pages.

Runs everything on the server and keep JavaScript usage on the browser low.

— it ain't much but it's honest work! 💣

Give it a try!!

Install jamrock in your $HOME:

curl -L get.jamrock.dev | bash

The installer will ask you for a runtime: node, deno or bun.

Let's try node and create a sample application:

jamrock init my-app
cd my-app
npm install
npm run dev

You should get something like this:

â–  Jamrock v0.0.0 (node v23.6.0)
Processing ./pages to ./build
Listening on http://localhost:8080

Open that URL in your browser and explore.

See the available documentation here!