Lettered – a daily phrase puzzle game
Wheel of Fortune phrases meet Tetris pieces in a daily puzzle format.

Clever tilt-control wrapper, but LLM latency will get you banned before it helps.
Competitive multiplayer gamers who struggle with tilt control
Discord · TeamSpeak
My background is in building web apps with Elixir and Phoenix. I made GG Translator in early 2024 to see if I could build a desktop app in a language I had never used before (Rust) with the help of AI. It was a great exercise and I found out that I could. I used Tauri instead of Electron because it has a smaller footprint. I built the app but never released it because I wasn't ready to support it.
When GPT 5.6 came out earlier this month I pointed it at the old codebase and tasked it with rewriting that entire app (still in Rust using Tauri), modernizing, refactoring, and looking for any improvements that it could find.
---
The app is a sneak peek of how an AI profanity filter might look like in the future. The ultimate integration would see it built into gaming platforms like Steam and PSN where it's not only transforming your speech on demand, but it's also able to transform incoming audio from your teammates into family friendly language so parents can feel better knowing their kids aren't being bombarded with slurs when they let them play online multiplayer games.
I also imagine an incredible opportunity for voice licensing allowing users to pay to unlock voices of their favorite streamers, actors, athletes, and characters for a limited time. Who wouldn't want to sound like Samuel L. Jackson yelling about motherfucking noobs in their motherfucking lane?
---
The biggest obstacle was code signing. I went through all the hurdles in 2024, paying for an expensive OV signing certificate and also paying for the Apple Developer program. For 2026 I decided that the OV signing certificate is a racket and I'm not going to pay for it again. I already have an Apple Developer account for another app so I didn't have to pay extra to sign the macOS build. For Windows, the SmartScreen warnings when installing the app are a drag, but you can just tap more info and install it anyway.
Wheel of Fortune phrases meet Tetris pieces in a daily puzzle format.
Basque translation breakdown visualizer, but niche to a single language and ML-wrapped pipeline.
Yet another screen OCR translator when macOS Live Text already exists.
Simultaneous card resolution with rotatable soldier cards creates genuine spatial strategy.
Microphone audio is captured in the browser as PCM and streamed over WebSockets to a Node server that pipes live segments into Mistral's Voxtral realtime API, then immediately hits DeepL for translation — a straightforward, usable demo of live STT->MT. It isn't reinventing the wheel, but the repo bundles the full flow (browser keys, Docker, server.mjs, and UI) so you can spin up an end-to-end test quickly; main downside is it's an integration demo that depends on external API keys and limits for real-world scale.
Duolingo for slang when Babbel and Memrise already cover conversational language.