About Curlora.in
A collection of developer utilities that work equally well from your terminal or browser.
The idea
Tools like ifconfig.io and ipinfo.io are incredibly useful because they work anywhere — in a script, a CI pipeline, or a browser tab. This project extends that idea to a wider set of common developer tasks.
Design principles
-
✓
Every tool works with
curl— plain text for machines, HTML for humans. - ✓ No accounts, no sign-ups, no API keys required.
- ✓ No JavaScript required to use the curl API.
- ✓ Fast: most responses complete in under 50ms (network lookups excluded).
- ✓ Open to extension: adding a new tool takes one router file and one template.
Stack
Backend
FastAPI + Python 3.12
Templates
Jinja2
Styling
Tailwind CSS
Server
Uvicorn
Container
Docker
Proxy
Nginx
Privacy
We log requests for operational purposes (IP, path, status, response time). We do not store the content of your queries, set cookies, or track you across sessions. See our Privacy Policy for details.