Professional .NET developer passionate about C#, clean architecture, and cutting down the time between idea and working API.
I've been building software professionally for a few years and my stack of choice has always gravitated towards C# and .NET. I enjoy picking up new technologies β if something looks promising, I'll usually find an excuse to try it.
One thing I noticed early on: a lot of the time writing a new API is spent wiring up the same infrastructure decisions. MongoDB setup, result patterns, pagination, error handling, auth, caching β it's not hard, but it's slow, repetitive, and easy to get subtly wrong. So I started building templates that cut that work out entirely.
That became FenixKit β .NET 8 Minimal API starter kits you clone, configure, and ship.
|
.NET 8 Minimal API Starter Kit β MongoDB The clean foundation. MongoDB persistence, ErrorOr result pattern, dual pagination, hook-based repository, global error handling, health checks, and Docker Compose β all pre-wired. β¬35 Β Β·Β Buy now β |
.NET 8 Minimal API Starter Kit β MongoDB + Redis Everything in the MongoDB kit, plus a full tag-based Redis cache-aside layer. FailOpen by default β Redis down means a cache miss, not a 500. Works with Redis 8 and Valkey 7.2. β¬45 Β Β·Β Buy now β |
|
.NET 8 Minimal API Starter Kit β MongoDB + Keycloak Everything in the MongoDB kit, plus Keycloak JWT authentication pre-configured via OIDC. Role-based policies, OAuth2 PKCE in Swagger, and a pre-built realm β working from the first β¬45 Β Β·Β Buy now β |
.NET 8 Minimal API Starter Kit β MongoDB + Keycloak + Redis The full stack. Auth, cache, and persistence β all pre-wired and ready. Keycloak JWT, tag-based Redis invalidation, and a pre-built realm. One β¬55 Β Β·Β Buy now β |
π₯ Launch offer β Use code
FIRSTXPEOPLEfor β¬15 off any kit at checkout.
var stack = new[]
{
"C#", ".NET 8 Minimal API", "MongoDB",
"Redis", "Keycloak", "Docker", "ErrorOr", "Swagger / OpenAPI",
};