Docs for Global Scale.
Everything you need to ship world-class experiences without the i18n overhead. Built on a high-performance architecture.
REST API
Programmatic access to your translation assets. Perfect for CI/CD pipelines and automated build scripts.
View API DocsGlobal Key Caching
Enterprise-scale performance with global key caching and iterative flattening algorithms. No lag, even with 10k+ keys.
Core Performance
Parallel Data Fetching
When a project loads, we fetch branches, tags, PRs, and collaborators in parallel using $Promise.all$. This eliminates the sequential "waterfall" loading pattern and cuts initial loading times by up to 70%.
Iterative Key Flattening
We've replaced traditional recursive tree traversal with a high-performance iterative stack approach. This handles massive translation structures without risking stack overflows or blocking the main thread.
Global Zustand Registry
By migrating the key registry to a global Zustand store, we ensure that expensive calculations happen only once per session. Components like the File Tree and Editor Canvas consume this shared registry instantly.