Need a logo? We've got it.

’90s
2010s
last year
todaylive from TinyLogo

The brand keeps redrawing its logo.

You paste it once — forget it forever.

logo preview

This is a free test token — try it right now. It's for testing only; get your own free token below and swap it in.

Get your free token →

Everything a logo should be

One image URL that just works — nothing to host, nothing to maintain, no broken images.

🌐

Any company, one line

Point at a domain or a name. No SDK, no logo files to store — just drop in an <img>.

🛡️

Never a broken image

If a real logo can't be found you still get a clean tile — your login screen never breaks.

🔑

One token, everywhere

Reuse a single key across every project and page. Free to start, cheap to scale.

🔄

Always current

When a brand redraws its logo, yours updates on its own. You never touch a file again.

Front-end or back-end? Pick one.

Grab a free token from the dashboard, then use either side — you don't need both. Point at a domain (stripe.com) or a name (stripe); both resolve to the same logo.

Front-endin the browser

Drop it into your HTML with a publishable pk_ key — right in the URL.

<img src="https://logo.tinyappmart.com/v1/stripe.com?token=pk_live_…&size=128">
OR
Back-endon your server

Keep a secret sk_ key on the server and send it as a header.

curl -H "Authorization: Bearer sk_live_…" \
     "…/v1/stripe.com?size=128" -o stripe.png

Tweak size & format right in the URL. JSON name-lookups, per-project tags, domain-locking & more are in the full documentation →