Skip to content

What it is

hop is a component-based template language that compiles to Rust. The generated code is optimized, type-safe and has no runtime dependencies.

hop is designed for building fast server-side rendered websites but can be used in any application where the target language is HTML.

Installation

Install via GitHub

You can find the latest release at github.com/hoplang/hop/releases/latest.

Install via bash

bash
curl -fsSL https://hoplang.com/install.sh | bash