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