feat: multi-user hosting and deployment model #118

Open
opened 2026-03-26 02:58:26 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-03-26 02:58:26 +00:00

Problem

Delta is currently designed as a single-user self-hosted app. Need to rethink the hosting and deployment model to support multiple users — potentially as a hosted service rather than purely self-hosted.

Scope

  • Multi-user auth (accounts, sessions)
  • Data isolation per user
  • Deployment strategy (hosted SaaS vs self-hosted with multi-tenant)
  • Remove single-user self-hosted identity from branding
  • Database considerations (SQLite per user vs shared Postgres, etc.)
## Problem Delta is currently designed as a single-user self-hosted app. Need to rethink the hosting and deployment model to support multiple users — potentially as a hosted service rather than purely self-hosted. ## Scope - Multi-user auth (accounts, sessions) - Data isolation per user - Deployment strategy (hosted SaaS vs self-hosted with multi-tenant) - Remove single-user self-hosted identity from branding - Database considerations (SQLite per user vs shared Postgres, etc.)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta#118
No description provided.