You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud platform for team-based localization management with web dashboard and CLI sync.
48
+
Cloud platform for team-based localization management with web dashboard and CLI sync.**100% open source** — self-host with no restrictions or use the managed platform.
49
49
50
50
**Features:**
51
51
- Web-based translation editor with real-time collaboration
52
52
- Team management with role-based access (Owner, Admin, Member, Viewer)
53
+
- GitHub integration with push/pull and automatic PR creation
53
54
- 10 translation providers (free + paid + bring your own keys)
LRM is a fully **open source project** under the MIT license. You have two options for using LRM Cloud:
11
+
LRM is a **fully open source project** under the MIT license. Unlike other localization platforms that only open-source parts of their system, LRM provides the **complete stack**:
12
12
13
-
### Option 1: Hosted Platform (Recommended)
13
+
-**CLI Tool** - Open source (MIT)
14
+
-**Cloud Backend API** - Open source (MIT)
15
+
-**Web Frontend** - Open source (MIT)
16
+
-**VS Code Extension** - Open source (MIT)
17
+
-**Docker Deployment** - Open source (MIT)
18
+
19
+
This means you can:
20
+
-**Self-host** with no feature restrictions
21
+
-**Modify** the source code for your needs
22
+
-**Audit** the code for security compliance
23
+
-**Contribute** improvements back to the community
24
+
25
+
## Deployment Options
26
+
27
+
### Option 1: Hosted Platform
14
28
15
29
Use our managed cloud platform at **[lrm-cloud.com](https://lrm-cloud.com)** — no setup required.
16
30
@@ -22,9 +36,17 @@ Use our managed cloud platform at **[lrm-cloud.com](https://lrm-cloud.com)** —
22
36
23
37
All plans include the full feature set. [See pricing details](#plans--pricing) for limits.
24
38
25
-
### Option 2: Self-Hosted
39
+
### Option 2: Self-Hosted (No Restrictions)
26
40
27
-
Deploy LRM Cloud on your own infrastructure using Docker Compose.
41
+
Deploy LRM Cloud on your own infrastructure using Docker Compose. **All features are available** — no artificial limitations, no phone-home, no license checks.
42
+
43
+
**Self-hosted benefits:**
44
+
-**Unlimited** translation characters (use your own API keys)
45
+
-**Unlimited** projects and team members
46
+
-**Complete data ownership** — your data stays on your servers
47
+
-**GDPR/compliance friendly** — control your data jurisdiction
48
+
-**Air-gapped deployments** — works offline with Ollama for translation
49
+
-**Customizable** — modify the source code as needed
28
50
29
51
**Requirements:**
30
52
- Docker & Docker Compose
@@ -58,7 +80,7 @@ The `deploy.sh` script handles building and deploying.
58
80
| Service | Purpose |
59
81
|---------|---------|
60
82
| nginx | Reverse proxy, SSL termination |
61
-
| api | REST API server |
83
+
| api | REST API server (.NET 9) |
62
84
| web | Blazor WASM frontend |
63
85
| postgres | PostgreSQL 16 database |
64
86
| redis | Session cache |
@@ -74,7 +96,8 @@ For detailed deployment instructions, see [`cloud/deploy/README.md`](../cloud/de
74
96
-**Multiple Translation Providers** - Google, DeepL, OpenAI, Claude, Azure, and more
75
97
-**Translation Memory** - Automatic caching for cost savings and consistency
76
98
-**Glossary Management** - Enforce consistent terminology across translations
77
-
-**CLI Sync** - Bidirectional sync between local files and cloud
99
+
-**CLI Sync** - Bidirectional sync between local files and cloud with three-way merge
0 commit comments