prageeths

↗ HN profile [ 20.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I built a small open-source Prisma extension that adds Stripe-style prefixed IDs (e.g. usr_abc123, ord_def456) on top of Prisma’s client. Repo: https://github.com/pureartisan/prisma-prefixed-ids * Works as a drop-in…

  2. I built Verex, a tool that lets you write E2E tests in plain English (e.g. "Login and check dashboard loads"). It uses Playwright under the hood with an AI layer to interpret and run tests, reducing the need to maintain…

  3. Hey HN, I just launched Dispatched.dev ahead of schedule! It’s a tool to simplify background jobs for serverless apps—no more managing queues or workers. Just send simple HTTP requests, and we handle the rest. As a…