@validra-ai/ui
v0.1.7
Published
UI for Validra — AI-powered API test generation and validation
Maintainers
Readme
Validra UI
Visual interface for Validra — AI-powered API test generation and validation.

Requirements
- Node.js 20+
- Python 3.10+
Run the Core API
pip install validra
validraRuns on http://localhost:8000 by default.
Run the UI
npm install -g @validra-ai/ui
validra-uiOpen http://localhost:3000 in your browser.
Options
Use a custom port for the UI:
validra-ui --port 4000