A curated collection of engineering standards, code conventions, and development workflows -- built from real-world projects at Lupo Studios.
| Guide | What it covers |
|---|---|
| Clean Code | Naming, structure, and maintainability principles |
| Gitflow | Branch strategy, commit conventions, and release workflows |
| Python | Project structure, type hints, and modern Python tooling |
| Next.js | App Router patterns, server components, and performance |
| Tailwind CSS | Utility-first styling, responsive design, and component patterns |
| CSS Design Tokens | Custom properties for typography, color, spacing, and layout |
| Database | Schema design, indexing, queries, and security across ORMs |
| Templating Standards | Naming conventions, folder structures, and versioning |
| Creative Standards | Semantic HTML, accessibility, performance, and design system patterns |
- Clarity over cleverness -- code should be obvious to the next person reading it, including future you.
- Accessibility is baseline -- not a feature, not a phase. It ships with everything.
- Standards evolve -- these guides are living documents. When better patterns emerge, the guides update.
- Structure earns trust -- consistent naming, predictable architecture, and documented decisions signal engineering maturity.
Created by Lupo Studios