Architecture Decision Records
These ADRs summarize the architectural choices that still describe the current codebase.
Current ADRs
- ADR 001: useFetch vs useAsyncData
- ADR 002: Callback system
- ADR 003: nuxtServer output
- ADR 004: Base SDK generation
How to read them
Each ADR explains:
- the problem being solved
- the decision taken
- the consequences and tradeoffs
