Two pieces: a desktop app holding the AI agent, and a Chrome extension that acts inside your own Vinted session. You type a plain instruction and the agent drafts the listing, suggests a price anchored on real completed sales rather than the last displayed price, prepares buyer replies, and surfaces underpriced items to resell. No cloud bot touches your account, and a STOP button stays visible. Vinted in production; Leboncoin under construction.
Hi Product Hunt! I'm Emmanuel, and I built Revindo alone.
I kept meeting Vinted resellers losing entire evenings to writing listings, guessing prices and answering the same buyer questions. So Revindo is a desktop app that runs an AI agent, plus a Chrome extension that acts inside their own Vinted session — their machine, their account, their IP. Nothing runs in a cloud bot farm.
The hard part wasn't the model. It was proving an action actually happened. A DOM gesture being attempted is not the same as a business effect occurring, and early on my own system cheerfully reported "listing published" when nothing had been published. Most of the engineering since went into terminal-result classification, positive proof, a visible STOP, and a request cadence that protects the user's account.
The demo on the site runs the real agent, no account needed. Vinted is supported in production; Leboncoin is under construction. Happy to answer anything — especially about the boundary of what a third-party tool should be allowed to do on a marketplace.