// tools
Tools
Interactive developer tools I've built — try them live.
🔍
Request Bin
A lightweight request inspection tool that captures incoming HTTP requests and displays them with syntax-highlighted headers, body, and query parameters. Send requests to your unique endpoint and watch them appear in real-time.
Next.jsTypeScriptZod
📈
Stock Sentiment Analyzer
Enter any stock ticker to fetch the latest news articles via the Alpaca Markets API, run them through Cohere's NLP model to evaluate sentiment, and get a BUY, SELL, or HOLD recommendation with a confidence score.
PythonFlaskCohereAlpaca API