dan’s sandbox
Back to prototypes
BuildingPublic

Prompt Library Explorer

A small interface for browsing reusable prompts and build patterns.

Context

I keep rewriting the same handful of prompts across projects. This is a test of whether a searchable, tagged library actually gets reused, versus becoming another folder nobody opens.

What it tests

Whether tagging prompts by pattern (not just project) makes them easier to find again months later than just grepping through old chat exports.

Notes

Structure is there; the browsing UI is the current bottleneck — a flat list doesn't scale past about twenty entries, so this needs a proper filter/search pass before it's worth using day to day.

Open explorer — not wired up yet