Cloudizer
2026 · personal project
Cloudizer is a small browser extension that turns your Mail Cloud into a Pinterest. It adds a save button to every image on the web — or you can save it via the context menu — straight into Mail Cloud. Images can be sorted into categories and saved into separate subfolders.
I used to actively rely on a similar extension for Yandex Disk and built up a large collection of references there. When I needed the same kind of tool for Mail Cloud, I decided to build it myself with the help of AI tools.
Development process:
- First prototypes in ChatGPT: the basic script already created a folder in Mail Cloud, but uploading images needed debugging. It also took extra work to overlay the save icon correctly on top of images on websites.
- Refactoring and scaling with Claude Code: rewrote the code architecture and added new features.
What the extension can do now:
- Sorting by category: creating subfolders and choosing where to save.
- Quick access: saving images straight from the right-click context menu.
The project keeps evolving. You can check out the current code and try the extension in the GitHub repository.