OP4 months agoedited by OnlyFans on 3/17/2026, 1:57:26 AM
Lv. 1Fast image hosting that actually fits dev workflows (ShareX + API + browser plugin)
const post = `
Posting this here because it might actually be useful for a lot of you.
We built https://imglink.cc — it’s a simple image host, but focused on speed and actually fitting into dev workflows.
Upload an image and you instantly get:
- direct link
- markdown / html / bbcode embeds
No signup, no nonsense.
---
Where it’s been useful for us:
- sharing emulator screenshots while debugging
- posting UI issues in forums/Discord
- dropping images straight into GitHub/README files
---
Browser plugin:
You can right-click any image or paste a screenshot and it uploads immediately.
Link is copied to clipboard. No tab switching.
---
ShareX support:
If you’re already using ShareX, you can hook it up so:
hotkey → screenshot → auto upload → link copied
---
API:
There are API docs if you want to integrate it into tools or scripts:
https://imglink.cc/wiki
---
Other bits:
- strips EXIF data automatically
- private uploads + password folders
- supports png, jpg, webp, gif, svg
- no expiry on links
---
If anyone here ends up using it and has suggestions (especially around emulator/dev workflows), I’m interested.
`;0likes2replies
AZONAZ