DEV Community

Glydn
Glydn

Posted on

Showcase the DEV: I've developed an AI-powered code translator that supports 17 languages (it works in your browser).

🦾 From Python to Rust in seconds – AI + live execution

I've been working on Glydn Translator for a while. It's an AI-powered code translator that runs directly in your browser.

Live demo: glydn-translator.netlify.app


🎯 What can it do?

1. Translate code between 17 languages

Choose source/target language from a clean list – Python, Rust, Go, Java, C#, JS, TS, etc.


2. See the translation instantly, line by line

Here's an example: a prime number checker written in Python is translated to Rust. Notice the syntax and logic are correctly converted.


3. Run the translated code and get real output

The code is executed live (Judge0 CE). No "simulation" – you see **actual results:


bash
2 → true
3 → true
4 → false
17 → true
20 → false
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
glydn_offical profile image
Glydn • Edited

Meanwhile, I'm looking forward to your feedback regarding the user interface. This is a beta version, so please report any shortcomings you notice. What improvements would you like to see?