···1313Visit https://wisp.place and sign in
14141515# Or use the CLI
1616-cd cli
1717-cargo build --release
1818-./target/release/wisp-cli your-handle.bsky.social --path ./my-site --site my-site
1616+npm install -g wispctl
1717+# or
1818+npm create wisp
1919```
20202121Your site appears at `https://sites.wisp.place/{your-did}/{site-name}` or your custom domain.
···3333# GRAFANA_PROMETHEUS_PATH=/v1/metrics
34343535# ============================================================================
3636+# Optional: OTLP encoding format
3737+# ============================================================================
3838+# GRAFANA_PROMETHEUS_ENCODING=protobuf # 'protobuf' (default) or 'json'
3939+# Use 'protobuf' for VictoriaMetrics, 'json' for some other OTLP endpoints
4040+4141+# ============================================================================
3642# Optional: Override service metadata
3743# ============================================================================
3844# SERVICE_NAME=wisp-app