A demonstration project showcasing AI-assisted development with strong coding standards and best practices.
.
├── durable-code-app/
│ ├── frontend/ # React + TypeScript + Vite
│ └── backend/ # Python + FastAPI + Poetry
├── docs/
│ └── STANDARDS.md # Comprehensive development standards
└── .claude/
└── new-code.md # Claude command for enforcing standards
- React 18
- TypeScript
- Vite
- CSS Modules
- Python 3.11+
- FastAPI
- Poetry
- Pydantic
- Node.js 18+
- Python 3.11+
- Poetry
cd durable-code-app/backend
poetry install
poetry run uvicorn app.main:app --reload
cd durable-code-app/frontend
npm install
npm run dev
All code in this project follows strict standards defined in /docs/STANDARDS.md
. These standards ensure:
- Consistent code style
- Comprehensive testing
- Security best practices
- Performance optimization
- Maintainability
This project includes a custom Claude command (.claude/new-code.md
) that ensures all new code adheres to established standards. When writing new code, Claude will:
- Review the standards document
- Analyze existing code patterns
- Implement with proper structure and style
- Include comprehensive tests
- Validate all requirements are met
MIT