1. Install the CLI
Download the prebuilt binary and verify it against the published checksums. Quick start for macOS (Apple Silicon):
curl -sSLO https://fieldwick.com/downloads/fieldwick_macOS_arm64.tar.gz
curl -sSLO https://fieldwick.com/downloads/checksums.txt
shasum -a 256 -c checksums.txt --ignore-missing
tar -xzf fieldwick_macOS_arm64.tar.gz
sudo mv fieldwick /usr/local/bin/
Other platforms, or building from source instead? See the full install guide.
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.