Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 8 min 17 sec ago

Show HN: A tool to debug complex Stripe interactions (built with Claude's help)

Thu, 05/28/2026 - 6:27am

I'm a backend developer who often works on complex Stripe-based custom billing. I always missed the ability to see what Stripe libraries send over the wire in real-time: to optimize the number of requests, read through complex nested payloads or debug failed requests. This is the framework-agnostic local proxy for Stripe traffic that logs all Stripe API activity on the fly in a TUI specifically optimized for Stripe. It never stores your keys and filters out sensitive data from headers. It requires a one-line change in your Stripe initializer for dev environment to pipe traffic through. No further adjustments to your backend code is necessary. It's not an alternative to Stripe Dashboard, but it complements it really well and saves a lot of debugging time and nerves when trying to make sense of multiple levels of nesting in the request/response payloads.

Comments URL: https://news.ycombinator.com/item?id=48307012

Points: 2

# Comments: 0

Categories: Hacker News

Ask HN: How did you find your current job?

Thu, 05/28/2026 - 6:23am

Comments URL: https://news.ycombinator.com/item?id=48306977

Points: 2

# Comments: 1

Categories: Hacker News

Marque – Domain Registrar on the AT Protocol

Thu, 05/28/2026 - 6:13am

Article URL: https://marque.at

Comments URL: https://news.ycombinator.com/item?id=48306911

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Plugin to Generate Claude Code Workflows Using Spec Driven Development

Thu, 05/28/2026 - 5:44am

I have been using a Spec-Driven Development approach for all mid+ size coding tasks since Feb 2026: https://news.ycombinator.com/item?id=48231575. One of the reasons for developing my own plugin (sddw - spec driven development workflow https://github.com/sermakarevich/sddw/) was to adjust it to my specific needs and the typical size of the features I build. Since then, this approach (sddw) has been presented at a few companies, including Google Poland. One of the conclusions from these conversations was that some teams would also like to adapt the plugin to their specific needs, the size of their projects, and even to non-coding tasks such as marketing research.

So I built Claude Code Workflow (CCW). It's a generator for linear Spec-Driven Development (SDD) workflow plugins for Claude Code. You define a workflow in a single configs/.yaml file, and CCW regenerates all commands, install scripts, and plugin manifests automatically. You just need to add the instructions required for each step of your workflow. Every step of the workflow produces a spec artifact, and every subsequent step is aware of the artifacts produced previously. You /clear your context after each step. Everything is SDD-based and works for any kind of multi-step task or workflow.

Repo: https://github.com/sermakarevich/ccw

Comments URL: https://news.ycombinator.com/item?id=48306730

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: AT4K Launcher - Apple TV inspired Launcher for Android TVs

Thu, 05/28/2026 - 5:43am

Hi HN!

I'm the developer of OffChess a Hackernews favorite Chess puzzles app. About 6 months ago I saw someone reviewing an Apple TV 4k on their youtube channel and it looked vastly superior in terms of UI and UX to what Android based Google TVs provide. I asked the people over at r/AndroidTV if someone has ported Apple TV experience to Android TV and they said no. So I built a makeshift video and posted on Reddit. People there loved it and started sending me Reddit chat messages every day to build and launch it.

So it took me 3 months to solve all edge cases and I built and launched AT4K Launcher in January and people absolutely loved it. Since then BGR, Android Authority, Makeuseof and multiple tech websites have featured it as one of the best Android Launchers.

Clean, fast, minimal, pretty, no accounts, no tracking, no monthly subscriptions, no internet required. Just you and your apps. With Live wallpaper, custom app icons, icon packs support and multiple ways to modify your home screen AT4K Launcher packs everything you need in a neat ui.

Here is the play store link- https://play.google.com/store/apps/details?id=com.overdevs.a...

Would love feedback, bug reports, or suggestions.

Thanks!

Comments URL: https://news.ycombinator.com/item?id=48306719

Points: 1

# Comments: 0

Categories: Hacker News

Racket v9.2 is now available

Thu, 05/28/2026 - 5:42am
Categories: Hacker News

Pages