motemax
- Karma
- 3
- Created
- July 5, 2023 (3y ago)
- Submissions
- 0
- Show HN: Website where you can rate Instagram Reels (ratereels.xyz)
I made a site where you can submit and rate IG Reels and see weekly trading reels. Feel free to check it out and submit a reel! Happy to hear feedback and your thoughts on it.
- Show HN: Full-stack observability platform for Next.js apps (useflytrap.com)
I’ve been fed up with Sentry and wanted to make an observability tool specifically for Next.js that actually helps with debugging. It alerts when server actions, React components or API Routes have high error rates, AND…
- Show HN: Flytrap – More context to production debugging (useflytrap.com)
Hey guys, I’ve been working on my debugging tool Flytrap, which is supposed to help fix production bugs easier. Flytrap allows you to see the input and output data of every function and variable before a production bug,…
-
Hi guys, I’ve been building a debugging tool for JS/TS production bugs that lets you see all the I/O of every function before the error. This makes reproducing the bug with detail very simple and fast. Ideas,…