Features

Everything it does,
and nothing it doesn't.

Four things, built properly, by people who use them daily. No roadmap page full of features that never shipped.

04

Profiles

A page that is yours. Avatar, banner, links, whatever you have posted.

Make an account →

01 / Storage

Files, with a link
you can actually give out.

Everything is private by default. Making something public gives you a CDN URL that keeps working, and taking it down means it is gone.

01
Encrypted at rest and in transitTLS on the way in, encrypted on the disk it lands on.
02
Type-aware organisationImages, video, audio, documents and archives are grouped by what they are, not by where you dropped them.
03
Search across your libraryName, type, and description, filtered as you type.
04
Per-file visibilityPrivate, unlisted or public, changeable at any point without breaking your dashboard.
05
Descriptions that stay with the fileContext you leave for yourself, six months from now.

Open file hosting →

02 / Memes

A canvas, some templates,
and no talent required.

It runs in the browser and exports a real image that lands in your account like any other upload.

01
Templates that actually loadA curated set, checked by hand. Nothing that renders as a broken placeholder.
02
Unlimited text layersDrag each one where you want it. Nothing is locked to top-and-bottom.
03
Per-layer typographyFont, size, colour, weight and outline, set separately on every layer.
04
Exports a real fileA PNG in your library with a shareable link, not a preview that vanishes on reload.

Open the generator →

03 / API

Point a script at it.

Bearer keys, JSON responses, documented rate limits. One POST gets you a hosted file and a URL back.

upload a fileapi.weggle.xyz
# one request, one link back
curl -X POST https://api.weggle.xyz/v1/files \
  -H "Authorization: Bearer wk_..." \
  -F "file=@holiday.png"

→ 200 { "success": true, "data": { "url": "https://cdn.weggle.xyz/..." } }
01
REST, not a frameworkPredictable paths, standard verbs, one response shape.
02
Multiple keys per accountScope them per project and revoke one without touching the rest.
03
Published rate limitsUp to 10,000 requests a day on Premium, with headers telling you where you are.
04
WebhooksGet told when something happens instead of polling for it.

Read the docs →

All of it is
already running.

Free tier, no card, and you can delete the account as easily as you made it.