Launches
Coming soon
Upcoming launches to watch
Launch archive
Most-loved launches by the community
Launch Guide
Checklists and pro tips for launching
Products
News
Newsletter
The best of Product Hunt, every day
Stories
Tech news, interviews, and tips from makers
Changelog
New Product Hunt features and releases
Forums
Forums
Ask questions, find support, and connect
Streaks
The most active community members
Events
Meet others online and in-person
Advertise
Subscribe
Sign in
Clear text
recent
p/lingodotdev
by
Max Prilutskiy
•
2mo ago
Introducing Lingo.dev Compiler: localize React apps without rewriting your components' code
... Remix will eventually bake this directly into their core. The traditional extract-wrap-maintain cycle is becoming obsolete. Frameworks Here's how we handle framework integration: // Next.js export default lingoCompiler.next({ sourceLocale: "en", targetLocales: ["es", "fr", "de"], models: { "*:*": "groq:mistral-
saba
-24b" } })(nextConfig); Works with Next.js App Router, React Router, Remix, and Vite. Zero runtime cost - translations are pre-compiled into optimized bundles. The compiler creates versioned dictionaries using MD5 fingerprinting. // Generated in lingo/ directory { "content": "Welcome to our platform!", "fingerprint ...
0
28
Subscribe
Sign in