A lightweight CDN service for serving SVG logos via API. Hosted at logos.agentictrust.com.
GET /api/{slug}
Returns the SVG file for the given slug. Case-insensitive.
Example: https://logos.agentictrust.com/api/slack returns the Slack logo as image/svg+xml.
Response headers include strong caching (max-age=432000, immutable) and ETag support.
GET /api/list
Returns a JSON map of all available logo slugs to their URLs.
bun install
bun devOpen http://localhost:3000/api/list to see all available logos.
- Next.js 15 (Pages Router)
- TypeScript
- 1,248 SVG logos in
src/assets/
MIT