1. Install the CLI
Build from source with Go 1.22+. This is the path that works today:
git clone https://github.com/mrdorianh/fieldwick.git
cd fieldwick/cli
go build -o /usr/local/bin/fieldwick .
Pre-built binaries are published to the GitHub releases page with each tagged release. Grab one for your OS when available and drop it on your PATH instead of building.
2. Sign up and log in
Create an account at app.fieldwick.com/sign-up. Google OAuth works. No card required on the Starter tier.
Or skip the dashboard entirely and sign up from the CLI:
fieldwick signup you@example.com
fieldwick login
3. Deploy your first app
From inside any Node.js project directory, initialize a fieldwick.json and trigger a deploy:
fieldwick init
fieldwick deploy <service-id>
The service ID comes from creating a service in the dashboard at app.fieldwick.com/services/new. Once the deploy finishes, the CLI prints your live URL.