fastapi-clean-example
Free TierPractical Clean Architecture backend example built with FastAPI. No stateful globals (DI), low coupling (DIP), tactical DDD, CQRS, proper UoW usage. REST API, per-route error handling, session-based auth, contextual RBAC. Bundled with extensive docs and modern tooling. 581 stars · MIT licence · last commit 2026-06-30.
Screenshots
Are you the maker of fastapi-clean-example? Claim this listing →
More in Backend & API
Clean Architecture template for Golang services. All domains are available across all four transports (REST, gRPC, AMQP RPC, NATS RPC). 7 647 stars · MIT licence · last commit 2026-08-10.
FastAPI boilerplate for real world production. When executing queries concurrently through asyncio.gather(), you must use the sessionfactory context manager rather than the globally used session. 1 491 stars · last commit 2026-05-08.
Open-source React meta-framework for CRUD-heavy apps — admin panels, dashboards, and internal tools. Headless core with hooks for data, auth, and access control, plus integrations for Ant Design, Material UI, and any REST/GraphQL API.
React Native template from the TheCodingMachine agency — architecture with separation of concerns, TypeScript, TanStack Query for data fetching, i18n, theming with dark mode, and a documented project structure. Open-source (MIT).
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication. Want to ask Rex Isaac Raphael questions, join the slack channel :). 2 899 stars · MIT licence · last commit 2026-02-16.
A great starting point for building RESTful APIs in Go using Gin framework, and sqlx for connecting to a PostgreSQL database. The implementation follows Clean Architecture principles as described by Uncle Bob. A starting point for building RESTful APIs in Go using the Gin framework, sqlx for PostgreSQL, and Redis for caching. Implementation follows Clean Architecture principles as described by Uncle Bob. 153 stars · MIT licence · last commit 2026-05-08.