avatar.waldrand.dev
200Returns a deterministic avatar for any seed. The same seed gives the same SVG forever — good for placeholder profile pictures, commit authors, seats in a demo.
GET /{seed}.svg → image/svg+xml
Parameters: size (px, 16–512, default 128), palette (forest | mono | ink).
Full reference ↗image.waldrand.dev
soonA placeholder image at the requested dimensions, served as WebP. Meant for layout work, where lorem-ipsum images otherwise become half your load time.
GET /{w}x{h} → image/webp
Parameters: bg, fg (hex, no #), text (overlay label), grid (on | off).
Not live yet — shape settled, implementation to follow.
qr.waldrand.dev
soonEncodes the given data as a QR code and hands back vector — scalable, printable, no watermark.
GET /{data}.svg → image/svg+xml
Parameters: ec (L | M | Q | H, default M), margin (modules, default 2), fg, bg.
Not live yet — shape settled, implementation to follow.
color.waldrand.dev
soonGenerates a colour palette as JSON. Deterministic on the seed, so the same brand gets the same colours twice.
GET /palette → application/json
Parameters: seed, count (2–12, default 5), mode (analogous | triad | mono).
Not live yet — shape settled, implementation to follow.