Demos
Demo Hub

Demos

See NAT in action. Choose a demo that fits your goal β€” watch a live walkthrough against a real-world application, spin up the built-in sandbox on your machine in seconds, or point NAT directly at your own API.

All demos are safe to run. No real vulnerabilities are exploited and no external APIs are harmed.


Available demos


Demo comparison

DemoWhat it testsRequiresTime
OrangeHRM Live DemoReal HR web app β€” functional, visual, accessibility, performancepip install nat-engine playwright~45 s
nat demo sandboxBuilt-in API with seeded security vulnerabilitiespip install nat-engine~2–3 min
Your own APIYour staging or production APINAT account + OpenAPI spec~5 min setup

Quick start

The fastest way to see NAT is the built-in sandbox:

pip install nat-engine
nat demo

NAT starts a local example API, runs a full security scan, and opens the HTML results report in your browser β€” no configuration needed.

For the OrangeHRM functional demo:

pip install nat-engine playwright
playwright install chromium
nat demo --target orangehrm

Related

Was this helpful?