ButterCMS logo
Hygraph logo

From ButterCMS to Hygraph

We are the ButterCMS to Hygraph migration experts

Last verified:



Challenges with ButterCMS

Key pain points

Where ButterCMS starts to show cracks is when projects grow beyond its comfort zone. The content modeling is adequate for straightforward use cases, but it lacks the depth and flexibility of platforms like Sanity or Contentful. Components are only available for pages, not collections or blog posts, which creates frustrating inconsistencies when you're trying to build a cohesive content architecture. The 1,000 content field limit, even on expensive plans, can become a real ceiling for ambitious projects.

The platform's smaller ecosystem is a double-edged sword. While anyone who knows JavaScript can work with the API, you won't find the same depth of community resources, plugins, or third-party integrations that larger platforms offer. Media management is also noticeably behind, with no bulk upload capability and limited asset organisation tools. For agencies managing multiple client sites, these paper cuts add up quickly.

There have also been transparency concerns. In 2024, a DNS incident affected thousands of sites using ButterCMS, but their status page showed no downtime. That kind of communication gap is a red flag for any team relying on a third-party CMS in production. The pricing, while competitive on the surface, can feel steep for smaller teams once you move past the limited free tier, and the jump between plans isn't always proportional to what you get.

Help me migrate


Limited content modeling in ButterCMS

Limited content modeling flexibility

Components are only available for pages, not collections or blog posts. This creates awkward workarounds when you need consistent structured content across different content types.

Content field limits in ButterCMS

Content field limits on all plans

Even the most expensive plans cap you at 1,000 content fields. For complex, multi-locale projects this ceiling arrives faster than you'd expect.

No bulk media upload in ButterCMS

No bulk media upload

The media library only supports single-file uploads with limited organisation tools. Managing assets across a large site becomes tedious quickly.

Small ecosystem in ButterCMS

Small ecosystem and community

Compared to Contentful or Sanity, the community is tiny. Fewer plugins, fewer tutorials, and fewer developers with direct experience means more problem-solving on your own.

Transparency concerns in ButterCMS

Transparency concerns around incidents

In 2024, a DNS incident reportedly affected sites using ButterCMS, but limited public acknowledgement on their status page raised concerns about transparency. The details are difficult to verify independently.

Pricing tiers in ButterCMS

Pricing jumps between tiers

The free tier is very limited, and paid plans start at $71 per month. For small projects or startups, the cost can be hard to justify when alternatives offer more generous free tiers.



Benefits of Hygraph

Key advantages

Hygraph's GraphQL-first setup isn't a gimmick. Queries are precise, you only fetch what you need, and the schema is generated from your content model automatically. Content teams get a clean UI, and developers get proper typing out of the box.

The standout feature is Content Federation: you can pull external REST or GraphQL APIs into Hygraph and query them alongside your content through a single endpoint. That replaces a lot of duct-taped backend glue. Workflows, localization, roles, and staging all come built in.

If you're weighing it up (or trying to untangle an existing setup), talk to us, we've shipped several Hygraph builds and know where the edges are.

Start my migration


GraphQL-first API architecture

GraphQL-first API architecture

Hygraph gives developers precise and predictable queries without over-fetching or duct-taping endpoints. If you're comfortable with GraphQL, go ahead with it.

Multi-region content delivery

Multi-region content delivery

Your content gets served from the closest region, so pages load fast everywhere without you having to think about infrastructure.

Fast geo-distributed responses

Fast geo-distributed responses

Because their CDN actually does its job, API calls resolve quickly across regions which is perfect for apps that can’t afford to wait on slow round-trips.

External API integration support

External API integration support

Hygraph’s content federation lets you pull in data from other APIs and treat everything like one unified system without any custom backend glue or microservice jungle.

Generous free tier offering

Generous free tier offering

You can build real projects without paying a penny. It’s surprisingly capable for prototyping, small sites, or testing before you commit budget.

Automated webhook capabilities

Automated webhook capabilities

All the updates trigger instantly with clean webhooks, which is great for syncing builds, triggering workflows, or piping data into other systems without manual overhead.





Common questions

ButterCMS to Hygraph migration FAQs

Answers to the most common questions about ButterCMS to Hygraph migration

How do we migrate content out of ButterCMS?
ButterCMS has a clean REST API, so pulling your content is straightforward. Blog posts, pages, and collections all export as JSON through their API endpoints. The main complexity is restructuring component-based page content for your target CMS, since ButterCMS components only work on pages and don't map 1:1 to other platforms. Media assets need to be downloaded from their CDN and re-uploaded. For a typical blog-heavy site with 200 to 500 posts, we complete the migration in 2 to 4 weeks.
Why do teams leave ButterCMS?
Content modeling flexibility is the top reason. Once projects grow past simple blogs and marketing pages, the 1,000 content field limit becomes a real ceiling. Components being restricted to pages (not collections or blog posts) forces awkward workarounds. Teams also feel the ecosystem gap, with fewer plugins, integrations, and community resources compared to larger platforms. The 2024 DNS incident that wasn't reflected on their status page raised trust concerns for teams running production sites.
What does ButterCMS cost compared to alternatives?
ButterCMS paid plans start at $71/month after a limited free tier. Every plan includes unlimited users, which is genuinely competitive. But the pricing jumps between tiers aren't proportional to what you get, and the content field limits apply even on expensive plans. By comparison, Sanity's free tier includes 3 users with 500K API requests, and you only pay more as your usage scales. For teams outgrowing ButterCMS, the cost of migration typically pays for itself within 6 months through better tooling and fewer workarounds.
Is Hygraph easy for non-technical editors to use?
It's decent but not great. Hygraph's editor UI is clean and approachable for basic content updates, but the moment your content model gets complex (nested components, multiple locales, lots of reference fields), editors start feeling overwhelmed. The interface slows down with large datasets, and the GraphQL-native approach means the editorial experience is shaped by developer decisions more than in other headless CMS platforms. We've set up Hygraph for teams where editors managed well after proper onboarding, but it requires more hand-holding than something like Sanity's Studio, which was designed with editorial experience as a first-class priority.
How does Hygraph compare to other headless CMS options?
Hygraph's standout feature is Content Federation, which lets you pull data from external APIs into a unified GraphQL layer. That's genuinely useful if you're aggregating content from multiple sources. Compared to Contentful, Hygraph is cheaper at the lower tiers and more developer-friendly if your team already knows GraphQL. Compared to Sanity, Hygraph offers less flexibility in content modelling and lacks real-time collaboration in the editor. The free tier is generous for small projects. For larger builds, we usually recommend Sanity because the customisation ceiling is much higher and you're not locked into GraphQL as your only query language.
What does Hygraph cost as you scale?
Hygraph's Hobby plan is free with 3 seats, 1,000 content entries, 500K API operations, and 2 locales. The Growth plan is $199/month with 10 seats, 10,000 entries, 1M API operations, and 3 locales. Overages on Growth are $0.20 per 10,000 API operations. Enterprise is custom pricing and typically unlocks 200+ seats, 1M+ entries, 50M+ API operations, up to 80 locales, plus SSO and dedicated infrastructure. The catch is the same as it has always been, high-traffic sites burn through included operations fast, and Content Federation queries count against your limits too. Model your expected API usage before committing.
What's the hardest part of migrating from Hygraph?
Content extraction is actually straightforward since everything comes out through GraphQL queries. The harder part is rebuilding whatever Content Federation layer you've set up, because that logic lives inside Hygraph and doesn't export. If you've wired up three or four external APIs through federation, you'll need to replicate those integrations in your application layer. The other pain point is schema translation. Hygraph's content model maps to GraphQL types, and converting those to another CMS's schema (especially one that uses GROQ or REST) takes careful planning. We typically budget 4-8 weeks for a Hygraph migration depending on content volume and federation complexity.


Get in touch

Fill out the form below and we'll get back to you