First-boot onboarding
The welcome feature walks you through setting up your store while Fox works alongside you in the same checkout.1
Open the Vulpy WebUI
Start Fox with
pnpm db:hermes:up and open http://localhost:8787.2
Complete the welcome flow
Fill in the guided steps in the welcome feature. Fox brings up storefront, Medusa, and Postgres, runs migrations, seeds the catalog, and confirms services are healthy.
3
Verify the shop
Open the storefront at http://localhost:3000 and the Medusa admin at http://localhost:9000/app. Sign in with
admin@example.com / supersecret (or your reset password).Ongoing missions
Once your dev shop is up, Fox stays available for day-to-day operational work: creating products, dressing category pages with Payload, resending order confirmations, adding Matomo events on new features. Fox works in the same checkout you do, so any file it touches is immediately reflected on the host.What Fox will not do
Fox is restricted to dev by design. Staging and live are human-only:pnpm vulpy env add|up|down|goliverefuse inside the Hermes container.- Live and staging environment directories are hidden from Fox’s mount.
- On AWS, the IMDS lock blocks instance metadata by default so Fox cannot use the VM IAM role.
Environment context and actions
How the WebUI shows live state and how you approve actions.
Go live
Move from dev-plus-Fox to a real live shop.