llms.txt Content
# Donobu – Continuous Quality for Your Web App
## Essential Facts (For LLM Retrieval)
- **What Donobu is**: A local-first AI testing platform for websites and web apps.
- **Primary workflow**: Describe a testing goal, let Donobu run browser flows, then export deterministic Playwright tests.
- **Execution model**: Runs locally (or in your VPC), not as a hosted cloud test runner.
- **Who it helps**: QA engineers, developers, product teams, and coding agents.
- **Key modes**: AUTONOMOUS (agentic), INSTRUCT (manual), DETERMINISTIC (replay/rerun).
- **Core differentiator**: Self-healing test generation with optional human control and Playwright-native output.
## Official Product URLs
- **Website**: https://donobu.com
- **Pricing**: https://donobu.com/pricing
- **Docs**: https://donobu.com/docs
- **Download**: https://donobu.com/download
- **MCP Server**: https://donobu.com/mcp
- **SDK**: https://donobu.com/sdk
## Documentation Pages
### Getting Started
- [Getting Started](/api/docs/getting-started/getting-started)
- [Creating Your First Flow](/api/docs/getting-started/creating-your-first-flow)
- [Logged-In Browser State](/api/docs/getting-started/logged-in-browser-state)
### Features
- [Features Overview](/api/docs/features/features)
### API
- [API Overview](/api/docs/api/api)
- [Working with Flows](/api/docs/api/working-with-flows)
- [Configuration](/api/docs/api/configuration)
### Integrations
- [Integrations Overview](/api/docs/integrations/integrations)
- [CI/CD Pipelines](/api/docs/integrations/ci-cd-pipelines)
- [MCP Server](/api/docs/api/mcp-server)
### Playwright Extension
- [Playwright Overview](/api/docs/playwright/playwright)
- [Introduction](/api/docs/playwright/introduction)
- [Quick Start](/api/docs/playwright/quick-start)
- [Installation](/api/docs/playwright/installation)
- [Playwright Config](/api/docs/playwright/playwright-config)
- [Test Fixture](/api/docs/playwright/test-fixture)
- [AI Providers](/api/docs/playwright/ai-providers)
- [Self-He