No reviews yetBe the first to leave a review for Logsy
Maker
📌
Hey Product Hunt! 👋
I built Logsy because I was tired of SSHing into servers just to tail log files. As developers, we need instant visibility into what's happening on our servers, but existing solutions are either too complex or require extensive setup.
What makes Logsy unique:
• 3-second setup (literally one curl command)
• No databases, no storage and your logs stream directly to you
• No signup required - use any API key you want
• Beautiful real-time dashboard with filtering
I'm most proud of the simplicity. You can be streaming logs in under 10 seconds, and it just works. No YAML configs, no agent installations, no vendor lock-in.
Perfect for debugging production issues, monitoring deployments, or just keeping an eye on your services. Would love to hear what you think! 🚀
Report
Wow, that is impressively quick to set up! Are the logs streaming directly to the users' browser without going through a server?
Report
Maker
@paul_hoeppner the only server dependency is it streaming it to the user server. But it is not being stored anywhere!
Very interesting, Do you currently do any log parsing and do you plan to support some kind of web interface to allow adding scripts for parsing specific files? Maybe even remotely configuring the agent through the dashboard and specifying which files to fetch from the server.
And what if you combine this into a docker compose file with locally running ElasticSearch and ngrok to expose it online. That would be quite helpful solution to analyzing logs faster
Report
Maker
@gapostolov this is amazing input. When you install you can choose/configure what kind of logs you want - nginx, fastapi etc.
But it doesn’t support remote config. I will be open sourcing the code (have to clean it up haha) for people to contribute!
Yeah, I have always been scared of open-source because of the necessity to have clean code and maintenance.
Overall, great project thank you for sharing it here!
Report
Maker
@gapostolovthank you, i’ll reach out with some updates when i work on it
Report
This option does not work:
It redirects to the homepage. Please advise.
Report
Maker
Hey guys,
I built logsy in an hour to quick fix my own issues. I'm open sourcing the code for all to set it up if they would like to do so/contribute. Thank you for the support :)
Wow, that is impressively quick to set up! Are the logs streaming directly to the users' browser without going through a server?
@paul_hoeppner the only server dependency is it streaming it to the user server. But it is not being stored anywhere!
LiveDemo
Very interesting,
Do you currently do any log parsing and do you plan to support some kind of web interface to allow adding scripts for parsing specific files?
Maybe even remotely configuring the agent through the dashboard and specifying which files to fetch from the server.
And what if you combine this into a docker compose file with locally running ElasticSearch and ngrok to expose it online.
That would be quite helpful solution to analyzing logs faster
@gapostolov this is amazing input. When you install you can choose/configure what kind of logs you want - nginx, fastapi etc.
But it doesn’t support remote config. I will be open sourcing the code (have to clean it up haha) for people to contribute!
LiveDemo
@dev_paragiri
Thank you for your response.
Yeah, I have always been scared of open-source because of the necessity to have clean code and maintenance.
Overall, great project thank you for sharing it here!
@gapostolovthank you, i’ll reach out with some updates when i work on it
This option does not work:
It redirects to the homepage. Please advise.
Hey guys,
I built logsy in an hour to quick fix my own issues. I'm open sourcing the code for all to set it up if they would like to do so/contribute. Thank you for the support :)
https://github.com/DeveshParagiri/logsy
Logsy in 3 seconds? 🪵⚡ That’s smoother than most CI setups 😄 Curious how it handles noisy logs and real-time filtering at scale! 🔍🛠️