Pihkaal 4f38dce02f
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m14s
chore: update README
2026-04-11 19:51:16 +02:00
2026-02-11 14:57:00 +01:00
2026-04-11 19:47:12 +02:00
2024-10-13 01:51:01 +02:00
2024-10-10 19:30:46 +02:00
2026-02-21 16:22:51 +01:00
2026-02-27 20:07:00 +01:00
2026-02-21 16:22:51 +01:00
2026-02-21 16:22:51 +01:00
2026-02-21 22:22:05 +01:00
2026-04-11 19:51:16 +02:00
2024-09-28 20:47:09 +02:00

Simple, bullshit-free QR code generator with straightforward API.

What it does

  • Generate QR codes via a simple web UI or a straightforward REST API
  • Embed logos (30+ brands: Gitea, Signal, Monero, Session, etc.) in the center of QR codes
  • Export in PNG, JPEG, or WebP formats
  • No authentication, no rate limiting, no ads

Stack

API

GET /api - Generate a QR code

Returns the QR code as an image file.

Parameter Type Required Description
content string yes Data to encode
format png | jpeg | webp no Output format (default: png)
logo string no Logo name to embed in the center (case-insensitive)

Example:

GET /api?content=https://example.com&format=png&logo=github

GET /api/logos - List available logos

Returns a JSON array of available logo names.

["signal", "monero", "session", ...]
Description
Simple, bullshit-free QR code generator with straightforward API.
Readme 2.3 MiB
Languages
Vue 62.3%
TypeScript 28.3%
CSS 6.2%
Dockerfile 2.8%
JavaScript 0.4%