Fish image
"Uniting the world through seamless communication."

The internet was built to connect the world.

A place where anyone, anywhere, can access information, share ideas, and build communities. While its success is undoubted, we believe the World Wide Web can be even more worldly.


Did you know that...

Babel Language Surfer is a multi-faceted translation-based browser that aims to unite the global internet community by overcoming existing language barriers. With the help of artificial intelligence and an integrated user interface, Babel Language Surfer goes beyond your ordinary translation tool. It offers many unique features that allow users to understand nuances lost with conventional translations.


Key Features:


Translate As You Type

While our full-fledged browser is under construction, you can experience the power of Babel Language Surfer today with our Translate As You Type browser extension for chrome based browsers.

This browser extension is designed to streamline the translation of text as you type, without the need to copy-paste between tools. With Control + T, you can translate your text directly within any input field, enabling a more fluid and immersive experience when navigating foreign-language websites.

Key Features:

Use Cases:


Our Translation API

Currently we have setup a server that hosts various MarianMT language translation machine learning models. While this service isn't as content rich as others such as: google translate, we want to explore the open source options available and be able to fine-tune the operations for the benefit of our users and to ensure success for the future of our endeavors.

Target Language Codes

Try with Curl

curl -X POST 'https://api.langsurfer.com/translate' \
          -H 'Content-Type: application/json' \
          -d '{
          "text": "Hello",
          "target_language": "fr"
          }'