Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.befailproof.ai/llms.txt

Use this file to discover all available pages before exploring further.

failproofai
Starts the web dashboard at http://localhost:8020.

Options

FlagDescription
--port <number>Port to listen on (default: 8020)
--allowed-origins <origins>Comma-separated hosts/IPs allowed to access dev resources
To point the dashboard at a non-default Claude project folder, set the CLAUDE_PROJECTS_PATH environment variable when launching.

Examples

# Launch on a different port
failproofai --port 9000

# Use a custom Claude projects path via environment variable
CLAUDE_PROJECTS_PATH=~/my-claude-projects failproofai