GitDeployHub

automattic/minimalistic-site-builder

github.com/automattic/minimalistic-site-builder ↗
Node.js API
4 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • LLM_PROVIDER Which text/code LLM provider to use (default: config/models.json default_provider). anthropic — Anthropic Messages API (ANTHROPIC_API_KEY)…
  • ANTHROPIC_API_KEY secret Anthropic API key (LLM_PROVIDER=anthropic). Calls go directly to api.anthropic.com (x-api-key auth). The wpcom AI proxy is NOT used for…
  • GOOGLE_VERTEX_API_TOKEN secret WPCOM AI proxy bearer token, scoped to Google Vertex. Used by the opt-in image-generation step (bin/build.php --with-images,…
  • IMAGE_MODEL Image model used through the proxy.
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/automattic/minimalistic-site-builder
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/automattic/minimalistic-site-builder
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/automattic/minimalistic-site-builder
Or deploy to a different host
← Try another repo