डेवलपर्स के लिए बना लोकलाइज़ेशन
Type-safe SDKs, CLI टूल्स, और MCP integration। अपनी IDE छोड़े बिना translations ship करें।
Type-Safe SDKs
Full TypeScript support with autocomplete for translation keys
Git-First Workflow
Automatic key discovery from your codebase via AST parsing
MCP Integration
Manage translations directly from Claude or Cursor
CLI Tools
Scan codebase, sync translations, and validate keys from terminal
Edge CDN
Sub-50ms translation delivery from Cloudflare's global network
Hot Reload
See translation changes instantly during development
मिनटों में शुरू करें
सरल सेटअप, शक्तिशाली फीचर्स। किसी जटिल कॉन्फ़िगरेशन की ज़रूरत नहीं।
# Install the SDK
npm install @better-i18n/next
# Configure your project
npx better-i18n init
# Scan for translation keys
npx better-i18n scan
# Your code stays clean
import { useTranslations } from '@better-i18n/use-intl';
function Component() {
const t = useT('common');
return <h1>{t('welcome')}</h1>;
}Edge CDN प्रदर्शन
अनुवाद Cloudflare के global edge network से aggressive caching और smart invalidation के साथ serve किए जाते हैं, ताकि आपके उपयोगकर्ताओं को हमेशा सबसे तेज़ possible load times मिले।
REST API और Webhooks
हर प्लेटफ़ॉर्म फ़ंक्शन तक प्रोग्रामैटिक पहुँच। अपने स्वयं के टूलिंग या CI पाइपलाइन से परियोजनाओं, कुंजियों और भाषाओं का प्रबंधन करें।
// REST API methods listProjects() getProject(id) addLanguage(projectId, locale) listKeys(projectId) createKeys(projectId, keys[]) updateKeys(projectId, keys[]) deleteKeys(projectId, keyIds[])
वेबहुक इवेंट्स
जब सिंक पूरे हो जाएँ, अनुवाद प्रकाशित हों, या कुंजियाँ संशोधित हों, तब पुश इवेंट प्राप्त करें।
Batch Operations
एक ही request में कई keys बनाएं, अपडेट करें, या हटाएं। प्रत्येक key को syncs के दौरान एक unique UUID द्वारा ट्रैक किया जाता है।
Sync Status Tracking
लंबित, चल रहे, पूर्ण और असफल राज्यों के माध्यम से सिंक जॉब्स की निगरानी करें। ऑडिटिंग के लिए सॉफ्ट-डिलीटेड कुंजियाँ टाइमस्टैम्प के साथ संरक्षित रखी जाती हैं।
Developer अनुभव
उन developers के लिए बनाया गया जो type safety, debugging, और performance observability की परवाह करते हैं।
Namespace Scoping
Automatic namespace binding via lexical scope analysis
Rich Type System
Full TypeScript types exported from @better-i18n/core
i18n.config.ts
Single workspace configuration file for all settings
Debug Logging
Verbose output for troubleshooting integration issues
Perf Monitoring
Execution time and cache hit rate reporting
Custom Fetch
Bring your own HTTP client for translation loading
Error Handlers
Custom callbacks for missing translation keys
Locale Callbacks
Event hooks for locale switching and changes
Infrastructure
अंतर्निहित सुरक्षा, redundancy, और multi-datacenter समर्थन के साथ production-grade infrastructure।
Cloudflare Workers
Edge computing with built-in DDoS protection and global distribution
Cloudflare R2 Storage
Object storage for translation files with zero egress fees
PlanetScale Database
Serverless MySQL with automatic backups and branching
Multi-Datacenter
Redundant deployment across regions for high availability
आज ही बनाना शुरू करें
उदार लिमिट्स के साथ फ्री टियर। क्रेडिट कार्ड की ज़रूरत नहीं।