DEV Community

Cover image for I built a prompt marketplace where every prompt has shipped a real project
Brandyn
Brandyn

Posted on

I built a prompt marketplace where every prompt has shipped a real project

Every "top prompts" list is generic and unprovable. I wanted prompts with "receipts" - so
I built Oort (https://oortstack.com).
The idea
A prompt library for solo devs where every listing links to a project it actually shipped.
You see what it built before you clone it. It's BYOK - your key, any model, you pay the
provider directly. And a playground to run one prompt across models' side by
side.
The stack Next.js 16 (App Router, server components) + TypeScript SQLite + Drizzle - one box, no managed-DB bill on day one BYOK encryption: provider keys sealed with AES-256-GCM, decrypted only in-memory for
the outbound call, never logged,
 Content moderation on publish (blocklist + OpenAI moderation)

Top comments (0)