frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Kodo – Temporary, real-time translation chat app for my upcoming trip

2•jonathanleane•1y ago
Hey HN,

My wife and I are heading to Thailand soon, and while we're learning some basics, I was thinking about those quick, everyday interactions where a language barrier can be awkward – asking for directions, ordering street food, chatting with a vendor, etc.

I didn't want the friction of firing up a dedicated translation app each time or dealing with account signups for something temporary.

So, I decided to build Kodo Chat as a little side project to scratch my own itch. The idea is a super simple, temporary chat room focused purely on real-time translation between two people.

How it works:

One person ("host") visits the site, selects their language, and gets a QR code and a shareable link. The other person ("guest") scans the code or opens the link on their phone, selects their language, and they're connected in a temporary room.

Messages sent by either person are translated (currently using OpenAI - gpt-4.1 by default, but configurable) and displayed along with the original text on the other person's device.

Rooms and user links expire automatically (via Redis TTLs), so there's no persistent data or accounts needed.

It's built with Expo (React Native Web) for the frontend, Node.js/Express/Socket.IO on the backend, and Redis for session/room management. The UI is pretty basic right now (using React Native Paper), and the translations are only as good as the underlying AI model, but it seems to handle simple conversational stuff reasonably well in testing.

It solved my immediate need, and I thought others might find it useful, so I've open-sourced it.

Live Demo: https://kodo-frontend.onrender.com/ GitHub: https://github.com/jonathanleane/kodo

Would love to hear any feedback, suggestions, or criticisms you might have! Especially curious if anyone else has faced similar communication hurdles while traveling and what solutions they've found.

Comments

gabrielcrist•1y ago
Muito interessante! A funcionalidade de tradução temporária em tempo real parece especialmente útil para situações em que a comunicação rápida supera a perfeição da tradução.

Fiquei curioso: como o Kodo lida com expressões idiomáticas ou gírias locais? E existe algum tipo de armazenamento ou histórico das conversas traduzidas?

Pode ser uma ótima ferramenta não só para viagens, mas também para equipes multiculturais em ambientes remotos.

jonathanleane•1y ago
Not sure - lets try: https://kodo-frontend.onrender.com/join?token=3f717b9f1a9052...

Gsocket Alternative, Hgsocket

https://hgsocket.com/
1•hgsocket•24s ago•0 comments

Ask HN: What's your go-to queue system?

1•absoluteunit1•47s ago•0 comments

Scion: A next-generation inter-domain routing architecture

https://docs.scion.org/en/latest/index.html
1•dgellow•57s ago•0 comments

Don't rely on instructions; use Agent Hooks to enforce guardrails

https://bitbytebit.substack.com/p/agent-hooks-deterministic-guardrails
1•recroad•3m ago•0 comments

Show HN: A C++ ALNS routing engine for LEO satellite mesh networks [video]

https://www.youtube.com/watch?v=6xXRh7PC7nI
1•ADARSHLILHARE•6m ago•0 comments

A Star's Death Throes Involves a Lot of Kicking

https://www.caltech.edu/about/news/a-stars-death-throes-involves-a-lot-of-kicking
1•gmays•10m ago•0 comments

Performance Improvements in Libffi

https://atgreen.github.io/repl-yell/posts/libffi-plan-cache/
2•atgreen•15m ago•0 comments

Town Square, the community deserves connection

https://cauenapier.com/blog/town-square-the-community-deserves-connection/
1•birdculture•16m ago•0 comments

Defending bot-detection code that runs on the attacker's own machine

https://trustsig.eu/blog/reverse-once-run-forever/
2•TrustSig•19m ago•0 comments

Is Trump-Netanyahu Rift on the Cards?

https://trump-netanyahu-rift.pagey.site/
1•freakynit•19m ago•0 comments

Crawling BitTorrent DHTs for Fun and Profit [pdf]

https://www.usenix.org/legacy/event/woot10/tech/full_papers/Wolchok.pdf
1•dgellow•20m ago•0 comments

Daily_stock_analysis: LLM-powered multi-market stock analysis system

https://github.com/ZhuLinsen/daily_stock_analysis
4•vantareed•23m ago•0 comments

Who Owns Your ATProto Identity? Hint: It's Probably Not You

https://kevinak.se/blog/who-actually-owns-your-atproto-identity-hint-its-probably-not-you
9•kevinak•24m ago•1 comments

Show HN: lpviz – Interactive linear programming visualization in the browser

https://lpviz.net/
5•klamike•24m ago•0 comments

8086 Segmented Memory was a good idea

https://owl.billpg.com/8086-segmented-memory-was-a-good-idea-almost/
3•billpg•26m ago•1 comments

Experiments in Sports Seismology for the World Cup

https://pnsn.org/blog/experiments-in-sports-seismology-for-the-world-cup
2•jmward01•26m ago•0 comments

Refloow Photo Studio – A local, offline photo editor with on-device AI

https://github.com/Refloow/Refloow-Photo-Studio
1•refloow•28m ago•0 comments

Ask HN: Part time developer reality check

1•tim_loaf-father•29m ago•0 comments

The New Cloud in the Stochastic CPU Era

https://twitter.com/yossieliaz/status/2068693960814424362
1•zozo-king•30m ago•0 comments

Kansas City's push for facial recognition on public buses sparks privacy debate

https://apnews.com/article/kansas-city-facial-recognition-ai-cameras-privacy-87847f57c94b6c2a9e22...
3•smurda•30m ago•0 comments

Online haters in the low-budget literary biz

https://statmodeling.stat.columbia.edu/2026/06/21/online-haters-in-the-low-budget-literary-biz/
1•Tomte•33m ago•0 comments

Prompt Caching: Just do it

https://kreidemann.com/blog/prompt-caching
2•kreidema•35m ago•0 comments

I'm done with LLM-through-chat-experience

https://www.thoughtfultechnologist.com/p/im-done-with-llm-through-chat-experience
2•nisabek•38m ago•0 comments

The Role of Carbon Capture and Storage in Decarbonizing U.S. Data Centers

https://pubs.acs.org/doi/10.1021/acs.energyfuels.6c01309
2•giuliomagnifico•38m ago•0 comments

AI Under Trump's Control: Can France Still Avoid Digital Dependence?

https://thenewassociationwebmasters.blogspot.com/2026/06/ai-under-american-control-can-france.html
13•laurentlof•41m ago•3 comments

Show HN: Stock analysis tool with quality scores and fundamental charting

https://intrinsiqq.com
2•FlippieFinance•44m ago•0 comments

Ask HN: Do you give AI coding agents their own GitHub account?

3•ahmd•44m ago•1 comments

Block rolls out Builderbot, a new suite of AI-native tools

https://block.xyz/inside/block-rolls-out-builderbot-a-new-suite-of-ai-native-tools-that-changes-t...
1•msolujic•44m ago•1 comments

ggplot2: Colour Scales and Legends

https://ggplot2-book.org/scales-colour.html
1•tosh•47m ago•0 comments

Real-time dreamy Cloudscapes with Volumetric Raymarching

https://blog.maximeheckel.com/posts/real-time-cloudscapes-with-volumetric-raymarching/
2•vortex_ape•48m ago•0 comments