I built a small tool to solve a debugging pain I hit constantly: switching between Stripe dashboard, AWS CloudWatch, and Sentry just to track one error.
So I made an embeddable React log viewer that unifies logs from multiple services. You can drop it directly into your own Next.js/React app (e.g., an admin panel or dev tool) and see everything in one place.
What it does
Connects to Stripe, AWS CloudWatch, and Sentry (more sources coming)