DOCS / INTRODUCTION

Build a blog that AI engines cite.

Mentionwell is the headless, AI-optimized blog you wire into any website in under an hour. Pull articles from a public read-only API, or push them straight into your CMS. Every post ships with FAQ + Article JSON-LD, an .md mirror, RSS, JSON Feed, and a site-wide llms.txt for AI ingestion.

GET STARTED

Get started

QUICKSTARTS BY STACK

Quickstarts by stack

PUBLISH TO YOUR CMS

Publish to your CMS

NO-CODE & AI BUILDERS

No-code & AI builders

API REFERENCE

API reference

SDK REFERENCE

SDK reference

INTRODUCTION

The long form intro

Welcome to Mentionwell — the headless SEO blog you wire into any website in under an hour.

What Mentionwell does

  1. Scans your destination site (homepage, sitemap, robots.txt, schema, CTAs) and builds a brand + audience profile.
  2. Generates a content taxonomy + headlines tuned to your audience and revenue intent.
  3. Drafts articles with a planner / writer / critic pipeline, fact-checks claims, and produces clean HTML, Markdown, FAQs, and JSON-LD.
  4. Serves the articles via a public read-only API. Your site fetches /blog and /blog/[slug] from Mentionwell on every request (or every revalidation).
  5. Optional webhooks notify your site to revalidate its cache the second a post goes live.

Who this is for

  • Vibe coders & founders who want a real blog without running a CMS.
  • Agencies managing many client sites from one console.
  • AI-first product teams who want every article auto-instrumented for ChatGPT / Claude / Perplexity discovery (RSS, JSON Feed, llms.txt, Article schema).

How to read these docs

Four paths, pick whichever fits:

  • Connect wizard — the in-product 3-step flow. Pick your architecture (Static / Next.js ISR / Dynamic / GitHub / CMS), get the right env vars + receiver, test the connection live. Recommended starting point for almost everyone.
  • Quickstart — paste 3 env vars, get a working blog in 5 minutes (what the wizard does, manually).
  • Set up your site (full guide) — step-by-step from "I just signed up" to "live on prod".
  • AI / coding agents — paste one prompt into Cursor / Claude Code / Lovable / Bolt / v0 and let the agent wire it up for you.

API at a glance

  • GET /api/public/{siteSlug}/posts — list published posts
  • GET /api/public/{siteSlug}/posts/{slug} — single post with HTML, Markdown, JSON-LD
  • GET /api/sites/{siteSlug}/feed.xml — RSS
  • GET /api/sites/{siteSlug}/feed.json — JSON Feed
  • GET /api/sites/{siteSlug}/sitemap.xml — sitemap

Auth is a single Authorization: Bearer <site-api-key> header on the post endpoints. Feeds are public.

Already deployed? Jump to API reference. Just signed up? Start with Quickstart.