Replace Frase?

KINDA · weekend project
catalog price reference $49/mocategory 📈 seo & marketingreported replacement votes 0

A 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.

the prompt
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

why people still pay

They pay because writers need a repeatable research/editor workflow, not a pile of scraped pages.

what you lose

xSERP data pipeline

xoptimization scoring

xteam workflows

xAI-search tracking

xeditor polish

xreporting

prior art to inspect before buildingDanswer/OnyxOpen-source enterprise search/answering app; not a Frase clone, but prior art for retrieva
reported replacements · 0share on X ↗"Frase replacement research and build prompt"
questions
What does the Frase verdict mean?

The core job looks buildable, with meaningful gaps: SERP data pipeline, optimization scoring. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Frase?

The directory records $49/month for Starter, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

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?

The listed prior art includes Danswer/Onyx (Open-source enterprise search/answering app; not a Frase clone, but prior art for retrieva). Inspect those projects before starting from a blank prompt.