Changelog

Shipping the platform with less noise and more signal.

A running record of the billing, storage, dashboard, and product work now live in Neuralbase.

March 7, 2026

Billing, quotas, and usage controls

NeuralBase now enforces plan-aware limits instead of treating all traffic the same.

Added free, pro, and enterprise plans with monthly API call, memory storage, and document parse quotas.

Wired plan-aware rate limiting so free workspaces stop at 20 RPM and pro workspaces run at 200 RPM.

Shipped the authenticated usage API and quota warnings for soft-limit plans.

March 7, 2026

Per-user collections and paid backups

Data isolation and backups now follow the actual account boundary instead of one shared collection.

Moved Qdrant storage from one shared collection to per-user collections named neuralbase_{userId}.

Added nightly paid-user snapshots with retention cleanup and backup visibility in the dashboard.

Kept restore as an admin-driven workflow with a stubbed restore request endpoint.

March 7, 2026

Dashboard stability and responsive layout

The dashboard now behaves better under rate limits and on smaller screens.

Stopped dashboard polling and memory status fan-out from rate-limiting documents, usage, and backups.

Made buttons, tables, dialogs, and dense dashboard layouts responsive instead of crushing text on smaller viewports.

Changed the sidebar to start collapsed by default and tightened a number of dashboard tables and badges.

March 7, 2026

Account menu, preferences, and changelog

The header account menu is now a real control surface instead of a placeholder.

Moved the user avatar into the dashboard header and replaced the old sidebar profile block.

Added a working account dropdown with logout, settings shortcuts, theme controls, and this changelog page.

Added persisted feature preview toggles for compact sidebar width, dense tables, and reduced motion.