Roadmap

High-level view of what we're building and what's planned.

Now

Data filters & pagination

First-class query params for filtering, sorting, and paged responses across large sets.

Delete safeguards

Soft deletes, cascades, and guardrails prevent accidental data loss during refactors.

Save data performance

Batching, async writes, and index tuning to increase throughput without compromising safety.

Next

Model & Field aliases

Non-breaking renames using dual-writes and read aliases to keep old calls working.

Change data type

Safely transition types with background backfills, validators, and alias windows.

Split & merge models

Restructure entities (split/merge) without downtime; preserve compatibility.

Finish

Observability & logs

Structured logs, tracing, and usage metrics baked in for clear visibility.

Gateway policies

Rate limits, auth hooks, and safety rules at the edge to protect core services.

Deployment & scaling

Multi-zone, automated scale-out, and zero-downtime upgrades for steady growth.