Why I built Rosetta
I run a lot of websites, and I want all of them in a dozen or more languages. Lingo.dev got the workflow right: edit your English, push, and every locale follows. I liked it enough to build Rosetta on the same ideas.
What I couldn't make work was the pricing. The free plan caps throughput at 100,000 tokens a day, and translating a full page of copy into a dozen languages goes through that quickly. The next step up is $99 a month before usage. For one big product that's reasonable. When you have a lot of sites, it isn't cost-effective.
The expensive part of translation is the model, and I already pay for one. So Rosetta is the same workflow, running in your own repo with your own key. You pay your model provider for the tokens you use, and nothing else. It's free and open source, so anyone else in the same spot can use it too.
— Ian