Overview
Scout makes it incredibly easy to start exploring your web applications. No complex setup, no configuration files—just a simple URL pattern and you’re ready to go.Scout URL Format
Scout uses a simple URL pattern to explore your applications:Lovable Apps
Original URL:
yourapp.lovable.app
Scout URL: yourapp.lovable.scoutqa.app
Replit Apps
Original URL:
yourapp.replit.app
Scout URL: yourapp.replit.scoutqa.app
How It Works
1
Identify your app URL
Find your application’s current URL (e.g.,
myproject.lovable.app
or myrepl.replit.app
)2
Transform to Scout URL
Replace the domain with the Scout-enabled version:
- Lovable: Add
.scoutqa
before.app
- Replit: Add
.scoutqa
before.app
3
Access with Scout
Visit the Scout URL in your browser or use it in your CI/CD pipeline to start automated exploration
4
Review findings
Scout will explore your application and provide detailed reports with issues, screenshots, and reproduction steps
Quick Examples
Lovable App
Replit App
Use Cases
Manual exploration
Manual exploration
Simply visit your Scout URL in a browser to trigger an immediate exploration. Perfect for quick checks during development.
Share with team
Share with team
Bookmark for convenience
Bookmark for convenience
Bookmark your Scout URL for one-click access to quality checks whenever you need them.
Integrate with CI/CD
Integrate with CI/CD
Use the Scout URL in your GitHub Actions, GitLab CI, or other automation tools for continuous quality monitoring.
Supported Platforms
Lovable
Full support for all Lovable-hosted applications with automatic exploration capabilities.
Replit
Complete integration with Replit-deployed applications for seamless quality checks.
What Scout Explores
When you access your Scout URL, Scout will:- Navigate your application like a real user would
- Test user flows including authentication, forms, and navigation
- Identify usability issues that affect user experience
- Find functional bugs that could impact your app’s reliability
- Check for security concerns based on common vulnerabilities
- Generate detailed reports with screenshots and reproduction steps
Personas
Scout can explore your app from different user perspectives:- General User
- Security Tester
- Accessibility Auditor
- Power User
Explores as a typical user, focusing on common workflows and usability.
Next Steps
Automate with GitHub Actions
Set up automated Scout runs in your CI/CD pipeline
View Example Reports
See what Scout findings look like
Learn About Personas
Understand different exploration perspectives
Coming Soon: PR Review
Automated PR reviews with Scout (launching soon)
FAQ
Do I need an API key for Quick Run?
Do I need an API key for Quick Run?
No! The Quick Run URL pattern works immediately without any API keys or configuration. Just transform your URL and go.
How long does an exploration take?
How long does an exploration take?
Most explorations complete within 5-10 minutes, depending on your application’s complexity and the persona selected.
Can I customize the exploration?
Can I customize the exploration?
For advanced customization (personas, timeouts, specific flows), use our GitHub Actions integration or wait for the Scout CLI.
Is my app data secure?
Is my app data secure?
Scout only interacts with publicly accessible pages by default. We don’t store sensitive data and all explorations are ephemeral.
What if my app requires authentication?
What if my app requires authentication?
For authenticated apps, you’ll need to use our GitHub Actions integration with auth tokens, or wait for the Scout CLI.
Get Help
Have questions or need assistance?- Check out our Quickstart guide
- Review the GitHub Actions setup
- Contact support