AppLab Discovery

Delegate to AI, understand your app

Record app flows. AI analyzes every screen. Ask Claude about any flow in natural language.

$npm install -g @veolab/discoverylab

Power through tedious tasks

Share captured flows directly with Claude. Ask questions in natural language and get visual answers with interactive infographics.

What screens does the onboarding have?

Compare login flow with competitor

Find all payment screens

Share with Claude screenshot

Works with

Claude Desktop
Claude Code
OpenAI Codex
Gemini
Grid Assets
Export HTML
Share .applab
Jira + Figma
Notion Export
AI Flow Map

Get started in 30 seconds

$ npm install -g @veolab/discoverylab
$ discoverylab install # auto-detects Claude Code + Desktop
$ discoverylab serve

Works with Anthropic, OpenAI, Ollama, or Claude CLI

Connect your AI assistant

One config. Works everywhere.

{
  "mcpServers": {
    "discoverylab": {
      "command": "npx",
      "args": ["-y", "@veolab/discoverylab@latest", "mcp"]
    }
  }
}

No install? Add the remote MCP URL in Claude Settings:

URLhttps://www.veolab.com.br/api/mcp

Claude Settings > Connectors > Add custom connector

Or auto-configure locally:

discoverylab install

Restart your AI assistant after adding the configuration.