CZANIX
Open Source

Less talk.
Clone and start coding.

Standards we have used in production for 15 years. Clean Architecture, Result Pattern, OWASP security, and Docker in every stack. No generic starters — architectural opinions in every line.

Clean Architecture

Pure domain, decoupled infrastructure. The database can change without touching business rules.

Result Pattern

Exceptions are for the unexpected. "Duplicate email" is a business flow, not an exception.

OWASP Security

Security headers integrated into all middlewares. Security is not a feature, it's a requirement.

Docker Ready

docker compose up and everything works. Multi-stage build for minimal production images.

Backend APIs

8 repos
TypeScript

Node.js / TypeScript

Express + PostgreSQL

Complete API with Clean Architecture, Result Pattern, OWASP headers, and Vitest testing.

ExpressPostgreSQLClean ArchVitest
git clone https://github.com/czanix/boilerplate-api-node.git
Python

Python / FastAPI

FastAPI + PostgreSQL

Async API with Result Pattern, Pydantic v2, OWASP middleware, and Hexagonal Architecture.

FastAPIAsyncIOPydanticSQLAlchemy
git clone https://github.com/czanix/boilerplate-api-python.git
C#

C# / .NET 10

.NET 10 + Entity Framework

Enterprise API with Result<T>, MediatR, CQRS, and Sealed Interfaces for pattern matching.

.NET 10MediatRCQRSEF Core
git clone https://github.com/czanix/boilerplate-api-csharp.git
Java

Java / Spring Boot

Spring Boot 3 + Flyway

API with Hexagonal Architecture, Sealed Interfaces for Result, and Flyway migrations.

Spring Boot 3HexagonalFlywayJUnit 5
git clone https://github.com/czanix/boilerplate-api-java.git
Go

Go / Gin

Gin + pgx

High-performance API with pure domain, native pgx driver, and Makefile for DX.

GinpgxZero-allocMakefile
git clone https://github.com/czanix/boilerplate-api-go.git
TypeScript

Node.js / MongoDB

Express + MongoDB

API for document-based scenarios with text search, compound indexes, and Clean Architecture.

ExpressMongoDBText SearchIndexes
git clone https://github.com/czanix/boilerplate-api-nodejs.git
Rust

Rust / Axum

Axum + SQLx + Tokio

API with compile-time checked SQL, zero GC, zero null pointers. Extreme performance.

AxumSQLxTokioCompile-time SQL
git clone https://github.com/czanix/boilerplate-api-rust.git
Elixir

Elixir / Phoenix

Phoenix + Ecto + WebSockets

Real-time applications, extreme concurrency, Actor model (OTP), WebSockets.

PhoenixWebSocketsOTPReal-time
git clone https://github.com/czanix/boilerplate-api-elixir.git

Want these standards applied to your project?

Boilerplates show the "what". Consulting solves the "how to adapt to your business, with your rules, at your scale".