Fundraising Fox

Lingo.dev

YC F24

San Francisco, US · Founded 2024 · 7 employees · 4 known investors

Lingo.dev provides translation APIs that teams configure with custom glossaries, brand guidelines, language preferences, and quality metrics, retaining context across requests to handle localization at scale for companies like Mistral and Solana.

Also known as Replexica · lingodotdev

Founders & leadership· Y Combinator alumni (F24)

Lingo.dev was founded in 2024 by Max Prilutskiy and Veronica Prilutskaya.

MPMax Prilutskiy
Max Prilutskiyin𝕏Co-founder · Chief Executive OfficerMax Prilutskiy is co-founder and CEO of Lingo.dev.
VPVeronica Prilutskaya
Veronica Prilutskayain𝕏CPO & Co-FounderShe previously worked as a data scientist leading AI initiatives at major US consumer companies and founded a B2B SaaS product that was adopted by Stanford, Sequoia Capital, Shopify, and AirAsia, which she later sold. She holds a degree in Applied Mathematics and Computer Science.

Investors · 4

Also in the syndicate · 1

angel investors

Funding

SEC filings, press & company announcements

Source: company announcements and press reports — follow each round's link for the claim.

Company profile

researched Aug 2026

Lingo.dev is a developer-focused localization platform built around what the company calls a "localization engine": a stateful translation API that a team creates once and configures with a glossary, brand voice rules, locale-specific conventions, a ranked chain of model providers with automatic fallback, and AI reviewers that score output per quality dimension. Engines are called from backend code, a CLI, CI/CD pipelines, or an MCP server, and the persisted configuration is attached to every request so terminology remains consistent across locales and releases.

The platform's asynchronous pipeline runs six configurable steps with per-locale failure isolation: LLM source refinement (resolving ambiguous references, normalizing concatenated strings, flagging placeholder issues), context enrichment via cosine similarity over vector embeddings that matches source terms to glossary entries and injects brand voice and locale rules, LLM translation, optional human post-editing by a network of qualified translators managed behind the API, an independent LLM post-review producing boolean tag-preservation checks and percentage fluency scores, and delivery via HMAC-signed webhooks or WebSocket streaming. The company describes an approach it terms retrieval augmented localization (RAL), in which only changed content is re-localized while matching glossary context is retrieved per request; a controlled evaluation across multiple LLM providers and languages on terminology-dense content, scored with GEMBA-MQM against official human reference translations and tested with a paired Wilcoxon signed-rank test with Holm-Bonferroni correction, reported 17-45% fewer terminology errors over 42,000+ paired quality judgments.

Open-source tooling published under the Apache-2.0 license on GitHub includes a CLI that localizes JSON, YAML, markdown, CSV and PO files with a lockfile that tracks already-translated content, a GitHub Action plus GitLab CI/CD and Bitbucket Pipelines support for continuous localization, an MCP server that gives AI coding assistants framework-specific i18n knowledge for Next.js, React Router and TanStack Start, and an early-alpha build-time compiler for React (Next.js App Router and Vite + React) that generates localized variants without translation keys or t() functions. Users can default to a Lingo.dev engine or bring their own LLM from providers including OpenAI, Anthropic, Google, Mistral, OpenRouter and Ollama.

Founding story

Co-founders Veronica Prilutskaya and Max Prilutskiy met six years before the company's YC launch while working together. Prilutskaya has an AI, machine learning and data science background; Prilutskiy has a software engineering background and previously led a frontend team at a European unicorn. Both encountered localization problems firsthand at startups and enterprises and while bootstrapping a SaaS with customers in over 20 countries; they had earlier sold a SaaS startup, Notionlytics, to an undisclosed buyer. Their stated mission is for software to become multilingual from day one with minimal effort.

Business model

Lingo.dev sells localization infrastructure to software teams: customers create and configure localization engines on the platform and consume them through APIs, a CLI, CI/CD integrations and an MCP server. Open-source client tooling on GitHub connects to the commercial platform, and an optional human post-editing layer using the company's network of translators is offered behind the same API. Prospective users can create an engine self-serve or book a demo.

Paid use of the hosted localization engineering platform by software teams, with open-source tooling distributed free under Apache-2.0 as the entry point; an optional human post-editing service is offered as a configurable pipeline step. Specific pricing is not stated in the sources, and the CEO declined to share financial metrics.

Traction

The platform reports over 368 million words processed and states its infrastructure sits behind 200M+ translated words for customers including Mistral, Solana, SoSafe and Cal.com; at the time of its YC launch the figure was 3M+ words. The open-source repository has 5.4k stars and 815 forks across 1,922 commits, with documentation localized into more than 25 languages. Team size is listed as 7 by Y Combinator, while February 2025 coverage cited three employees.

Latest developments

The website shows a weekly shipping cadence, with a recent release enabling translation of Zendesk Help Centers, and reports over 368 million words processed on the platform. The company has published research on retrieval augmented localization and offers an early-alpha build-time compiler for React. Earlier stated roadmap items included using screenshots of application UIs to extract additional context, broader integrations with the modern development stack, more sophisticated brand voice controls, and applied AI research on gender-specific language.

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

Positioned as localization infrastructure for developers rather than a translation vendor or agency workflow, and characterized in press coverage as a "Stripe for app localization." It enters a language-technology market that includes general tools such as Google Translate and ChatGPT and business-facing providers such as DeepL and ElevenLabs, which have reached billion-dollar valuations. The company states its infrastructure sits behind more than 200 million translated words for teams including Mistral, Solana, SoSafe and Cal.com.

Rather than sending each translation request out to an external vendor or a stateless model call, Lingo.dev keeps configuration inside the product so that glossary, brand voice and locale rules are attached to every request, which the company presents as preventing terminology drift between releases. It couples this with published, statistically tested evaluation of retrieval augmented localization, per-dimension automated quality scoring across models for locales no one on staff reads, optional human post-editing behind the API, and developer-native delivery through API, CLI, CI/CD, MCP and a build-time React compiler.

Technology

The core primitive is a stateful translation API whose persisted state includes per-locale-pair glossaries matched by semantic similarity, brand voice and formality profiles, locale conventions for formats and punctuation, ranked model chains with fallback, and independent AI reviewers. Retrieval augmented localization decomposes input, runs similarity search against the glossary and injects only matching terms at inference time, keeping context windows small. Multiple LLM providers (including Anthropic and OpenAI) are orchestrated so that model choice can be tuned by prompt performance or latency requirements. The earlier engine treated code as a structured data format, analyzing UI placement and inferring element purpose, and supports MessageFormat for pluralization and gender-specific phrasing, with context awareness derived from whole localization files.

Go-to-market

Distribution is developer-led: an open-source monorepo on GitHub (5.4k stars, 815 forks) containing the CLI, GitHub Action, MCP server and React compiler funnels users to the hosted platform, supported by a Discord community and multilingual documentation. The website offers self-serve engine creation alongside a demo booking path, and customer stories, published research and third-party endorsements (including from Y Combinator group partner Pete Koomen and Supabase CEO Paul Copplestone) are used as proof points. In the earlier Replexica phase, the product delivered automated pull requests with translations directly into engineering workflows.

Engineering and product teams at software companies that need multilingual products, from small startups to large enterprises. Named customers include Mistral AI, Solana, Cal.com, SoSafe, Captions AI and Papermark; one referenced team automated 36 languages and another localized software into 41 languages.

Geography

Headquartered in San Francisco after relocating from Barcelona, where the company was originally founded. Its product targets international deployment, and its own documentation is published in more than 25 languages.

History

The founders began work on the foundations of the company in 2023, with the first prototype built at a Cornell University hackathon, which produced its first paying customers. The company was founded in Barcelona in December 2023 as Replexica, joined Y Combinator's Fall 2024 batch (primary partner Pete Koomen), rebranded to Lingo.dev in December 2024 and moved its formal home to San Francisco. It closed a $4.2 million seed round in December 2024, announced publicly in February 2025.

Risks & controversies

Coverage notes the product does not yet cover all aspects of localization: cultural differences in colors and symbols are not directly addressed, and metric/imperial conversions must still be handled by developers at the code level. LLM-based processing raises data-privacy considerations, which the company addresses by focusing on front-end interface and marketing content and stating that it does not expect personal data to be sent to it. The team is deliberately small, and the React compiler remains in early alpha.

Compiled by commissioned research from 7 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
EmployeesFeb 20253 employees
GitHub forks (lingodotdev/lingo.dev)Jan 2025815 forks
GitHub stars (lingodotdev/lingo.dev)Jan 20255,400 stars
Languages supportedFeb 202583 languages
Paired quality judgments in RAL evaluationJan 2025$42K
Team sizeJan 20257 employees
Terminology error reduction with retrieval augmented localizationJan 202517-45% (16.6-44.6%) fewer terminology errors across multiple LLM providers and languages
Translated words processed (as stated on YC profile)Jan 2025200M+
Words processed at YC launchJan 20243M+
Words processed on platformJan 2025368,832,660 words

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Founder mafia

2 people who came through Lingo.dev went on to found or lead other companies.

Competitors · 4

by search overlap

Companies competing with Lingo.dev for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline · 6

launches, deals, and filings
Feb 2025
Lingo.dev announces $4.2M seed round led by Initialized Capital

The company disclosed a USD 4.2 million seed round led by Initialized Capital with participation from Y Combinator and a number of angel investors; Slator reports the round closed in December 2024.

$4.2M source ↗

Feb 2025
Localization engine features: context awareness, brand voice and idiom beta

TechCrunch describes the platform's translation memories, style-guide-based brand voice configuration, MessageFormat support, a 'context awareness' feature analyzing whole localization files, and a recently released experimental beta feature for idioms, with UI-screenshot-based context extraction in development.

source ↗

Jan 2025
Lingo Compiler for React released in early alpha

Build-time React localization that detects translatable strings and generates localized variants without translation keys, JSON files, or t() functions; supports Next.js App Router and Vite + React.

source ↗

Dec 2024
Rebrand from Replexica to Lingo.dev and relocation to San Francisco

The company rebranded from Replexica to Lingo.dev in December 2024 and moved from Barcelona to San Francisco.

source ↗

Jan 2024
Participated in Y Combinator Fall 2024 batch

The company joined Y Combinator's Fall 2024 program; its primary partner is Pete Koomen.

source ↗

Dec 2023
Company founded in Barcelona as Replexica

Lingo.dev was founded in Barcelona in December 2023 under the name Replexica; the first prototype had been developed at a Cornell University hackathon, which led to its first paying customers.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

In the news

Research sources · 7

primary sources listed

7 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Lingo.dev do?
Lingo.dev is a localization engineering platform offering stateful translation APIs configured with glossaries, brand voice and model chains.
Who founded Lingo.dev?
Lingo.dev was founded by Max Prilutskiy, Veronica Prilutskaya in 2024.
Who are Lingo.dev's investors?
Lingo.dev's investors include Moonfire Ventures, Y Combinator, Initialized Capital.
Where is Lingo.dev headquartered?
Lingo.dev is headquartered in San Francisco, US.