Roadmap
High-level view of what we're building and what's planned.
Now
First-class query params for filtering, sorting, and paged responses across large sets.
Soft deletes, cascades, and guardrails prevent accidental data loss during refactors.
Batching, async writes, and index tuning to increase throughput without compromising safety.
Next
Non-breaking renames using dual-writes and read aliases to keep old calls working.
Safely transition types with background backfills, validators, and alias windows.
Restructure entities (split/merge) without downtime; preserve compatibility.
Finish
Structured logs, tracing, and usage metrics baked in for clear visibility.
Rate limits, auth hooks, and safety rules at the edge to protect core services.
Multi-zone, automated scale-out, and zero-downtime upgrades for steady growth.