Drop-in on any framework.
Or push on publish.
Two delivery options for every site: pull articles from the public read-only API at
request or revalidation time using the mentionwell Reader SDK, or have Mentionwell
push the moment an article publishes — directly into WordPress, Webflow, Ghost,
Shopify, Notion, or any webhook / GitHub repo. Same articles, same dashboard, your choice.
Fetch from your site.
Best when you control the destination site's framework. Your site fetches from Mentionwell's public read-only API at request time or via your framework's revalidation primitive.
Next.js (App Router)
Server components + ISR via the Mentionwell Reader SDK (`mentionwell` on npm). Most-shipped recipe.
Next.js (Pages Router)
Classic getStaticProps / getStaticPaths through the SDK.
Astro
Pull at build time, or hybrid SSG + on-demand with the SDK.
Remix
Loader-based fetching with the SDK; works with cache headers + revalidation.
SvelteKit
Use +page.server.ts loaders against the SDK; SSR or prerendered.
Nuxt
useAsyncData on the server side calling the SDK or REST API.
React + Vite
Client- or server-side fetch — quickest to wire up.
Plain HTML / JS
Drop-in script + tiny proxy — no framework, no build step required.
Push on publish.
Best when you already use a CMS, or don't want your site reaching out at request time. Mentionwell ships every published article to any endpoint via signed webhook or GitHub commit today; direct push into WordPress, Webflow, Ghost, Shopify, or Notion is rolling out per-CMS (marked below).
Webhook
POST every published article to your endpoint with HMAC-SHA256 signing.
GitHub MDX
Commit MDX files to your repo for static-build pipelines (Astro, Next, Hugo, etc.).
WordPress
Install the Mentionwell companion plugin, then publish through its signed webhook endpoint.
Webflow Coming soon
Push into a Blog Posts CMS Collection through the Webflow Data API v2.
Ghost Coming soon
Push via the Admin API with Lexical-aware HTML conversion for Ghost's editor.
Shopify Coming soon
Push into Shopify's built-in blog via the Admin API /blogs/{id}/articles endpoint.
Notion Coming soon
Push into a Notion database via the official API; render with Super.so / Potion / Feather.
Stack not listed?
The public read-only API is plain JSON — anything that can fetch can wire it up
in 5 minutes. See the API reference for the contract, or jump to the
Mentionwell Reader SDK for typed helpers. On the roadmap:
HubSpot, Wix, WordPress.com (OAuth), and Framer push connectors.
Your blog could be publishing this week.
Sign up, connect your site, and ship your first article in minutes. Free plan included, no card needed.