A full-featured example project built with FDD. It demonstrates how FDD specifications translate into a working backend + UI with traceable code.
- FDD adapter:
.fdd-adapter/— build/test specs, conventions, and traceability rules. - Architecture & documentation:
architecture/BUSINESS.md— business contextarchitecture/DESIGN.md— overall designarchitecture/ADR/— architecture decisionsarchitecture/features/FEATURES.md— feature manifest- Feature design docs:
- Code: Rust/Axum API + UI (Vite/React), tagged with FDD IDs for traceability.
- End-to-end FDD flow: from requirements and design to implementation.
- Demonstrates codegen/autogen based on FDD specs (plus traceability validation).
- Handy commands:
make build,make test,make run,make validate.
- Email:
demo@example.com - Password: any value except
invalid
This project shows how FDD turns specs into a working product: API, UI, and tests with verified links between docs and code.



