Favicon of Tolgee

Tolgee

Localize your app with in-context editing and context-aware AI. Integrate with your stack and collaborate with your team to launch multilingual apps faster.

Stop the endless back-and-forth with developers for simple text changes. This open-source platform revolutionizes app localization by allowing you to translate text directly within your application. See your changes live and in context, ensuring perfect translations every time.

Leverage context-aware AI that provides more accurate and reliable suggestions than standard machine translation, significantly reducing the time spent on reviews. The entire localization process becomes a collaborative effort, where translators, marketers, or even clients can contribute directly without needing technical skills.

For developers, the platform offers a flexible and powerful workflow with a variety of integration options:

  • SDKs for all major JavaScript frameworks.
  • A powerful Command Line Interface (CLI) for automation.
  • A comprehensive REST API for custom integrations.
  • A Figma plugin to start the localization process during the design phase.

This approach saves countless hours, eliminates tedious copy-pasting from spreadsheets, and helps you launch multilingual applications faster than ever.

Directory Structure

tolgee
tolgee-data
.env
docker-compose.yml

docker-compose.yml

services:
  tolgee:
    image: tolgee/tolgee:latest
    container_name: tolgee
    ports:
      - "8080:8080"
    volumes:
      - ./tolgee-data:/data
    environment:
      - tolgee.authentication.initial-username=${TOLGEE_ADMIN_USERNAME}
      - tolgee.authentication.initial-password=${TOLGEE_ADMIN_PASSWORD}
      - tolgee.authentication.jwt-secret=${TOLGEE_JWT_SECRET}
    restart: unless-stopped

.env

TOLGEE_ADMIN_USERNAME=admin
TOLGEE_ADMIN_PASSWORD=super_secret_admin_password
TOLGEE_JWT_SECRET=replace_this_with_a_long_random_secret_string
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Tolgee

Favicon

 

  
  
Favicon

 

  
  
Favicon