Multi-instance scaling, and the docs site
Shared state moved to Redis so the platform runs on several instances, and docs.buildbase.app went live.
Added
4- Documentationdocs.buildbase.app, statically exported with full-text search.
- ConsoleUser impersonation for support, restricted to read-only — any request that would change data is rejected.
- ConsoleA super admin panel with per-collection backup import.
- Self-hostedOrganization hosting modes, so an organization can run against its own infrastructure.
Improved
3- PlatformIn-memory caches replaced with Redis, so several application instances stay consistent with each other.
- PlatformAnalytics and chart queries rewritten as database aggregations instead of in-process work.
- PlatformBackground jobs reorganized into a fan-out queue architecture, with duplicate queries removed.