¿Puedo vibecodear PromptDC?
SÍ · se arma en una sentadaA useful personal version is highly one-shot-able: an MV3 content script can capture selected text, send it to an LLM with one of two system prompts, then replace a normal editable field or copy the result. The commercial product earns its keep through Writing profiles (grammar fix, email, social post, shorten, tone), a Coding mode that auto-detects which AI tool you are prompting and tailors the rewrite, polished interaction design, and defensive handling of complex editors where naive DOM replacement can fail or corrupt text.
Build me a personal Chrome extension for rewriting selected text with an LLM. Use Manifest V3, vanilla HTML, CSS, and JavaScript, with no framework, bundler, package manager, or build step. Create manifest.json, background.js, content.js, content.css, options.html, options.js, and simple generated placeholder icons. Request only storage, contextMenus, activeTab, and scripting permissions, plus host permissions for the chosen LLM API. Add an options page that stores provider, API key, and model in chrome.storage.local, never chrome.storage.sync. Support OpenAI and Anthropic through direct fetch calls from the background service worker. Use the OpenAI Responses API or Chat Completions API and the Anthropic Messages API with correct headers and response parsing. Never log the API key or selected text, and show clear errors for a missing key, HTTP failure, rate limit, or malformed response. Provide exactly two modes: Writing and Coding, with the last choice saved locally. Writing mode must offer selectable profiles: Improve, Grammar fix, Shorten, Email, Social post, and Tone, each with its own system prompt that preserves facts and meaning, matches the input language, and returns only the revised text. Coding's system prompt must turn a vague request into an implementation-ready specification with goal, context, requirements, constraints, acceptance criteria, and likely files, while preserving user intent and returning only the enhanced prompt. Create a context menu named Enhance selected text that works on selection and editable contexts. Also inject a small accessible floating button beside any nonempty text selection after mouseup or keyboard selection. The floating UI must include a compact mode selector with the Writing profiles and Coding, an Enhance button, a loading state, and a dismiss control. Capture selections in input and textarea elements with selectionStart and selectionEnd, and capture contenteditable selections with a cloned DOM Range. For input and textarea, replace only the captured range, preserve surrounding text and caret position, and dispatch bubbling input and change events. For contenteditable, restore the saved Range, replace only its contents with a text node, dispatch a bubbling input event, and avoid innerHTML assignment. If the selection is read-only, detached, stale, or cannot be safely replaced, copy the result with navigator.clipboard.writeText and show a small Copied notification. If no selection exists in an editable field, enhance the field's full current value; otherwise show a helpful Select some text message. Pass requests from the content script to the service worker with chrome.runtime.sendMessage so page scripts never receive the API key. Keep the interface unobtrusive, keyboard accessible, responsive, and isolated with prefixed CSS class names and a high z-index. Include an options-page Test API button and a concise README with Load unpacked instructions, provider setup, security caveats, and a manual test checklist. Handle extension reloads and restricted chrome:// pages gracefully, and remove injected UI when the selection collapses or Escape is pressed. Deliberately leave out accounts, sync, per-site profiles, billing, telemetry, analytics, history, and any backend server. Return every file with finished code, not pseudocode or TODOs, so loading the folder as an unpacked extension works immediately.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
Puedes vibecodearlo
Ahorro de referencia: US$108/año si dejas de pagar PromptDC.
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
People pay for confidence that rewriting works across the sites and editors they use every day, plus maintained profiles, a polished interface, account features, and fixes when web apps change. A personal BYOK clone covers the basic loop well, but keeping rich editors reliable is continuing product work.
xPerfiles de escritura ajustados para corrección gramatical, respuestas de email, publicaciones sociales, acortamiento y tono
xDetección de plataforma en modo código que adapta la reescritura a la herramienta de IA a la que le haces el prompt (ChatGPT, Claude, Cursor, Lovable y más)
xComportamiento confiable en Gmail, LinkedIn, Google Docs, Shadow DOM y editores de texto enriquecido gestionados por frameworks
xCuentas en la nube, créditos de uso, sincronización de perfiles y un flujo de facturación gestionado
xControles de modo pulidos, recuperación de errores, actualizaciones continuas de compatibilidad y soporte
¿No quieres construirlo? Esta gente ya lo hizo gratis.
las 3 alternativas gratis de PromptDC →· sin votos, sin pago por aparecer · solo lo que es real
Precio de PromptDC
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| pro | $9 | — | 200 mejoras de prompts al mes; 50 archivos de prompts/Markdown; perfiles ilimitados. |
| enterprise | $15 | — | Mejoras, archivos de prompts/Markdown y perfiles ilimitados. |
| lifetime | a medida | — | Uso local/BYOK ilimitado. |
plan gratissin plan gratuito
facturaciónsolo mensual para Pro y Enterprise; sin plan anual; licencia Lifetime separada de pago único
costos ocultosLa licencia Lifetime es BYOK, por lo que los cargos de API del proveedor del modelo son aparte.
verificado 2026-08-12 · fuente ↗
¿Puedo vibecodear PromptDC?
Sí. Un agente de código (Claude Code, Codex, Cursor) te arma un reemplazo personal usable de PromptDC en una sentada con el prompt de esta página. Corre en tu máquina o servidor, sin suscripción.
¿Cuánto cuesta PromptDC?
PromptDC cuesta unos $9/mes (Pro, revisado 2026-07-30), o sea $108 al año. Eso es lo que ahorras si la reemplazas con un prompt.
¿Qué pierdo si reemplazo PromptDC?
Con honestidad: Perfiles de escritura ajustados para corrección gramatical, respuestas de email, publicaciones sociales, acortamiento y tono; Detección de plataforma en modo código que adapta la reescritura a la herramienta de IA a la que le haces el prompt (ChatGPT, Claude, Cursor, Lovable y más); Comportamiento confiable en Gmail, LinkedIn, Google Docs, Shadow DOM y editores de texto enriquecido gestionados por frameworks; Cuentas en la nube, créditos de uso, sincronización de perfiles y un flujo de facturación gestionado; Controles de modo pulidos, recuperación de errores, actualizaciones continuas de compatibilidad y soporte. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a PromptDC?
Sí: Page Assist (Una barra lateral del navegador que lee la página, reescribe la selección y guarda acciones personalizadas; tu modelo local se encarga del procesamiento.) Writing Tools (Selecciona texto en cualquier lugar, presiona una tecla rápida y corrige, reescribe, resume u obedece una instrucción personalizada sin abrir otra pestaña.) Witsy (Comandos de texto seleccionado a nivel del sistema, expertos reutilizables, un bloc de notas y contexto de documentos; trae tu modelo y olvídate de la suscripción.) Las 3 alternativas gratis están en puedovibecodearlo.app/promptdc/alternatives. El prompt es para cuando la quieres exactamente a tu modo.