jasontaylordev/cleanarchitecture

Clean Architecture Solution Template for ASP.NET Core

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 2nd, 2026
Created on October 7th, 2019
Open Issues & Pull Requests: 20 (+0)
GitHub issues: Enabled
Number of forks: 4,275
Total Stargazers: 20,527 (+1)
Total Subscribers: 379 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 27.4 days
Mean response time: 113.7 days
90th percentile: 430.9 days
Tracked items: 99

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 10% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 223 days
Stale 30+ days: 8
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • good first issue (2)
  • bug (1)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Clean Architecture is a solution template for ASP.NET Core that provides a structured starting point for building applications following clean architecture principles.

The template addresses the challenge of organizing large ASP.NET Core projects by establishing clear separation of concerns across multiple layers. It implements domain-driven design patterns and enforces architectural boundaries through a layered structure that isolates business logic from infrastructure and presentation concerns. This approach makes it easier to test components independently, maintain code as projects grow, and onboard developers who need to understand the codebase structure quickly.

Teams building enterprise ASP.NET Core applications or those seeking to establish consistent architectural patterns across multiple projects should consider this template. It works well for web APIs and full-stack applications that pair the backend with Angular or React frontends. The template includes integration with Entity Framework and supports ASP.NET Aspire for cloud-native development scenarios. Developers new to clean architecture will find the template useful as a reference implementation, while established teams can adapt it to their specific organizational standards.

The project maintains active engagement with its community through regular updates and refinements to the template structure. Development activity shows consistent attention to keeping dependencies current and incorporating feedback from users applying the template to real-world projects. The maintainers demonstrate responsiveness to issues and pull requests, indicating ongoing commitment to the template's relevance and usability.