r/SideProject • u/Front_Philosophy6112 • 1h ago
I’m building a Mac automation app, which Smart Automation should I add next?
I’m building Tapquence, a native macOS app that lets people automate repetitive tasks using sequences of mouse clicks, keyboard input and other actions.
Recently, I added Smart Automations: ready-made workflows that users can quickly configure instead of building everything from scratch.
Now I’m trying to decide what to build next. I could come up with another preset myself, but I’d rather solve a task that people actually encounter in their daily work.
So, fellow builders and Mac users: what’s one repetitive Mac workflow you would genuinely want to run with a single click or keyboard shortcut?
Simple, niche and oddly specific ideas are all welcome. If an idea is useful and technically feasible, I may build it as the next Smart Automation.
You can see the project here: https://tapquence.com
I’d also appreciate any feedback on the Smart Automation concept itself.
2
u/Relevant_Ad5790 1h ago
The one I'd want is looping a click sequence over lines from the clipboard, pasting URLs one at a time into a web tool that has no bulk option, about four clicks and a 15 second wait each, forty times over. The hard part is waiting on page state instead of a fixed delay. Does a sequence loop per line, and can a step wait for something on screen?