Headless CMS · works on any website
A content platform for websites you don't want to rebuild.
Write blogs, articles, case studies and resources in one place. Paste a single snippet into your WordPress, Webflow or custom site — publish here and it appears there. Own your content: export it anytime as a standalone site.
1
Connect your site
Create a site and copy your embed snippet — a tiny script for your <head>.
2
Paste the snippet
Drop it into any page, just like Google Tag Manager. No plugins, no rebuild.
3
Publish from here
Write a post, hit publish, and it instantly shows up on your live website.
your-website.html
<!-- Paste in your <head> -->
<script
src="https://your-embedcms.app/embed.js"
data-site="pub_your_key_here"
data-target="#embedcms-content"
defer
></script>
<!-- Then drop this wherever content should appear -->
<div id="embedcms-content"></div>