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
View widget docs & demo →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.
METHOD 2
View API docs & demo →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.
METHOD 3
View proxy docs & demo →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.
METHOD 4
View webhook docs & simulator →Webhooks & build triggers
Ping external servers or static hosting pipelines (Vercel, Netlify) to trigger automated rebuilds or revalidation whenever content changes.