Hey everyone,
There's a lot of "I coded X" posts lately, so here's mine, but with a twist: I'm not a dev.
A bit of context: my background is in silk screen and digital printing. I dabbled in web stuff when I was young (the HTML/CSS era), then gave up. Years later, I ended up running a few printing websites, and one of them, a WooCommerce sticker store with tons of simple products, became a real headache.
Each problem I hit turned into a plugin:
Problem 1: I needed to add alt text, captions and descriptions to hundreds of product images without losing my mind.
https://wordpress.org/plugins/easy-alt-import-lite/
Problem 2: I needed to mass edit products via CSV (currently working on a Pro version).
https://wordpress.org/plugins/ftmpub-product-import-from-csv/
Problem 3: I had the products, I had the media, but WooCommerce wouldn't link them automatically. So I built a tool to bind product images to the right products in bulk.
https://wordpress.org/plugins/easy-product-media-linker/
Bonus: In my free time, I also built a slider plugin because most decent ones are paid.
https://wordpress.org/plugins/ftmpub-media-slider/
Full transparency: this is 100% vibe-coded. I'm not a developer, I just built what I needed to solve my own problems. They work for my use case, but I'd love to know how they hold up for others.
If anyone wants to try them out, feedback (good or bad) is super welcome. Bug reports, feature ideas, for my purpose these tools are finished, but will like to have a feedback :-)