Skip to content
View fenixkitdev's full-sized avatar
🫠
Building Templates
🫠
Building Templates

Block or report fenixkitdev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fenixkitdev/README.md

Hey, I'm fenixkit πŸ‘‹

Professional .NET developer passionate about C#, clean architecture, and cutting down the time between idea and working API.

C# GraphQL Markdown .Net MongoDB JWT Redis Postgres Docker Keycloak


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.


πŸ“¦ FenixKit β€” Available Kits

πŸ—ƒοΈ MongoDB

.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 β†’

⚑ MongoDB + Redis

.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 β†’

πŸ” MongoDB + Keycloak

.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 docker compose up.

€45 Β Β·Β  Buy now β†’

πŸ” ⚑ MongoDB + Keycloak + Redis

.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 docker compose up starts everything.

€55 Β Β·Β  Buy now β†’

πŸ”₯ Launch offer β€” Use code FIRSTXPEOPLE for €15 off any kit at checkout.

fenixkit.dev β†’


πŸ› οΈ What I work with

var stack = new[]
{
    "C#",  ".NET 8 Minimal API",  "MongoDB",
    "Redis",  "Keycloak",  "Docker",  "ErrorOr",  "Swagger / OpenAPI",
};

Always looking for the next interesting technology to pull into the stack.

Instagram TikTok email


Pinned Loading

  1. FenixKit-MongoDB FenixKit-MongoDB Public

    .NET 8 Minimal API Starter Kit

  2. FenixKit-MongoDB-Keycloak FenixKit-MongoDB-Keycloak Public

    .Net 8 Minimal API Starter Kit with MongoDB + Keycloak