¿Puedo vibecodear PromptDrive?
SÍ · se arma en una sentadaThe core loop, save a prompt, file it in a folder, tag it, find it, fill in variables, copy it into a chat, is a small CRUD app around one SQLite table and ships in one sitting. What the subscription actually sells is the multiplayer part: shared folders with permissions, comments that let a team iterate on a prompt, and a Chrome extension that surfaces the library inside ChatGPT, Claude, and Gemini.
Build me a local prompt library to replace PromptDrive. Requirements:
- A single-process Node app (Express + better-sqlite3, vanilla HTML/CSS/JS, no build
step) serving a web UI on localhost:4321.
- Prompts have a title, body, notes, a folder, and tags. Store everything in one
SQLite file next to the app; create the schema on first run.
- Full-text search across title, body, and tags with SQLite FTS5, filtering live as
I type.
- Support {{variable}} placeholders in prompt bodies: opening a prompt renders one
input per distinct placeholder and shows the filled prompt update live.
- One-click copy of the filled prompt with navigator.clipboard and a brief copied
confirmation.
- Import and export the whole library as one JSON file from the UI; also export any
folder as Markdown, one file per prompt.
- Keyboard-first: / focuses search, arrow keys move through results, Enter opens,
c copies.
- No accounts, no cloud, no telemetry, no API calls: this is a filing cabinet, not a
chat client. Deliberately out: team sharing, comments, the browser extension, and
running prompts against models.
- Include a README with install and run steps, backup advice (copy the .sqlite
file), and a seed script that loads five example prompts.$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
Teams pay for the shared workspace: private folders someone else maintains, comments that turn a prompt into a living document, permissions, and an extension that follows the team into whichever chat AI they use. A local library covers one person fine; the per-seat fee is really about keeping five people on the same page.
xteam sharing, comments, and permissions
xthe Chrome extension inside ChatGPT, Claude, and Gemini
xrunning prompts against models from the same workspace with your own API keys
xpublic share links with unique URLs
xsomeone else's servers & support
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de PromptDrive
team$5/mes · monthly per user · $60/año
plan gratisThe free Personal plan includes unlimited prompts, public sharing links, and the Chrome extension.
verificado 2026-08-10 · fuente ↗
¿PromptDrive es gratis?
The free Personal plan includes unlimited prompts, public sharing links, and the Chrome extension. El plan de pago es Team a $5/mes (revisado 2026-08-10).
¿Puedo vibecodear PromptDrive?
Sí. Un agente de código (Claude Code, Codex, Cursor) te arma un reemplazo personal usable de PromptDrive en una sentada con el prompt de esta página. Corre en tu máquina o servidor, sin suscripción.
¿Cuánto cuesta PromptDrive?
PromptDrive cuesta unos $5/mes (Team, revisado 2026-08-10), o sea $60 al año. Eso es lo que ahorras si la reemplazas con un prompt.
¿Qué pierdo si reemplazo PromptDrive?
Con honestidad: team sharing, comments, and permissions; the Chrome extension inside ChatGPT, Claude, and Gemini; running prompts against models from the same workspace with your own API keys; public share links with unique URLs; someone else's servers & support. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a PromptDrive?
Sí: Langfuse (An open source LLM engineering platform whose prompt management gives a team versioned, shared prompts, if you are happy running the whole stack for that one feature.) El prompt es para cuando la quieres exactamente a tu modo.