Nitro Translate Review (2026): Pricing, Features & Honest Verdict
Nitro Translate is a human translation service that, as of version 4.0, an AI agent can order and pay for on its own, with no account, no API key and no signup. Native-speaking translators, 80+ languages, priced per word. The agent flow is a real first. Best for: makers localising short copy that has to be right. Price: from $0.05 per word (free plan: no). Rating: 8/10.
What is Nitro Translate?
One disambiguation first, because the name is crowded: this is Nitro Translate by Alconost, at alconost.com/en/nitro. It is not Nitro the Nuxt server engine, and it is not Nitro by Rocketlane. Different products, same word.
Nitro is a pay-as-you-go human translation service run by Alconost, a localisation company that has been trading since 2004 and operates out of Alexandria, Virginia. You paste text or upload a file, pick your target languages, and a native-speaking professional translates it. The company claims 63% of orders come back within two hours and 96% within 24, across more than 200 language pairs, with 10 million words translated a year. There is no minimum order. You can send one word.
Version 4.0, which we found at the top of Product Hunt on 7 August 2026, is not a bigger translation service. It is the same service with a new front door: an AI agent can now place and pay for an order by itself, with no human account behind it. That is the entire launch, and it is a more interesting idea than the version number suggests. The ordering is machine to machine. The translating stays human.
How Does the Agent Payment Flow Work?
This is the part worth understanding, because it is the reason to care about 4.0 at all.
Your agent POSTs the text to api.nitrotranslate.com with no credentials. The server replies with HTTP 402, which in this flow is not an error but the payment step. The 402 carries a payment challenge. The agent settles it through any provider compatible with the Machine Payments Protocol, then retries the request. The retry body has to be byte-for-byte identical to the first attempt, because the server verifies the SHA-256 digest from the challenge against what you send. On success the server returns a Resource-Access-Token as a response header. That token does not expire, and you use it as a bearer token to poll GET /orders/{id} until the human translator is done.
No account. No API key. No balance to top up in advance. For anyone building agents that need to buy things, this is a cleaner pattern than provisioning credentials for every service your agent might touch, and it is one of the first real MPP implementations attached to a service with actual humans on the other end.
One hard limitation, stated plainly in the docs and easy to miss: the agentic flow only works with a US-issued card. Everyone else has to fall back to the conventional path, which means creating an account at app.nitrotranslate.com, topping up a balance, and generating an API key on the settings page. For a product launching to a global maker audience, that is a significant asterisk on the headline feature.
What Are Nitro’s Key Features?
Actual humans, with a chat window
The translators are native speakers, and you can talk to them. You can attach screenshots so the person translating your app string knows whether it is a button or a heading, specify tone and brand voice, and send work back for revision with comments. Anyone who has shipped a localised app knows that context is the difference between a correct translation and a usable one. Machine translation cannot ask you what the string is for.
No minimum order
Most human translation vendors set a floor, whether that is a minimum word count, a minimum invoice or a monthly retainer. Nitro does not. One word is a valid order. That single policy is why this fits a maker workflow: you can send the eleven strings you changed in this release instead of batching until it is worth someone’s time.
Translation memory and glossaries
Nitro carries a glossary and translation memory across your orders, so recurring terms stay consistent between the app strings you sent in March and the ad copy you send in August. This is table stakes for localisation platforms and rare for pay-as-you-go services, which usually treat each order as an orphan.
Format support that matches how developers work
It takes plain text, iOS Strings, JSON, XML, HTML, CSV, TXT, SRT subtitles, Google Docs and Google Sheets. The iOS Strings and JSON support matters: you can hand over the file your build actually reads rather than copying strings into a spreadsheet and pasting them back, which is where localisation bugs get born.
How Much Does Nitro Translate Cost?
Nitro starts at $0.05 per word, and there is no free plan, no subscription and no platform fee. Three services are priced separately. Expert proofreading of an existing translation starts at $0.05 a word. AI-assisted translation with a professional linguist reviewing the output starts at $0.06. Full professional human translation starts at $0.10. The API costs nothing on top: Alconost is explicit that you pay only for the words, with no monthly charge, which is the correct way to price an API on a service like this.
Note the words “starting at”. The published figures are floor rates, and your actual rate depends on the language pair. There is a calculator on the site that quotes your exact price before you commit, which is the right escape hatch, but it does mean you cannot budget from the pricing page alone.
Against competitors the positioning is mid-market. Gengo, the closest pay-as-you-go rival, publishes per-pair rates that run from $0.03 a word on its cheapest pairs up to around $0.10 for Standard quality, with its Advanced tier roughly doubling that. Lokalise, which is a full localisation platform rather than a translation service, starts at $144 a month and climbs to $999. Nitro is more expensive than the cheapest Gengo pairs and enormously cheaper than a platform subscription you would only fill part of.
Is Human Translation Worth Ten Times Machine Translation?
For most of your content, no. Run your docs, your changelog and your help centre through a machine and move on. Nobody is churning because your FAQ reads slightly stiff in Portuguese.
Where it flips is short, high-stakes copy. App Store subtitles and keywords. Paywall strings. Onboarding. Ad creative. Transactional email subject lines. These are the texts where a mistranslated word costs you conversions or, in the App Store’s case, gets your listing rejected. They are also short, which is the point: at $0.10 a word, a 200-word paywall flow costs $20. That is a rounding error against a botched launch in a market you paid to enter.
The $0.06 AI-assisted tier is the interesting middle. A machine drafts, a professional linguist reviews and corrects. For medium-length marketing copy where you want a human’s eyes but not a human’s first draft, that is the tier that will get the most use, and Nitro prices it closer to proofreading than to full translation.
| Plan | Price | Plan Features | Best For |
|---|---|---|---|
| Expert proofreading | From $0.05/word | Review of an existing translation for accuracy and consistency | Cleaning up machine or in-house translations |
| AI-assisted translation with expert review | From $0.06/word | AI draft corrected by a professional linguist | Medium-length marketing copy on a budget |
| Professional translation | From $0.10/word | Full human translation by native speakers, 80+ languages | Copy that has to be right, like paywalls and store listings |
| Translation API | $0 platform fee | 170+ language pairs, no monthly charge, you pay only for the translation | Automating translation inside your app or CMS |
Who is Nitro Translate Best For?
Use Nitro if you ship a product in more than one language and your localisation needs arrive in small, frequent, awkward batches. App developers pushing a release with forty changed strings. Indie founders localising a landing page and an ad set for one new market. Anyone with an App Store listing, where the copy is short, the stakes are high and Apple has opinions. And if you are building agents that need to buy real-world services, the MPP flow is worth trying on its own merits.
Skip Nitro if you have continuous localisation at volume, because at that point a platform like Crowdin or Lokalise with CI integration, branch-aware workflows and vendor management earns its subscription. Skip it if your content is long-form and low-stakes, where per-word human pricing gets expensive fast. And skip the agentic flow specifically if you are not holding a US-issued card, because you will be back on API keys and a prepaid balance like everyone else.
Best Nitro Translate Alternatives
Gengo is the direct competitor and has been doing crowdsourced human translation for longer. It publishes a full per-pair rate table, which is more transparent than Nitro’s “starting at” figures, and its Standard tier runs from $0.03 to about $0.10 a word depending on the pair, with Advanced roughly double. What Gengo does not have is an agent-payable endpoint or Nitro’s screenshot-and-chat context tools.
Lokalise is a different shape of product: a full localisation platform with Explorer at $144 a month, Growth at $375 and Advanced at $999, plus custom Enterprise. You bring your own translators or buy through the platform. It is the right answer once you have a real localisation pipeline and the wrong answer when you have eleven strings.
Crowdin sits in the same platform bracket, with a free tier, a 14-day trial on its Team plan and a free programme for open source projects. Its pricing renders behind a calculator rather than a simple table, so plan on getting a quote. Like Lokalise, it is built for continuous localisation rather than one-off orders.
Final Verdict: Is Nitro Translate Worth It?
Nitro was already a sensible product before this launch: real human translators, no minimum order, per-word pricing, glossaries and translation memory carried across orders, and a fifteen-year-old localisation company behind it rather than a two-month-old startup. That combination is uncommon and it is why this scores well. For the specific job of getting short, important copy translated properly without signing up to a platform, it is close to the best option available.
The 4.0 agent flow is a genuine first and it is well designed, right down to treating 402 as a step rather than a failure. But it is a version one, and the US-card restriction cuts out most of the international makers this would otherwise serve best. At 8 out of 10, use Nitro today for the translation service, which is excellent, and treat the agentic ordering as a promising extra rather than the reason you signed up. If Alconost lifts the card restriction, that calculus changes quickly.
Nitro Translate Pros & Cons
What We Like
- No minimum order at all. One word is a valid job, which fits the eleven changed strings in a release rather than forcing you to batch
- Real native-speaking translators you can chat with, attach screenshots for, and send work back to with comments
- Glossary and translation memory carry across orders, so terms stay consistent between releases months apart
- The API costs nothing on top. No monthly fee, no platform charge, you pay only for words translated
- Takes iOS Strings, JSON, XML, HTML, CSV, SRT, Google Docs and Sheets, so you hand over the file your build reads
What Could Be Better
- The 4.0 agentic payment flow only works with a US-issued card. Everyone else falls back to accounts, prepaid balances and API keys
- All three prices are 'starting at' floor rates that vary by language pair, so you cannot budget from the pricing page without running the calculator
- No free tier and no trial. Pay-as-you-go means the first thing you do is spend money
- The conversion statistics on the site (10% higher marketing conversion, 30% audience expansion) carry no source or methodology
Nitro Translate FAQ
What is Nitro Translate?
Nitro Translate is a pay-as-you-go human translation service run by Alconost, a localisation company trading since 2004. You send text or a file, pick target languages, and a native-speaking professional translates it, with 63% of orders returned within two hours and 96% within 24. Version 4.0 added an agentic flow so an AI agent can order and pay for a translation on its own. Note it is unrelated to the Nuxt Nitro server engine or to Nitro by Rocketlane.
How much does Nitro Translate cost?
It starts at $0.05 a word. Expert proofreading of an existing translation starts at $0.05, AI-assisted translation with a professional linguist reviewing starts at $0.06, and full professional human translation starts at $0.10. The API adds no platform fee at all, so you pay only for the words. Those are floor rates and your actual price depends on the language pair, which the on-site calculator quotes before you commit.
Is Nitro Translate worth it?
Yes, for short high-stakes copy. At $0.10 a word a 200-word paywall flow costs $20, which is nothing against a botched launch in a market you paid to enter. It is not worth it for long-form low-stakes content like docs or changelogs, where machine translation is fine. We rated it 8 out of 10.
What are the best Nitro Translate alternatives?
Gengo is the direct pay-as-you-go rival and publishes a full per-pair rate table, with Standard running roughly $0.03 to $0.10 a word depending on the pair and Advanced about double. Lokalise is a full localisation platform at $144, $375 and $999 a month plus custom Enterprise. Crowdin sits in the same platform bracket with a free tier, a 14-day Team trial and a free open source programme.
Does Nitro Translate offer a free plan?
No. There is no free tier, no trial and no subscription. It is pure pay-as-you-go, priced per word, with free quotes and a price calculator before you order. The API itself is free in the sense that it carries no monthly or platform charge, but you still pay for every word translated.
Who is Nitro Translate best for?
Makers who ship in more than one language and whose localisation arrives in small, frequent batches. App developers pushing a release with a handful of changed strings, founders localising a landing page and ad set for one new market, and anyone maintaining App Store listings where copy is short and the stakes are high. Also worth a look if you are building AI agents that need to buy real services, though the agent payment flow currently needs a US-issued card.






