Introduction to LangCat
LangCat is a localization infrastructure engine mapping translations perfectly to iOS Swift Packages. Update your strings over the air instantly, without waiting for App Store reviews.
Core Concepts
1. Dashboard (Edge Cache)
Create projects and push translations to your users securely mapped via LangCat edge network.
2. Swift Package SDK
Our SDK initializes your apps context and automatically swizzles Bundle resources falling back safely offline.
Architecture Overview
Unlike traditional backend CMS services that expect you to poll API keys inside your view controllers recursively, LangCat runs natively and invisibly inside Apple's foundation. Built to intercept native Bundle.localizedString mechanisms, there is zero polling overhead.
Fast LangCat Edge Network
Because caching strings statically across CDN networks prevents high infrastructure costs, LangCat compiles your strings into flat
.jsonmanifests hitting exactly ~30ms response times worldwide.
Next Steps
- Create a LangCat Account and generate your API keys.
- Integrate the native iOS Swift Package SDK.
- Setup your Xcode Sync Plugin to mirror your
.xcstrings. - Analyze the custom SwiftUI drop-in components.
- Waitlist for the upcoming Android Kotlin SDK integration.