Can AI replace Frase?
KINDA · weekend projectA content-brief generator over SERP pages and an LLM is reachable, but Frase's workflow combines SERP retrieval, scoring, editor UX, AI-search tracking, and reporting.
Build me a content-brief generator to replace Frase. Requirements: - A Node CLI: `brief "<keyword>"` writes ./briefs/<keyword-slug>.md. - Fetch the top 10 results for the keyword from Serper.dev (key in .env). - Scrape each result with Playwright plus Readability: title, H2/H3 outline, word count, and any questions found on the page. - Send the aggregate to an LLM (key in .env) to produce the brief: suggested title and angle, a target outline, questions to answer, terms competitors cover, and a word-count range. - `score <draft.md> "<keyword>"` re-checks my draft against the brief: which terms and questions are covered or missing, with a plain coverage percentage. - Cache scraped pages in ./cache/ keyed by URL so re-runs cost nothing. - Flat files only, no database; no accounts, no telemetry, the only network calls are the SERP API, page fetches, and the LLM. - Out of scope: an editor UI, rank tracking, team workflows. Briefs are Markdown, I write in my own editor. - README: which keys to get and the rough per-brief cost of the SERP API.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
prompt copied. want to know what dies next week?
new verdicts + top votes, weekly. free. one-click out.
They pay because writers need a repeatable research/editor workflow, not a pile of scraped pages.
xSERP data pipeline
xoptimization scoring
xteam workflows
xAI-search tracking
xeditor polish
xreporting
Can AI replace Frase?
Kinda. The core of Frase is buildable in a weekend with the prompt on this page, but there are real gaps: SERP data pipeline, optimization scoring. Read the honest list above before committing.
How much does Frase cost?
Frase costs about $49/month (Starter, checked 2026-07-30), which is $588 per year.
What do I lose by replacing Frase?
Honestly: SERP data pipeline; optimization scoring; team workflows; AI-search tracking; editor polish; reporting. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Frase?
Yes — Danswer/Onyx (Open-source enterprise search/answering app; not a Frase clone, but prior art for retrieva). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.