I've been working on a multilingual website and wanted a clean solution for managing both content translations and URL slugs. I couldn't find an ideal approach, so I built this basic implementation:
https://github.com/faizan47/remix-multilingual-slugs
The solution is simple, lightweight (no external libraries), and uses type-safe slugs for better maintainability. Feel free to check it out, and I'd love to hear any feedback or suggestions for improvement!