File hosting
Upload a file, get a link you can hand to anyone.
Open file hosting →Features
Four things, built properly, by people who use them daily. No roadmap page full of features that never shipped.
Upload a file, get a link you can hand to anyone.
Open file hosting →Pick a template or bring your own image, then type on it.
Open the studio →One POST and you get a link back. Point a script at it.
Read the docs →A page that is yours. Avatar, banner, links, whatever you have posted.
Make an account →Nothing in that category yet.
01 / Storage
Everything is private by default. Making something public gives you a CDN URL that keeps working, and taking it down means it is gone.
02 / Memes
It runs in the browser and exports a real image that lands in your account like any other upload.
03 / API
Bearer keys, JSON responses, documented rate limits. One POST gets you a hosted file and a URL back.
# 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/..." } }
Free tier, no card, and you can delete the account as easily as you made it.