Can I vibecode Rephrasy?
price $18.99/moyou'd save $227.88/yrbuild time one sitting for the wrapper; the detector-grade part is not a build, it's an ongoing arms racecategory ai-writingreplaced by 0 people
NOT REALLY
MOATproprietary modelsexecution polish
Humanize AI text so it reads naturally and passes AI detectors like GPTZero, Turnitin, and Copyleaks
The Build Prompt
copy it and go buildready to paste · 1,430 chars
Build me a local AI-text humanizer workbench. This is the honest consolation build: it makes AI text read naturally, it does NOT promise to beat AI detectors.
Stack: Node 22 + Express, vanilla JS frontend, SQLite via better-sqlite3. No build step.
- One page on localhost:5180: input textarea left, output pane right, a Humanize button, and a strength select (light touch / standard / heavy rewrite).
- Humanize calls an LLM (Anthropic or OpenAI, key in .env) with a fixed system prompt per strength level that: varies sentence length and rhythm, cuts hedging and filler ('delve', 'moreover', 'it's important to note'), swaps uniform paragraph shapes for uneven ones, and keeps meaning, facts, names, and numbers intact. Stream the output.
- A word-level diff view between input and output (the `diff` npm package) so I can see exactly what changed.
- A Re-roll button that re-humanizes the current output with a different seed phrase in the prompt, keeping the last 5 attempts switchable via tabs.
- Every run saved to SQLite: timestamp, strength, input, output. History page with the last 100 runs and copy buttons.
- Cmd+Enter runs humanize.
- .env.example with the key name; README states clearly: output is for readability, no detector-bypass guarantee, and text leaves the machine only for the LLM call.
- Out of scope, deliberately: detector score checking, browser extension, accounts, multi-language tuning, API access.What you lose
- ✕fine-tuned models trained specifically to survive AI detectors
- ✕continuous re-testing as GPTZero/Turnitin/Copyleaks/Pangram update
- ✕built-in detector scoring to verify output before you use it
- ✕50+ language support and custom writing styles
- ✕Chrome extension and REST API
Why it still works
custom fine-tuned models + a detector eval treadmill; the wrapper UI is trivial, the pass rate is not