Show HN: Prisma-Prefixed-IDs – Stripe-Like Prefixes for Prisma JS
2 prageeths 0 8/22/2025, 2:10:29 PM github.com ↗
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 extension
* Adds prefixes automatically for models (configurable per model)
* Recently added support for nested writes (creates, connects, etc.)
* Useful if you want human-friendly IDs for APIs, logs, or external references instead of bare UUIDs
It’s free, open source, and I’d love feedback, contributions, or bug reports.
No comments yet