Show HN: I built a tool to easily monitor REST APIs, Solo in 2 Months (palantly.com)
Hey HN,
This summer, I spent 2 months bootstrapping Palantly, a tool designed to monitor REST APIs with just a line of code.
I was frustrated by how existing analytics tools like Plausible or Google Analytics only track page loads but don’t show API errors, usage, or regressions.
Palantly solves this problem by giving you real-time insights into your API’s performance.
It’s built with Python and Litestar & Svelte for the frontend.
I’d love your feedback and thoughts to improve it!
Thanks.
2 comments
[ 3.9 ms ] story [ 12.5 ms ] threadI was confused by the title, as, if I understand correctly, this is not a tool to monitor rest APIs, but a tool to track external HTTP requests sent from a website?
When you visit a website, the website loads a script that intercepts the requests made from the website (like you said). It only intercepts HTTP requests, so most of these requests should be targeting APIs.
With these information, I create dashboards and charts.