[verdetto][prompt curato][fonte: promptdc.com]
Posso vibecodare PromptDC?
// una sessione, versione personale usabile
Un content script MV3 che cattura il testo selezionato, lo passa a un LLM e rimpiazza il campo è one-shot puro. Il canone di PromptDC paga i profili di riscrittura mantenuti e la gestione difensiva degli editor complessi, dove una sostituzione ingenua del DOM corrompe il testo.
confidenza: alta
cos’è: Riscrivi il testo selezionato o trasforma richieste di coding vaghe in prompt pronti da implementare, da qualsiasi sito.
Indice di costruibilità · gioco editoriale
- Prezzo 9 $/mese · a persona peso: più 1
- Tempo una sessione peso: più 3
- Categoria scrittura con ai non pesa
- Moat qualità di esecuzione peso: meno 1
- Confidenza alta peso: più 1
- Cosa perdi 5 voci peso: meno 2
- Sito promptdc.com (si apre in una nuova scheda) non pesa
Il conto sta in piedi, ma non di molto: guarda cosa perdi prima di partire.
Gioco editoriale: il verdetto dice se un agente può, l’indice se conviene.
Cosa costruisci
Selezionare il testo, scegliere Writing o Coding, chiamare un LLM con il prompt di riscrittura corrispondente e poi sostituire la selezione o copiare il risultato.
cosa ti serve
- una API key OpenAI o Anthropic
- la modalità sviluppatore di Chrome, con il caricamento dell'estensione non pacchettizzata
Segnalato da chi l'ha fatto; il workflow di base con la propria API key è riproducibile, mentre il prodotto commerciale ha una compatibilità e una rifinitura sensibilmente più ampie.
Il prompt
Una sessione con un agente di coding e la tua versione gira.
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. Prompt curato: scritto e rivisto a mano per questa app. In inglese di proposito — è la lingua in cui gli agenti di coding rendono meglio.
Cosa perdi
- I profili Writing messi a punto per correzione grammaticale, risposte alle email, post social, accorciamento e tono
- Il rilevamento della piattaforma della modalità Coding, che adatta la riscrittura allo strumento AI a cui stai scrivendo il prompt (ChatGPT, Claude, Cursor, Lovable e altri)
- Un comportamento affidabile su Gmail, LinkedIn, Google Docs, Shadow DOM ed editor rich text gestiti dai framework
- Account cloud, crediti di utilizzo, sync dei profili e un flusso di fatturazione gestito
- Controlli di modalità rifiniti, recupero dagli errori, aggiornamenti di compatibilità continui e supporto
Perché pagano ancora
Si paga la tranquillità che la riscrittura funzioni su tutti i siti e gli editor che si usano ogni giorno, più i profili mantenuti, un'interfaccia rifinita, le funzioni legate all'account e le correzioni quando le web app cambiano. Un clone personale con la propria API key copre bene il loop di base, ma tenere affidabili gli editor rich text è lavoro di prodotto che non finisce mai.
moat: Qualità di esecuzione cos’è un moat
rifinitura, compatibilità con i siti e profili di riscrittura mantenuti
Alternative gratuite
Non hai voglia di costruirtelo? Queste esistono già, sono gratis o open source, e le abbiamo controllate una per una.
Quanto costa in un anno
9 $/mese 108 $/anno
Listino 9 $ al mese a persona su PromptDC. L’anno è dodici mesi pieni, senza sconti annuali.
Sei d’accordo?
La bilancia dei voti
Ancora nessun voto: il tuo è il primo.
Nessun voto ancora — il primo pesa.