LRM (Lőrém Ípsűm) is a non-ASCII placeholder text generator built for development and testing scenarios. Its core goal is not to generate ordinary Lorem ipsum, but to produce random word strings that contain at least one accented or non-ASCII character. This makes it useful for checking whether systems correctly handle special characters found in Hungarian, Polish, Czech, Latvian, and French.
Functionally, LRM lets users generate text directly from the web page and also provides a POST API. Its parameter design is lightweight: l specifies the language, with support for hu, cz, pl, lv, and fr; t specifies the return type, supporting json, xml, and text; and q is an array of query strings. The query syntax allows #7 to specify word length, #0 to use a random length, #[10-15] to specify a length range, and *3 to repeat the previous word search. It also supports backslash escaping. For teams that need to validate Unicode encoding, frontend typography, database storage, search sorting, or API serialization, this kind of controllable non-ASCII text is more targeted than ordinary dummy text.
The page provides a curl POST example and links to SwaggerHub API documentation, so the basic onboarding barrier is low. However, the main content does not mention SDKs, package managers, CI/IDE integrations, or framework adapters. It also lacks production-grade details such as error codes, rate limits, authentication, SLA, and version compatibility policies. Its open-source status, self-hosting options, and data sources are not disclosed either, so it is better suited as an auxiliary testing service or temporary generation tool rather than infrastructure to depend on heavily.
The main content does not present an official pricing plan; it only shows a Donate prompt. This can be interpreted as a free-to-use plus donation model, but it still lacks details on quotas, commercial-use restrictions, or service commitments. Access from mainland China cannot be determined from the page alone, and payment methods are not disclosed.
Its strengths are a very clear positioning, a simple API, support for JSON/XML/plain-text output, and fine-grained control over word length and repetition count. Its drawbacks are limited language coverage, sparse documentation and ecosystem information, and unclear operations and support capabilities. It is suitable for frontend, backend, QA, and internationalization engineers who need to quickly generate “problematic characters” during testing. It can also serve as a specialized complement to Faker.js, Mockaroo, or traditional Lorem Ipsum tools.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on lrm.hu official site.
lrm.hu is an Hungary Dev Tools provider. TG4G tracks its product information, an overall rating of 6.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach lrm.hu directly.