I added .NET 10 support to all my Minimal API starter kits — same price, you pick the version
A few days ago I launched FenixKit — a set of .NET Minimal API starter kits with MongoDB, Redis cache-aside, and Keycloak JWT auth already wired up.
Just shipped .NET 10 support across all four kits. Both .NET 8 LTS and .NET 10 are now available at the same price — at checkout you pick which version you want and get that ZIP.
What's in the kits:
BaseRepositorywith 7 overridable hooks — validation, mapping, slug generation- ErrorOr result pattern end-to-end, no exceptions for control flow
- Offset + cursor pagination (O(log n) via MongoDB
_idindex) - RFC 7807
ProblemDetailson every error - Docker Compose — one
docker compose upstarts everything - Redis edition: tag-based cache invalidation, FailOpen by default
- Keycloak edition: JWT Bearer via OIDC, role policies, OAuth2 PKCE in Swagger, pre-built realm
The idea was simple: every time I started a new API I was wiring up the same infrastructure from scratch. So I packaged the version I'd actually want to start from.
fenixkit.dev — launch code FIRSTXPEOPLE for €15 off