AlphaEarly preview — features may change
[GETTING-STARTED]
Install, launch, first run.
Installation
GetWired runs directly via npx — no global install needed. Just run it from your project folder:
$ npx getwired
Or install globally if you prefer:
$ npm install -g getwired
Once installed, you can start using GetWired with just:
$ getwired
Initialize your project
On first run, GetWired will scan your project to detect your framework, dev server, and routes. You can also run init explicitly to choose your AI provider:
$ getwired init --provider claude-code
This creates a .getwired/ directory in your project with your configuration and test notes.
Run your first test
Make sure your dev server is running, then tell GetWired to break things:
$ npm run dev
$ getwired test
GetWired auto-detects your localhost dev server and begins AI-driven chaotic testing. Results are saved to .getwired/reports/.