Subtrace
Inspect HTTP requests in any server with just a single command.
Linux
curl -fsSL https://subtrace.dev/install.sh | sh
macOS
Currently in private beta. Join the waitlist if you primarily use macOS for development!
Resources
Guides
Quickstart
# Node.js
subtrace run -- npm run dev
# FastAPI
subtrace run -- fastapi dev main.py
# Everything else
subtrace run -- [command]