frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tell HN: Apple development certificate server seems down?

65•strongpigeon•6h ago•26 comments

Ask HN: How are people doing AI evals these days?

8•yelmahallawy•20h ago•7 comments

Ask HN: Remember Fidonet?

112•ukkare•14h ago•66 comments

Ask HN: What Are You Working On? (March 2026)

281•david927•2d ago•1076 comments

Ask HN: How to be alone?

670•sillysaurusx•2d ago•552 comments

Ask HN: Please restrict new accounts from posting

706•Oras•2d ago•501 comments

Ask HN: Does automatic multilingual support make sense for a launch platform?

2•LeanVibe•8h ago•3 comments

Ask HN: Most beautiful personal blog UI you have ever seen?

137•ms7892•2d ago•54 comments

Ask HN: Can I repurpose a Bluetooth voice remote as input device for a PC?

15•albert_e•2d ago•20 comments

Why is GPT-5.4 obsessed with Goblins?

13•pants2•21h ago•8 comments

Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

1063•shannoncc•4d ago•973 comments

The Architecture of an Exit Scam: A Technical Audit of Zszrun

5•cappyfjao•14h ago•0 comments

Ask HN: Since a week HN keeps logging me off every few days, why?

5•epolanski•15h ago•2 comments

Ask HN: What AI content automation stack are you using in 2026?

2•jackcofounder•16h ago•2 comments

Ask HN: Is GitHub getting less reliable, or is it just me?

11•_pdp_•1d ago•8 comments

Ask HN: Do you still run Redis and workers just for background jobs?

2•sergF•17h ago•12 comments

Ask HN: Favorite Non-Spammy iPhone Games?

6•bix6•23h ago•8 comments

Ask HN: What game engine would you recommend for vibe coding?

6•general_reveal•1d ago•6 comments

Ask HN: Read‑only LLM tool for email triage and knowledge extraction?

2•maille•1d ago•4 comments

Ask HN: Any informed guesses on the actual size/architecture of GPT-5.4 etc.?

4•dsrtslnd23•1d ago•0 comments

Ask HN: Let's rethink the architecture and future of Emacs

3•kurouna•12h ago•3 comments

Code-review-graph: persistent code graph that cuts Claude Code token usage

2•tirthkanani•1d ago•0 comments

Ask HN: Who Needs Help?

14•surprisetalk•1d ago•16 comments

A job ad for Agentic AI Advocate

4•greenpinia•1d ago•1 comments

I replaced my freelance SaaS stack with 5 single-file HTML tools

8•AnnSri•2d ago•4 comments

Why is email so resilient as a technology?

7•noemit•15h ago•8 comments

Ask HN: Anyone else feel this community has changed recently?

57•kypro•4d ago•30 comments

Ask HN: Are showlang and thelang HN endpoints not being maintained?

4•freakynit•1d ago•1 comments

Ask HN: How are you handling persistent memory across local Ollama sessions

5•null-phnix•2d ago•0 comments

Ask HN: Which book are you reading these days?

9•chistev•1d ago•24 comments
Open in hackernews

Ask HN: Does automatic multilingual support make sense for a launch platform?

2•LeanVibe•8h ago
With vibe coding tools, adding multilingual support has become surprisingly easy. If you ask a model to add languages like Spanish, Portuguese, German, or French, it can usually set up the i18n structure pretty quickly, even for projects with a lot of text.

One thing I’ve noticed is that once a site is indexed by Google, traffic doesn’t always come mainly from the US. Sometimes a significant portion comes from other countries through search. But most launch platforms or directories are English-only, so they don’t really help with discoverability in other languages.

Because of that, I tried something different with a project called LeanVibe. The idea is simple: you submit your product once in whatever language you prefer. The platform then automatically translates the content into the supported languages, and visitors see the interface and product description in their local language by default.

By the way, LeanVibe is not just a launch platform. It’s more like a community space with blogs, forums, the ability to follow people or products, and ways to find collaborators. My current thought is to extend the automatic translation to blog posts and forum discussions as well.

The downside is that this feature consumes quite a lot of LLM tokens and is heavier to operate than most other features on the platform.

I’m curious what people here think. Does automatic multilingual support actually help with discovery and growth for early-stage products, or is it unnecessary complexity for a platform like this?

Comments

MattGaiser•7h ago
i18n is far easier to build in early and with a Claude hook, is trivial to keep up with. A lot depends on how far you go with multilingual support.
LeanVibe•6h ago
That’s true. Launching with multiple languages is relatively easy. What I’m trying to do is translate the user-generated content on the platform as well, which makes it a bit more challenging.
yukapero•4h ago
Interesting idea Im checking it from Japan with my system language set to Japanese, but the product descriptions are still showing up in English. The platform UI itself seems to be localized, so this might be a bug.

As for the token costs, have you looked at Gemini 3.1 Flash-Lite (preview)? The quality is solid and it's dirt cheap: $0.25 per 1M input and $1.50 per 1M output. Unless you have massive traffic, it would probably only cost a few dollars a month. Seems like a very reasonable overhead for the value it adds