Vibecode Loco

track this build5 steps, step by step
KINDA · weekend project
price $5.95/moyou'd save $71.4/yrbuild time a weekendcategory 🌍 localizationreplaced by 0 people

The core of Loco is a keyed string store with a locale matrix on top, and that part is genuinely a one-sitting build: SQLite, a table view, an import and an export. What eats the weekend is the format layer, because gettext PO with plural headers, Apple .strings and .stringsdict, Android plurals XML, ICU messages and flat JSON all disagree about pluralization and escaping in ways that only show up in production. Machine translation fill-in is a single API call if you already have a DeepL or provider key. If you are the only translator, a local build is fine and arguably faster to work with. If you send links to freelance translators and rely on the hosted API in CI, you are rebuilding a service, not a tool.

the project pack4 files · fastest path to a working personal build
README.md
# Loco indie build

## Goal

Build the smallest trustworthy replacement for the core Loco workflow for one developer or a tiny team.

## Scope

A local web app that stores translation keys per project, shows a locale-by-key grid you can edit, imports and exports JSON, PO and Android XML, and optionally machine-translates empty cells.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- Format breadth: Loco reads and writes a long tail of formats, including the awkward Apple and Qt ones, with plural rules per locale already correct
- A shareable editor for non-technical translators, with roles, comments and progress tracking
- A stable public API and CLI that CI pipelines can pull from at build time
- Translation history, who changed what, and the ability to roll a string back
- Glossary and translation memory suggestions that improve as the project grows

If those capabilities are essential, use Loco instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

Because localization is a pile of edge cases someone else already ate. Plural categories vary by language, every platform escapes strings differently, and one bad export ships mangled text to users in a language nobody on the team reads. Paying also buys a link you can send to a contractor and an API your build can hit, which a folder on your laptop cannot do. Solo developers with two or three locales tend to outgrow the need for that rather than into it.

what you lose

xFormat breadth: Loco reads and writes a long tail of formats, including the awkward Apple and Qt ones, with plural rules per locale already correct

xA shareable editor for non-technical translators, with roles, comments and progress tracking

xA stable public API and CLI that CI pipelines can pull from at build time

xTranslation history, who changed what, and the ability to roll a string back

xGlossary and translation memory suggestions that improve as the project grows

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced Loco ($5.95/mo) with one prompt"
questions
Vibecode Loco

Kinda. The core of Loco is buildable in a weekend with the prompt on this page, but there are real gaps: Format breadth: Loco reads and writes a long tail of formats, including the awkward Apple and Qt ones, with plural rules per locale already correct, A shareable editor for non-technical translators, with roles, comments and progress tracking. Read the honest list above before committing.

How much does Loco cost?

Loco costs about $5.95/month (Pro, checked 2026-08-18), which is $71.4 per year.

What do I lose by replacing Loco?

Honestly: Format breadth: Loco reads and writes a long tail of formats, including the awkward Apple and Qt ones, with plural rules per locale already correct; A shareable editor for non-technical translators, with roles, comments and progress tracking; A stable public API and CLI that CI pipelines can pull from at build time; Translation history, who changed what, and the ability to roll a string back; Glossary and translation memory suggestions that improve as the project grows. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Loco?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.