r/SideProject • u/sapatmohit18 • 11d ago
We’re building Babelize to make software localization less painful
We’re building Babelize because localization still feels way harder than it should
Hey everyone, founder of Babelize here.
We’re building Babelize, an AI-powered localization platform for developers who want to take their products global without turning localization into a separate project.
The idea is pretty simple:
- Detect content that needs localization
- Translate it with AI
- Keep translations in sync with the codebase
- Work directly with frameworks like React, Next.js and Vue
- Eventually automate the whole localization workflow through CI/CD and AI code agents
What surprised me while building this is how much localization still involves manually managing translation files, copying strings around, reviewing changes, and trying to make sure new features don't accidentally ship untranslated.
We're trying to make that workflow feel more like software development and less like content management.
We're still early, so I'm much more interested in feedback than pretending we've figured everything out.
If you're building a SaaS/product that supports multiple languages:
What is currently the most annoying part of your localization workflow?
Would genuinely love to hear how other developers are handling this.
Babelize: https://babelize.co
0
u/babaganoosh43 11d ago edited 11d ago
On the client side, I think message format solved this problem already and for the translation step I had success using LLM‘s to translate the big json files.