A simple project, generated in under an hour.
Collected client’s goals and key features.
Generation and debugging using a local model.
Deployed to live server, tested, and went live.
A request was submitted to our studio to create a simple Telegram bot that uses an LLM to translate not only text sent by users but also messages from users and Telegram channels. A special requirement was the ability to translate Telegraph articles embedded as links, rapid deployment on a server, as well as privacy protection for other users.
The project was developed in just a few hours using Qwen3.8-27B-GGUF as the main code agent. Through extensive experimentation with local models, our team concluded that modern solutions excel at handling small coding tasks, significantly reducing development costs.
Support for 8 languages: English, Russian, Spanish, French, German, Japanese, Korean, and Chinese. Simply select a language pair, and the bot will translate any text.
Long translations are automatically divided into multiple messages to stay within Telegram’s 4,000 character limit.
With the ADMIN_CHAT_ID setting, the bot will respond only to requests from an authorized user.
After discussing the work with the client and obtaining their approval, we made the project available in our public GitHub repository under the MIT license.
Here is the link to the project's GitHub