Back to browse
Edge SVG engine that generates telemetry badges

Edge SVG engine that generates telemetry badges

by ujjwalvivek·Mar 14, 2026·1 point·0 comments

AI Analysis

MidShip It

Yet another badge generator when shields.io and github-readme-stats already dominate this space.

Strengths
  • Cloudflare Workers + KV cache means sub-120s response times for badge requests.
  • Single endpoint aggregates multiple sources (GitHub, npm, crates.io, Docker Hub) at once.
Weaknesses
  • Badge/telemetry SVG space is extremely crowded with established free alternatives.
  • Author admits 'built accidentally' and 'early stages' — feels like a portfolio feature, not a product.
Target Audience

Developers adding status badges to READMEs and portfolios

Similar To

shields.io · github-readme-stats · badges.dev

Post Description

Built this accidentally while refactoring my portfolio, heading towards v3.

This aggregator runs on Cloudflare Workers, aggregates GitHub/NPM/Docker stats and renders SVG artifacts like contribution calendars, streak cards and telemetry badges.

Still in early stages.

Playground + docs: https://echopoint.ujjwalvivek.com

Github: https://github.com/ujjwalvivek/portfolio/tree/main/tools/ech...

Similar Projects