docs

Lyrinox Licensing Badge Generator

What it creates

Lyrinox Licensing Badge Generator

Lyrinox Licensing Badge Generator creates small license-status badges for places where a full product page is too much: README files, docs pages, forum posts, support replies, and release notes.

The app is a proprietary first-party Lyrinox product. It is distributed through Lyrinox Market as a desktop download.

What it creates

The generator produces:

  • HTML image links
  • Markdown image links
  • BBCode image links
  • Direct badge image URLs
  • Plain text links

Each generated badge points to the public Lyrinox badge endpoint:

https://market.lyrinox.com/badges/license

Badge parameters

The endpoint accepts these query parameters:

ParameterPurposeExample
labelLeft-side badge textLyrinox
stateLicense status textlicensed
styleBadge shapemodern
colorRight-side hex color without #16825d

Supported styles are modern, glass, outline, compact, flat, flat-square, and pill.

Supported states are licensed, license-required, open-source, free, and first-party.

Older badge URLs that used display text such as license required still resolve to the canonical license-required state.

Example

https://market.lyrinox.com/badges/license?color=16825d&label=Lyrinox&state=licensed&style=modern

That URL returns an SVG badge suitable for documentation and product pages.

Version 1.0 remains available for the original flat badge workflow. Version 2.0 is the current release and adds modern badge styles, an SVG-backed desktop preview, and tabbed copy outputs.

Notes

Badges are status links, not purchase receipts. Do not use a badge as proof that a customer owns a product or holds an active license. License checks should still use the Lyrinox license APIs or the official SDK where product access needs to be enforced.