DEV

ReqConvert - Convert any DevTools network request to code in one click

by•
ReqConvert lives inside Chrome DevTools and captures every network request in real time. Click any request → pick your format → copy production-ready code instantly. āœ… FREE: cURL, fetch šŸ”’ PRO ($4.99/mo): Axios, Python requests, React Query hooks, TypeScript + interfaces, httpx async/await, Postman Collection export Perfect for: • Developers debugging APIs who want to reproduce calls in code fast • devs wiring up React Query or Axios • Anyone who manually reconstruct a curl from DevTools

Add a comment

Replies

Best
DEV
Maker
šŸ“Œ
The problem that made me build this: I was debugging a Stripe webhook one night and spent 20 minutes manually reconstructing the exact API call — copying the URL, then each header, then the JSON body — just to reproduce it in Python. There had to be a better way. ReqConvert sits inside Chrome DevTools. Every request that hits the network shows up in the panel. You click it, pick a format (cURL, fetch, Axios, Python, React Query, TypeScript, httpx, or Postman), and the code is ready to copy. Free tier covers cURL + fetch. Pro ($4.99/mo) unlocks everything. any feedback is welcome! šŸ™