Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.5 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.5 KB

Build Status Go Report Card Maintainability Test Coverage

phraser

Open source phrase management microservice for your applications, delivered over gRPC. A centralized phrase database (key-value store) for your APIs, frontends, or anything else.

Hardcoding text (error messages, help text, feature explanations, etc.) into your source code is quick and dirty, but can be inefficient to maintain and especially difficult for non-developers (i.e. marketing) to modify. Use phraser to centrally manage as much (or as little) human-read text across your applications (frontends, API services, microservices, background jobs, etc).

FAQs

So it's a CMS?

Nope, phraser is just a string store for your applications (frontend/backend) that doesn't make assumptions about how those strings are used. You can utilize it for CMS-like functionality (though there's no support for rich text, just plaintext strings).