Skip to main content

Required software

Windows: installing makeWindows does not include make by default. Install it via Chocolatey:
Or via Scoop:
Alternatively, open the Makefile and run the underlying docker compose commands directly — the Makefile has comments showing the full command for each target.

External services

These services are used by AspFox. All have free tiers sufficient for local development.
Stripe and Resend are optional for initial local development. The application starts and runs without them. Auth, multi-tenancy, and RBAC all work fully. Billing endpoints will return configuration errors, and emails will not send, but you can develop and test everything else without these services configured.

Verify your setup

Run these commands to confirm the required tools are installed:
If any of these fail, install the missing tool before proceeding to the quickstart.