docs/7-DEVELOPMENT/decisions/PDR-001-single-user-first.md
Multi-user support is a recurring community request (#712 tracks it), and it would be a deep platform redesign: auth, data scoping, permissions, and what "multi-user" even means for a privacy-first self-hosted tool (household/team vs. SaaS-style). That strategic call hasn't been made. Meanwhile, features keep shipping — and each one can silently bake in single-tenancy assumptions that make the future redesign more expensive.
Open Notebook remains a single-user product for now — but this is a directional constraint, not a verdict: new features must not gratuitously preclude multi-user. Concretely, when designing a feature, avoid hard-coding single-tenancy where a neutral choice costs the same: data models that could carry an owner scope, auth touchpoints that assume exactly one identity, global singletons for per-user state.
This record does not commit to building multi-user. It commits to keeping the door open until the vision call in #712 is made.