Show HN: I built this to talk Danish to my girlfriend – works with any language
Especially in those cases, I used to give up and translate the entire message from English, which kind of defeats the purpose and interrupts the learning process.
So I started prompting GPT. I’d write my message with wildcards or notes for the parts I didn’t know, and it would return a corrected version. That worked well, but reusing the prompt each time became tedious.
So I built a wrapper around it.
Now I can type in the target language, mark unclear parts with curly braces {like this}, and get an instant corrected version with explanations. I also added a history feature so I can review what I got wrong, and I plan to build more on that soon (eg. summary of areas or words to review).
This app is for language learners who want to practice writing without feeling insecure about mistakes or breaking their flow by switching to a translator.
I hope you find it useful!
But, besides not being able to use your site due to the errors mentioned by other posters, both the examples on your website give me pause:
The example input "Kan you hjelmpe mig {yesterday}?" reads to me as "Can you help me yesterday?", but that's just a nonsense sentence and an odd choice for an example. The word for "help" is also misspelled, but presumably that would get corrected.
And the suggestion of "Jeg vil gerne handle i morgen" for "Jeg vil gerne go shopping i morgen", instead reads to me as "I would like to act tomorrow". A more idiomatic translation would be "Jeg vil gerne købe ind i morgen".
I've done a lot of research into LLM translation for my product[0], and I'm currently working on a deep translation service that provides reliably human-level translations.
I don't know what model you're using, but GPT-4.1 is probably the best for your use case - it's in the top few % for nearly every language, and has a low standard deviation, while also being relatively low latency and low cost.
[0] https://nuenki.app