Blog


Deploying Tolgee on Sealos
Deploying Tolgee on Sealos
Dev guides
Jun 17, 2025
This guide shows how to self-host Tolgee in two ways: using Sealos, or deploying with ways that give you more control over your instance. This will help you determine the best option for your needs.


Ultimate guide to self-hosting Tolgee with Content Delivery (CDN)
Ultimate guide to self-hosting Tolgee with Content Delivery (CDN)
Dev guides
Feb 17, 2025
In this tutorial you will learn how to self-host Tolgee for using with Content Delivery features with S3 bucket (or Azure Blob).


How I added localization to Dub.co using Tolgee
How I added localization to Dub.co using Tolgee
Dev guides
Oct 30, 2024
Implementing localization in software applications can be overwhelming, especially for complex applications that haven't been prepared for internationalization (i18n).


Localize your React App the simplest way you've ever seen
Localize your React App the simplest way you've ever seen
Dev guides
Apr 11, 2024
Translating an App to multiple languages (localization) is tricky part of many applications. Tolgee is simplifying the localization process and saves developer's time by removing repetitive tasks 🔁 ❌.


Implementing localization to your Svelte App: A step-by-step guide
Implementing localization to your Svelte App: A step-by-step guide
Dev guides
Mar 6, 2024
In today's global market, making your web application accessible to a diverse audience is crucial. Localization enables apps to adapt to different languages and cultural contexts, enhancing user experience.


Boost localization automation with Content Delivery and Webhooks
Boost localization automation with Content Delivery and Webhooks
Dev guides
Nov 23, 2023
Recently, we've received many requests from our users to simplify the update of translations on production, and now we have an answer. Say Hi to Tolgee Content Delivery, a fast and reliable way to keep your translations independent of your code! Also introducing Webhooks for more automation options.


Say hi to Autonomous Localization (i18n) of your app
Say hi to Autonomous Localization (i18n) of your app
Dev guides
Aug 21, 2023
It's the year 2023, and most of the companies developing localized apps spend a massive amount of time and money on localization. For the uninitiated, localization might look simple. But it's not. Until now, the results of machine translators were not good enough to be used in public-facing apps. But that's about to change.


How to setup Tolgee with Next.js App Router
How to setup Tolgee with Next.js App Router
Dev guides
Aug 11, 2023
With the introduction of Next.js 13 and the app router featuring React server components, there has been a strong push to enable Tolgee to work within this new paradigm.


Importing data to Tolgee using custom JS and Axios
Importing data to Tolgee using custom JS and Axios
Dev guides
Jul 20, 2023
Sometimes you might want to import the localization i18n data to Tolgee using the API and your custom script. In this tutorial, I am going to show you how to do that using Axios.


Learn How to Easily Translate Your Angular App with Tolgee
Learn How to Easily Translate Your Angular App with Tolgee
Dev guides
Jul 12, 2023
In this tutorial, you will learn how to painlessly translate an Angular application in many languages using Tolgee, a powerful open-source Localization engine


How to Localize Your Vue Application with Tolgee?
How to Localize Your Vue Application with Tolgee?
Dev guides
Jun 28, 2023
Nowadays, providing solutions to specific problems identified in a domain has fueled the creation and growth of many companies and startups. But one problem arises which is how to market the product in various places given that not everyone does not have the same background.


NPM Package: How to Conditionally Include Developer Tools?
NPM Package: How to Conditionally Include Developer Tools?
Dev guides
Feb 12, 2023
Reducing the size of your production bundle can be a significant challenge, particularly when it comes to including unnecessary code. Libraries like React, React Query or Redux include useful developer tools, but they exclude them on production where it would be just an unnecessary bulk.


How to remove Java from JavaScript
How to remove Java from JavaScript
Dev guides
Oct 17, 2022
As a React developer, I have a suspicion about JS classes usage. In React bubble, it feels like a bad practice when I see them somewhere.


Let this script type instead of you when you record a video
Let this script type instead of you when you record a video
Dev guides
Sep 7, 2022
I was working on cool gifs for Tolgee's new readme, where we show how simply you can modify a localization string in your App. But when I need to type something into input, I always make like 5 mistakes and my typing is not very nice to look at.


Integrate Tolgee with vanilla static HTML/JS application
Integrate Tolgee with vanilla static HTML/JS application
Dev guides
Jul 29, 2022
Localization is the process of translating the content from one language to another. Localizing your application or website helps you to reach out to the new audience and increase its user base by making your product available in different languages.


How to Localize your Next.js Application with Tolgee?
How to Localize your Next.js Application with Tolgee?
Dev guides
May 9, 2022
Ever wondered how to translate your web pages into different local languages of visitors visiting your website


Optimizing Spring Boot tests
Optimizing Spring Boot tests
Dev guides
Feb 21, 2022
In this article, I would like to describe how I optimized our Spring Boot tests to run a bit faster.


Is Turborepo overhyped?
Is Turborepo overhyped?
Dev guides
Feb 8, 2022
Two months ago, I was looking for a solution how to speed up pipeline in our monorepo. As an immediate answer I found basically two alternatives Nx (from Google) and Turborepo as a new cool project from well known opensource author (Jared Palmer)
Load More

Deploying Tolgee on Sealos
Dev guides
Jun 17, 2025
This guide shows how to self-host Tolgee in two ways: using Sealos, or deploying with ways that give you more control over your instance. This will help you determine the best option for your needs.

Ultimate guide to self-hosting Tolgee with Content Delivery (CDN)
Dev guides
Feb 17, 2025
In this tutorial you will learn how to self-host Tolgee for using with Content Delivery features with S3 bucket (or Azure Blob).

How I added localization to Dub.co using Tolgee
Dev guides
Oct 30, 2024
Implementing localization in software applications can be overwhelming, especially for complex applications that haven't been prepared for internationalization (i18n).

Localize your React App the simplest way you've ever seen
Dev guides
Apr 11, 2024
Translating an App to multiple languages (localization) is tricky part of many applications. Tolgee is simplifying the localization process and saves developer's time by removing repetitive tasks 🔁 ❌.

Implementing localization to your Svelte App: A step-by-step guide
Dev guides
Mar 6, 2024
In today's global market, making your web application accessible to a diverse audience is crucial. Localization enables apps to adapt to different languages and cultural contexts, enhancing user experience.

Boost localization automation with Content Delivery and Webhooks
Dev guides
Nov 23, 2023
Recently, we've received many requests from our users to simplify the update of translations on production, and now we have an answer. Say Hi to Tolgee Content Delivery, a fast and reliable way to keep your translations independent of your code! Also introducing Webhooks for more automation options.

Say hi to Autonomous Localization (i18n) of your app
Dev guides
Aug 21, 2023
It's the year 2023, and most of the companies developing localized apps spend a massive amount of time and money on localization. For the uninitiated, localization might look simple. But it's not. Until now, the results of machine translators were not good enough to be used in public-facing apps. But that's about to change.

How to setup Tolgee with Next.js App Router
Dev guides
Aug 11, 2023
With the introduction of Next.js 13 and the app router featuring React server components, there has been a strong push to enable Tolgee to work within this new paradigm.
Load More
©
2025
Tolgee
All rights reserved.
©
2025
Tolgee
All rights reserved.