Reusable open-source platform services, in Go. Identity and tokens, EU trust lists, eID cards, document rendering, audit trails — each service runs on its own, ships as a container image, and knows nothing about the product that calls it. Products compose these instead of rebuilding them.
The libraries these services are built from live in gmb-lib, and the open-source qualified electronic signature platform that composes them is signbyte.
Every service publishes a container image at ghcr.io/go-make-bytes/<name> — a tag per
release and a tag per commit. Pin a version tag or a digest, never a moving branch
tag. Each service's README documents its configuration, its HTTP surface and where it
sits in a deployment.
MIT, with one deliberate exception: authbyte is AGPL-3.0, because it is the
identity product itself rather than glue around one. Copyright SIA "Go Make Bytes"
throughout. Issues are welcome on every repository; each carries a CONTRIBUTING.md
describing how it is built and tested. Anything exploitable goes through the reporting
route in that repository's SECURITY.md, never a public issue.
