Project Evaluation
Our flagship agent. The Project Evaluator actively spawns a headless browser instance, logs into your application, and attempts to accomplish a natural language goal exactly like a human QA tester would.
Writing a Good Prompt
The agent relies on clear instructions. A good prompt defines the end goal, not just the steps:
Frontend Audit
The Frontend Audit agent analyzes your live web application for critical user-facing issues, ensuring your app is fast, accessible, and secure.
How to use it
- Enter a publicly accessible URL (e.g., https://example.com). Localhost URLs cannot be scanned.
- Toggle the specific metrics you care about: Performance, Accessibility, or Security.
- Provide optional instructions (e.g., "Focus on optimizing the hero image and reducing initial load time").
Code Review
Acting as a staff-level engineer, the Code Review agent analyzes your source code to catch logic bugs, memory leaks, and anti-patterns before they hit production.
How to use it
- Paste raw code directly into the editor playground.
- Select the specific language to help the AST parser context.
- Check the "Detailed Explanations" toggle if you are a junior developer wanting to learn *why* the changes are suggested.
Groups & Bulk Jobs
When you need to evaluate ten, fifty, or a hundred different URLs at once, the Groups feature lets you batch tasks together and run them in parallel.
How to use it
- Click Create Group on the Groups dashboard.
- Select the evaluation type (Frontend Audit, Code Review, or Project Evaluation) that you want to run for everything in this batch.
- You can manually enter a list of URLs, or upload a CSV file containing URLs to bulk-process dozens of Frontend Audits or Project Evaluations instantly.