The cheapest way to localize a SaaS in 2026 is to spend no cash at all: self-host the open-source Tolgee platform, which has no licence fee, unlimited keys and a ten-seat ceiling. The cheapest way is not the same question as the cheapest tool, though, because the free routes bill you in hours instead of euros.

This post prices the zero-cash options honestly: what each hosted free tier gives you, where it stops, and what self-hosting or doing it by hand actually costs. globalize.now is AI-powered localization infrastructure that extracts hardcoded strings, generates locale files, and keeps them in sync on every Git push, and it is not free, so the honest version of that comparison is here too. If you want entry prices ranked across the paid field instead, that is a separate post: the cheapest localization tool for a small SaaS. All figures were checked against vendor pricing pages on 7 August 2026.

What do the free localization tiers actually give you?

Demo-sized allowances, in every case except self-hosting. Here is the field, with the point where each one stops.

ToolWhat you get for $0What comes next
Tolgee (self-hosted)Unlimited keys, maximum 10 seats, no licence feeYour own server bill and your own time
Tolgee Cloud500 keys, 3 seatsTeam €49/mo billed annually, then Business €179 and Advanced €499
POEditor1,000 stringsStart $14.99/mo, then $44.99, $119.99 and $199.99
Locize2,000 words, 2 languagesStarter $7/mo, or a usage plan from $5/mo plus per-word and per-CDN-download charges
Weglot2,000 words, 1 languageStarter $17/mo
Languine500 keysPro $19/mo
SimpleLocalize250 keys on CommunityDeveloper €12/mo, Team €35, Business €99, all billed by key
Prismy10,000 hosted wordsStarter €49/mo
CrowdinA free planPro $50/mo for 2 projects, then Team at $150
Lingo.devSandbox has a $0 base, but all usage is billedProduction $99/mo plus usage
LokaliseNothing. The free tier was withdrawn in November 2025A 14-day trial, then Explorer at $144/mo

POEditor is the one to read carefully, because it counts strings rather than keys. A source term and each of its translations all count, so 500 UI terms translated into six languages is 3,500 strings against a 1,000-string ceiling. Nobody added a feature; the app simply learned to speak.

Two of these numbers moved recently enough that stale versions are still circulating. Tolgee Cloud free is 500 keys and 3 seats, not 1,000 strings, and Tolgee Team is €49 per month billed annually. Lokalise no longer has a free plan at all. And Lovalingo, which used to show up on budget lists, shuts down on 31 August 2026.

Is self-hosting Tolgee really free?

Free in licence fees, full price in everything else. You provision the server and the database, apply upgrades, configure backups, and debug it the evening it stops responding. The self-hosted build also holds a hard ten-seat ceiling regardless of what you spend, which is generous for a team of three and a wall for a team of twelve.

Price your own hour at anything above zero and a few hours of upkeep a month outspends every paid tier in the table above. That can still be the right call when you have more time than budget, or a data-residency requirement that rules out hosted plans. It is a decision about which currency you are paying in, not a free lunch.

What does doing it by hand cost?

More than any plan on this page, and it is the cost nobody puts on a pricing page. Every tool above starts from locale files that already exist. If your app came out of Cursor, Claude Code or Lovable, they do not.

// there is no en.json here yet
<h2>Billing</h2>
<p>Your next invoice is due in 12 days.</p>
<button onClick={save}>Save changes</button>

Someone has to find every literal, agree a key naming scheme, replace the literals with lookups, and wire an i18n runtime. Then the next agent session adds twenty more hardcoded strings and the job reopens. We wrote about why AI codegen keeps breaking this assumption in more depth. A free tier does not touch that work, and neither does a $7 one.

Why do the cheap routes get expensive exactly when localization works?

Because what they meter is what grows. Adding languages is the point of the exercise, and on a per-string plan it multiplies your count by the number of locales. A 500-key app fits Tolgee Cloud in English and leaves it the week you add a second language.

Seats behave the same way. The moment a translator, a reviewer or a second developer needs access, per-seat plans climb, and self-hosted Tolgee simply stops at ten. It is the structural trap that makes the enterprise platforms expensive, reproduced at hobby scale. Our globalize.now vs Lokalise vs Crowdin comparison and Is Lokalise expensive in 2026? walk through the same mechanism at the top of the market.

Which zero-cash route survives a growing app?

Only self-hosted Tolgee, and only because it has no key limit. Pick by where your scarcity actually sits.

  • Time to spare, infrastructure skills, a stable string set: self-host Tolgee and budget the maintenance evenings.
  • A prototype you are still validating: any hosted free tier works until the ceiling, which arrives sooner than the numbers suggest.
  • Keys already extracted and a translation step to automate in CI: Languine at $19 or Locize at $7 is the smallest sensible spend.
  • An AI-generated codebase with no keys at all: no free tier helps you, because the missing piece is upstream of every one of them.

Where does globalize.now fit if it is not free?

It removes the work the free routes leave to you, and it charges €20 per month per workspace to do it. That includes €20 of translation credit (about 200,000 words), then token-based usage at the same per-character rate. One plan, unlimited projects, no per-seat charge and no per-language charge. Signup comes with a €5 credit and no card.

The layer is different from everything above. The budget tools give you somewhere to manage strings you extracted yourself. globalize.now does the extraction: it scans the codebase, generates keys and locale files, and keeps every language in sync on each Git push. Connect the repository once in the app — or from a terminal with npx skills add globalize-now/globalize-skills — and the pipeline runs without manual intervention. That is the part developers and vibe coders never see priced anywhere.

So the comparison that matters is a $0 to $19 tool plus your extraction and sync hours, against €20 that includes them. If your hours are worth nothing to you right now, self-host Tolgee. That is a real answer, and plenty of good products started there.

If the goal is the lowest cash outlay, self-host Tolgee and budget the evenings. If the goal is a multilingual SaaS without the i18n plumbing, globalize.now sets up once and syncs on every Git push.

globalize.now turns hardcoded app copy into translation-ready locale files and keeps them updated as you ship.

Try globalize.now free