Product Thumbnail

Logsy

Setup log streaming in 3 seconds

Productivity
Developer Tools

Hunted byDevesh ParagiriDevesh Paragiri

Stream your server logs in real-time with zero setup. Just one command and you're streaming logs to a beautiful mobile friendly dashboard.

Top comment

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! 🚀

Comment highlights

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

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

Wow, that is impressively quick to set up! Are the logs streaming directly to the users' browser without going through a server?