Interactive APD procedure visualizer and review workspace.
APD.IO lets you paste an Agent Procedure Definition document, validate it, inspect graph structure, review inferred or low-confidence nodes, and compare the procedure against its source JSON.
- Node.js 20 or newer
- npm
npm install
npm run devThe local dev server starts with Vite. Open the URL printed by the command.
npm run dev # Start the development server
npm run build # Type-check and create a production build
npm run test # Run unit/component tests
npm run test:e2e # Run Playwright smoke testssrc/
components/ React UI components
data/examples/ Bundled APD sample documents
data/schema/ APD JSON schema used by validation
lib/ Parsing, graph layout, validation, and storage helpers
tests/ Playwright smoke tests
This repository is prepared to push to ShawnC7208/APD.IO. Pushing is intentionally left as a manual final step.
No license has been selected yet.