Product Hunt logo dark
  • 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
HomeRecent commentsSearch all threadsStart new thread

Topic Forums

Forum General categoryp/generalForum Vibecoding categoryp/vibecodingForum AMA categoryp/amaForum Introduce yourself categoryp/introduce-yourselfForum Self-Promotion categoryp/self-promotion

Product Forums

Brand Storip/brand-storiMarketMintp/marketmintRecallp/recall-6Deeptrackerp/deeptrackerDatastripesp/datastripesp/blueskyProduct Huntp/producthuntFoundersAroundp/foundersaroundWindsurfp/windsurfExplainGithubp/explaingithubp/meet-tingRedditp/redditPopHopp/pophop-2Findenp/findenp/statuzNeuralAgentp/neuralagentv0p/v0p/orango-aiAI Content Wizard for Wordpress 5.0p/ai-content-wizardFlowtica Scribep/flowtica-scribe
recent
Lingo.dev

p/lingodotdev

by

Max Prilutskiy

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

Subscribe
Sign in