Documentation Index
Fetch the complete documentation index at: https://docs.aspfox.com/llms.txt
Use this file to discover all available pages before exploring further.
Required software
| Software | Minimum version | Where to get it |
|---|---|---|
| .NET SDK | 8.0 | dotnet.microsoft.com/download |
| Node.js | 20 | nodejs.org |
| Docker Desktop | Latest stable | docker.com/products/docker-desktop |
| Git | Any | git-scm.com |
| make | Any | See Windows note below |
External services
These services are used by AspFox. All have free tiers sufficient for local development.| Service | Required for | Free tier |
|---|---|---|
| Stripe | Billing features | Yes — test mode is fully free |
| Resend | Transactional email | Yes — 100 emails/day |
| Google Cloud Console | Google OAuth | Yes |
| GitHub OAuth Apps | GitHub OAuth | Yes |
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.