🚀 Meet Loopi: The Open-Source Visual Automation Tool I Wish I Had Years Ago

Published: (December 9, 2025 at 02:40 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

For years, I automated browser tasks the “normal” way — with long Playwright or Selenium scripts. It worked… but it was slow, messy, and painful to debug at 3 AM.

So I built Loopi, an open‑source, visual browser automation tool that makes automation feel more like designing a flow in Figma than writing a script.


Why I Built Loopi

Browser automation is powerful, but the developer experience hasn’t improved much:

  • You write long scripts for simple tasks
  • You maintain selectors manually
  • One small UI change breaks everything
  • Debugging becomes a time‑sink
  • Sharing automation with teammates is messy

I wanted something that was:

  • Fast to build
  • Easy to debug
  • Visual
  • Open‑source
  • Friendly to both coders and non‑coders

Loopi is that tool.

Get Started

  • GitHub repo:
  • Quick docs:
  • Release notes:
Back to Blog

Related posts

Read more »