Vidushee Geetam

Observer - Live logs inside your IDE to Debug without context switching

Have you ever felt fatigued by constantly switching between your IDE and observability tools when debugging? I kept losing my flow every time I had to leave VS Code to check PostHog. So, I built Observer to live stream logs right where I code. Now I catch issues faster and fix them without losing context. I hope it makes your debugging more efficient too.

Add a comment

Replies

Best
Vidushee Geetam

Hey everyone! I'm Vidushee, the maker of Observer.

I built this because I was tired of the constant context-switching between my IDE and PostHog. Every time I needed to check what was happening with backend logs, I'd lose my flow, go to PostHog, write a query, scroll through results, switch back to code, forget what I was looking at.

Observer started as a simple log viewer in VS Code, but once I had live events streaming in, the next question was obvious: "can AI just tell me what's wrong?" So I added an analysis layer that runs every 30 seconds and surfaces anomalies. Then I added chat so I could ask follow-up questions about specific logs.

There's zero config, just plug in your keys and go.

We are adding more platforms and AI models. Here's what's coming next:

Platforms: Datadog, Sentry, Grafana
AI models: Anthropic, Gemini

I'd love your feedback, what observability tools do you wish lived inside your editor? What's missing?

Prabhjot Singh Lamba

Love this idea, the context switch is real and breaks my vibe coding flow! Trying this now.

What insights does Observer generate?

Vidushee Geetam

@prabhjotsl Thanks Prabhjot! Observer analyzes your PostHog event stream every 30 seconds and flags things like error spikes, performance regressions, unusual traffic patterns, and behavioral anomalies. Each insight comes with a summary and a detailed breakdown you can expand. And if you want to dig deeper into any insight, you can hit "Go Deeper" to start a chat and ask follow-up questions about it.

Prabhjot Singh Lamba

@vidushee_geetam understood, thanks for sharing.

Surendranath Reddy Jillella
This is cool, I like the idea of how it sits in the IDE and still gives me a way to understand my logs. Will give this a try for sure. Can't I just use my cursor chat to chat with logs? What additional advantage does the chat inside plugin give me?
Vidushee Geetam
@jsurendranathreddy Yes, there is the option to select logs and send to cursor chat. The additional advantage of using the in-built chat option is that the system prompt is designed to make it efficient at analyzing logs. You'll get more accurate answers compared to cursor(since it is a general purpose coding agent). Send to Cursor feature is useful when you want to use the logs as context to edit your code.