2026-04-19

Self-hosted auth and project persistence

The app moved away from hosted auth and started using Better Auth with PostgreSQL-backed project persistence.

What changed

  • Added Better Auth for email, password, Google sign-in, and route protection.
  • Replaced hosted project APIs with PostgreSQL-backed endpoints under our own control.
  • Kept local fallback behavior for degraded or offline states.
Back to changelogDocs