FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Built Myself a Debugging Toolkit — Made With My Claude Friend, Sharing With You
How-ToWeb Development

I Built Myself a Debugging Toolkit — Made With My Claude Friend, Sharing With You

via Dev.to WebdevYuval Atia1mo ago

I spend a lot of time debugging things in production. Weird JSON responses, tokens that don't look right, timestamps that make no sense, hashes that need verifying. Every time, it's the same thing — google "base64 decode online", paste sensitive production data into some random website, get the answer, move on. It always felt wrong. So I built Stingr — a toolkit for the stuff I actually need during debugging. Everything runs in your browser, nothing gets sent anywhere. I made it together with Claude (yes, the AI — we're friends now 🤖❤️) and figured I'd share it in case it helps you too. 👉 stingr.dev The tools I actually use at 2am JSON Tree Viewer — this is the one I built first and use most. When a production API returns a massive nested response and I need to find what's wrong, I need to expand/collapse by depth, search for a specific field, pin the paths I keep checking. Recently added JSONPath queries too, so I can do $.data.users[*].errors and get just what I need. JSON Compare —

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
26 views

Related Articles

Week 6 — No New Problems. Just Me and Everything I Already Learned.
How-To

Week 6 — No New Problems. Just Me and Everything I Already Learned.

Medium Programming • 2d ago

What OpenClaw Gets Wrong Out of the Box (And How to Fix It)
How-To

What OpenClaw Gets Wrong Out of the Box (And How to Fix It)

Medium Programming • 2d ago

Android Remote Compose:讓 Android UI 不用發版也能更新
How-To

Android Remote Compose:讓 Android UI 不用發版也能更新

Medium Programming • 2d ago

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 3d ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 3d ago

Discover More Articles