claudedwithlove
explore/xarchgen

xarchgen

Cherished

Xarchgen generates production-ready backend applications from PostgreSQL database schemas, supporting both .NET Core and FastAPI frameworks. It automates boilerplate code generation including CRUD operations, repositories, dependency injection, and API documentation, allowing developers to skip weeks of manual architecture setup.

X
by Xcdify
·6··submitted April 16, 2026
View on GitHub
Clauded With Love Rating
7.0 / 10

Xarchgen is a code generator that transforms PostgreSQL database schemas into production-ready backend applications for both .NET Core and FastAPI frameworks. It automates boilerplate generation including CRUD operations, clean architecture patterns, and API documentation through a Streamlit web interface.

Code Quality6.5
Usefulness8.0
Claude Usage7.5
Documentation7.0
Originality6.0
Highlights
  • Dual framework support with factory pattern implementation allowing users to choose between .NET Core and FastAPI
  • Comprehensive feature set including advanced query building, security measures, and clean architecture patterns with proper separation of concerns
  • Well-structured Jinja2 templating system with intelligent PostgreSQL type mapping and relationship detection
To Improve
  • Add comprehensive test coverage and example projects to demonstrate the generated code quality and validate the output
  • Include configuration validation and better error handling for database connection failures and schema parsing edge cases
Language