Documentation Index
Fetch the complete documentation index at: https://wsignal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1. Create A Starter Config
wsignal.config.ts with one default endpoint:
2. Start The Receiver
wsignal resolves wsignal.config.ts from the current working directory by default.
3. Send A Test Request
- Match the
defaultendpoint - Be written to
.wsignal/events.jsonl - Receive the default
200response
4. Browse Saved Records
Show saved records:5. Replay A Captured Event
Once you have an event ID, replay it to another URL:Interactive Fallback
If you runwsignal dev without any config file present, wsignal starts an interactive setup flow instead of failing immediately.
Expose It Publicly With ngrok
To receive webhooks from third-party services on your local machine, runngrok against the same port as wsignal: