Quick Start
Run ReqPilot
Option A: Run published package (fastest)
bash
npx @toolstackhq/reqpilotReqPilot starts at http://localhost:5489.
Option B: Run from source
bash
npm install
npm run dev- App UI:
http://localhost:5173 - Backend bridge:
http://localhost:5489 - Optional mock API (for local testing):
npm run mock-server(http://localhost:4444)
First Request in 60 Seconds
- Open ReqPilot.
- Keep
GETmethod. - Set URL to
http://localhost:4444/api/users(or your own endpoint). - Click
Send. - Check
Status / Time / Sizeand responseJSONtab.

Core Shortcuts
Ctrl/Cmd + K: Command paletteCtrl/Cmd + Enter: Send requestCtrl/Cmd + S: Save requestCtrl/Cmd + N: New request tabCtrl/Cmd + L: Focus URL barEsc: Close open overlays/drawers
Validate Your Setup
bash
npm test
npm run test:e2eGenerate Docs Screenshots Locally
bash
npm run docs:screenshotsThis captures fresh UI images into docs/public/screenshots for documentation updates.