Loopi Documentation
Visual Browser Automation Platform - Open Source & Free Forever
Welcome to Loopi
Loopi is a free, open-source visual browser automation platform that makes it easy to create, run, and share browser automations without writing code.
What is Loopi?
Loopi provides a visual node-based editor for building browser automations. Create workflows that can:
- Navigate websites and fill forms
- Extract data from web pages
- Interact with elements (click, type, select)
- Take screenshots and capture content
- Call APIs and integrate with external services
- Use variables and conditional logic
Perfect for web scraping, automated testing, repetitive task automation, and more.
Quick Links
Getting Started
Install and run your first automation
Variable System
Auto-typed variables with full access syntax
Usage Guide
Learn how to build automations
API Reference
Complete API documentation
Examples
Ready-made automation templates
FAQ
Common questions and answers
Key Features
Auto-Typed Variable System
Variables automatically detect types (number, boolean, object, array, string) and support full access syntax:
- Simple:
{{username}} - Nested:
{{user.name}} - Arrays:
{{users[0]}} - Mixed:
{{users[0].profile.email}}
Visual Editor
Build automations using a drag-and-drop node-based interface. No coding required.
API Integration
Call APIs and access responses as typed objects with direct property access (no JSON parsing).
Cross-Platform
Native installers for Windows, macOS, and Linux. Built with Electron and Chromium.
Conditional Logic
Extract with conditions, compare values, and make smart decisions in your workflows.
Element Picker
Point-and-click element selector tool for reliable automation.
Open Source
MIT licensed. Full access to source code. Community-driven development.
Getting Help
- GitHub Issues: Report bugs or request features
- Discussions: Ask questions and share workflows
- Documentation: Browse the guides in this documentation
Community
Join our growing community of automation enthusiasts:
- ⭐ Star us on GitHub
- 💬 Join discussions and get help
- 🤝 Contribute to the project
- 📢 Share your automations
Ready to get started? Head to the Getting Started guide.