Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hop.io/llms.txt

Use this file to discover all available pages before exploring further.

Hop uses Nixpacks for automatic, configless deployments. You can write a custom Dockerfile if you don't want to use Nixpacks.
Golang is detected when you have a main.go file in your project root. If a go.mod file is found, packages are installed with go get. Hop uses go build to compile your application, then executes the resulting binary.

Versions

The version is parsed from the go.mod file. The following Go versions are available:
  • 1.18
  • 1.17 (default)