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).
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).