Integration methods

Four ways to connect your CMS blog.

Choose the method that fits your tech stack — from a 2-minute script paste to custom headless API configurations.

METHOD 1

JavaScript snippet widget

The fastest way to embed your blog. Paste a 2-line snippet into any page — EmbedCMS handles routing, styling, categories, and search.

View widget docs & demo →
METHOD 2

Headless JSON REST API

Fetch posts in raw JSON from our developer endpoint. Perfect for Next.js, Gatsby, or mobile apps — you keep complete design control.

View API docs & demo →
METHOD 3

Reverse proxy rewrites

Map your own path directly to EmbedCMS's server-rendered pages using Vercel rewrites or Nginx redirects. Best for search-engine crawlability.

View proxy docs & demo →
METHOD 4

Webhooks & build triggers

Ping external servers or static hosting pipelines (Vercel, Netlify) to trigger automated rebuilds or revalidation whenever content changes.

View webhook docs & simulator →