automation-dev
Tolgee logo

Should I self-host Tolgee?

YESworth it

Same software, different bill: Tolgee's cloud is $49/mo, the container is free and ships an embedded Postgres for exactly this kind of single-box setup. In-context editing works the same pointed at your own instance.

The math (nothing hidden, including your time)

Tolgee (Team)$49.00/mo
VPS share + storage−$1.00/mo
Your maintenance: 30 min/mo at $20/h−$10.00/mo
Net saving$38.00/mo
Setup: 27 min measured (one-time)$9.00
Break-even0.2 months
Markup Index (price ÷ real self-host cost)4.5×

Price: source, checked 2026-08-07. Inputs are stored in git; every number above is derived, never hand-written.

What you lose

  • Managed backups and the cloud plan's machine-translation credits

What you're paying Tolgee for

  • translation management
  • in-context editing
  • machine-translation assist
  • developer SDKs
Tolgee running from the boot-verified compose file
Tolgee, running from the compose file on this page — screenshot from our verified instance, not marketing material.

Ranked alternatives

Translation keys, in-context editing and an API your own app calls, on a hostname you own, with no key quota and no seat count.

tolgee/tolgee-platform · ★ 4,064 · last commit 1d ago · Apache-2.0

Continuous localization that lives in your git repositories: translators work in a browser, Weblate commits the result back.

WeblateOrg/weblate · ★ 6,017 · last commit 0d ago · GPL-3.0

Hardware

Runs comfortably on a real VPS (2 GB+).

The tested compose file (our evidence, CI-booted)

# Tolgee — localization platform; standalone image with embedded postgres
services:
  tolgee:
    image: tolgee/tolgee:latest
    container_name: tolgee
    restart: unless-stopped
    environment:
      TOLGEE_AUTHENTICATION_ENABLED: "true"
      TOLGEE_AUTHENTICATION_INITIAL_PASSWORD: changeme123
      TOLGEE_POSTGRES_AUTOSTART_ENABLED: "true"
    ports:
      - "8105:8080"
    volumes:
      - tolgee-data:/data

  probe:
    image: busybox:stable
    network_mode: "service:tolgee"
    depends_on:
      - tolgee
    command: sh -c 'while true; do sleep 30; done'
    healthcheck:
      test: ["CMD-SHELL", "nc -z localhost 8080 || exit 1"]
      interval: 5s
      timeout: 5s
      retries: 60
      start_period: 60s

volumes:
  tolgee-data:

Want a guided install instead? caniselfhostit.com/tolgee-cloud has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.

Verification

Protocol v1 · verified by zernonia on 2026-08-10 · setup measured at 27 min · AI assistant: claude-code (allowed & stated)

Full timed log
# Tolgee — verdict log

- **Date:** 2026-08-10
- **Verdict:** YES — worth it
- **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code)

## Setup evidence (shared)

- This verdict rides on the same replacement verified for `lokalise-tolgee` — see `compose/lokalise-tolgee.yml` and its log.

## The call

Same software, different bill: Tolgee's cloud is $49/mo, the container is free and ships an embedded Postgres for exactly this kind of single-box setup. In-context editing works the same pointed at your own instance.

Verdict history

  • 2026-08-10: unscored → YES — Initial verdict: Same software, different bill: Tolgee's cloud is $49/mo, the container is free and ships an embedded Postgres .