After several attempts at implementing a blog engine into my app, I found Butter. It’s the best!
Maggie Summers, SasquatchAdd a blog or CMS to your site in minutes
Drop-in our Headless CMS and get back to more interesting problems.
Try it for FREE Talk to a developer# Get Pages
ButterCMS::Page.list('case_studies')
# Get FAQ
ButterCMS::Content.fetch(['faq'])
# Get Blog Posts
ButterCMS::Post.all()
// Get Pages
buttercms.page.list("case_studies")
// Get FAQ
buttercms.content.retrieve(["faq"])
// Get Blog Posts
buttercms.post.list()
# Get Pages
buttercms.pages.all('case_studies')
# Get FAQ
buttercms.content_fields.get(['faq'])
# Get Blog Posts
buttercms.posts.all()
# Get Pages
$butterCms->fetchPages('case_studies');
# Get FAQ
$butterCms->fetchContentFields(['faq'])
# Get Blog Posts
$butterCms->fetchPosts();
// Get Pages
buttercms.ListPages("case_studies");
// Get FAQ
buttercms.RetrieveContent("FAQ");
// Get Blog Posts
buttercms.ListPosts();
// Get Pages
ButterCMS.GetPages([]string{"case_studies"}, nil)
// Get FAQ
ButterCMS.GetContentFields([]string{"faq"})
// Get Blog Posts
ButterCMS.GetPosts()
# Get Pages
curl -X GET 'https://api.buttercms.com/pages/case_studies' \
-H 'Authorization: Bearer XXXX'
# Get FAQ
curl -X GET 'https://api.buttercms.com/content?keys=faq' \
-H 'Authorization: Bearer XXXX'
# Get Blog Posts
curl -X GET 'https://api.buttercms.com/posts' \
-H 'Authorization: Bearer XXXX'
Trusted by startups, agencies, and enterprises
Use it as a Full CMS
Use Butter as a headless CMS to build websites in any tech stack. Launch faster with less code.
Learn moreUse it as a Blog Engine
Add Butter to your website to create a branded blog with amazing SEO using your tech stack.
Learn moreButter saves you development time
Save thousands of dollars worth of time using a headless CMS approach.
Butter requires zero maintenance
Never worry about hosting, upgrades, uptime, security, or performance.
Butter slides right into our apps and lets us avoid having yet another WordPress site.
Daniel Morrison, Collective IdeaButter works with every tech stack
Our simple API and client libraries integrate with any language/framework.
Integrating Butter couldn't be easier. Now I finally have a great CMS that I can run right inline with the rest of my code.
Andrew Burleson, BetaBooksPowerful admin interface
See why people love Butter
Wordpress was too slow and impacting our business. Butter is more performant and a faster alternative. A no brainer.
Drew Johnson, App Partner
I'm very impressed with ButterCMS and Headless CMS. I'm looking forward to a more accessible web as a result.
Lee Conlin, Distinction
I have to say, your API is incredible! Probably the most powerful and simple to use I've tried.
Kalle Marjokorpi, Innofactor
After several attempts at implementing a blog engine into my app, I found Butter. It’s the best!
Maggie Summers, Sasquatch
Our client's blog using ButterCMS is now live - the whole thing took ~1 hour to launch, just fantastic.
Jonathan Hacker, Arcane Four
Integrating Butter couldn't be easier. Now I finally have a great CMS that I can run right inline with the rest of my code.
Andrew Burleson, BetaBooks