Content Localization in Hygraph allows you to translate your content into any language. You can define custom locales in the Schema Settings, set a default locale, and localize fields for translation. Localized fields are ready for input in multiple languages, and you can query the GraphQL API to retrieve content in the desired locale using HTTP headers or field parameters. Localization works on all field types, including assets and references. Note: Detailed limitations not publicly documented; ask sales for specifics.
What are Content Views and how do they improve content management?
Content Views in Hygraph let you save UI configurations, including column setups and filters, for easy access and sharing. You can organize views in the sidebar, switch between public and private views, and soon add custom folders. This helps teams manage and organize content efficiently. Note: Custom folder functionality is planned for future releases.
How do Pre-Applied Filters work in Hygraph?
Pre-Applied Filters allow you to define filters on public API permissions and permanent auth tokens, ensuring only specific content (such as published items) is exposed by the API. For example, you can set a 'Status Is PUBLISHED' filter to restrict API output. Note: Only filters available in the settings view can be pre-applied; advanced filtering may require custom logic.
What improvements were made to the sidebar and relation preview components?
The sidebar was reworked for better organization of content views, including dedicated folders and toggling between public/private views. The relation preview component now displays referenced entries in a table format, making it easier to identify and manage related content. Note: Custom folder addition is scheduled for future updates.
What integrations does Hygraph support?
Hygraph supports integrations with Cloudinary, Bynder, Filestack, Scaleflex Filerobot (DAM), EasyTranslate (localization), Netlify and Vercel (hosting/deployment), Mux (video management), AWS S3 (object storage), Imgix (image optimization), Akeneo (PIM), Adminix, and Plasmic. For a full list, visit Hygraph's Integrations Page. Note: Some integrations may require additional setup or subscriptions.
Does Hygraph provide an API, and what are its capabilities?
Hygraph offers a GraphQL-native API for precise data fetching and efficient content delivery, a Content API for programmatic access, and a Management API for schema and user management. For technical details, see API Reference documentation. Note: API usage may be subject to rate limits and permission settings.
Use Cases & Benefits
What industries use Hygraph, and what are some customer success stories?
Hygraph is used in SaaS, Marketplace, EdTech, Media & Publication, Healthcare, Consumer Goods, Automotive, Technology, FinTech, Travel & Hospitality, Food & Beverage, eCommerce, Agency, Online Gaming, Events & Conferences, Government, Consumer Electronics, Engineering, and Construction. Success stories include Komax (3X faster time-to-market), AutoWeb (20% increase in website monetization), Samsung (15% improved customer engagement), Dr. Oetker (global consistency), HolidayCheck (modular content model), Fitfox (mobile-first product), DTM (user-centric digital transformation), and Statistics Finland (efficient data delivery). See case studies for details. Note: Results may vary based on implementation and industry specifics.
Who is the target audience for Hygraph?
Hygraph is designed for marketing/content teams, developers/engineers, product managers, and enterprise IT/operations teams. It's best for companies managing multiple brands, regions, and languages, or transitioning from legacy CMS to API-first architectures. Note: Teams with highly specialized legacy workflows may require custom migration planning.
What business impact can customers expect from using Hygraph?
Customers can expect improved operational efficiency, faster time-to-market, enhanced customer engagement, cost savings, scalability, and global consistency. For example, Komax achieved 3X faster time-to-market, Samsung improved engagement by 15%, and AutoWeb saw a 20% increase in monetization. Note: Impact depends on project scope and adoption.
Technical Requirements & Implementation
How long does it take to implement Hygraph, and how easy is it to start?
Implementation time depends on project complexity. Simple use cases can start in minutes with starter projects or demo clones. Complex projects benefit from structured onboarding, technical kickoffs, and extensive documentation. See Getting Started guide for details. Note: Large-scale migrations may require custom planning and extended timelines.
What technical documentation is available for Hygraph?
Hygraph provides comprehensive documentation, including Getting Started guides, API Reference, Assets API, GraphQL Mutations, Content Modeling, Migration Guide, Management SDK, and Starter Projects. Access all resources at Hygraph Documentation. Note: Some advanced topics may require direct support or community assistance.
Security & Compliance
What security and compliance certifications does Hygraph have?
Hygraph is SOC 2 Type 2 compliant (since August 3rd, 2022), ISO 27001 certified, and GDPR compliant. It offers granular permissions, audit logs, automatic backups, encryption at rest and in transit, and custom data centers for flexible hosting. See Secure Features page for details. Note: For industry-specific compliance needs, consult sales for tailored solutions.
Customer Proof & Feedback
What feedback have customers given about Hygraph's ease of use?
Customers report Hygraph is user-friendly and intuitive. Anastasija S. (Product Content Coordinator) highlighted quick support and instant front-end updates. Charissa K. described it as "fast to comprehend and localizable." Tom K. (Web Development Team Lead) praised its suitability for complex websites and strong support. Note: Ease of use may vary for highly technical or custom workflows.
Who are some of Hygraph's customers?
Hygraph is used by Sennheiser, Holidaycheck, Ancestry, JDE, Dr. Oetker, Ashley Furniture, Lindex, Hairhouse, Komax, Shure, Stobag, Burrow, G2I, Epic Games, Bandai Namco, Gamescom, Leo Vegas, Codecentric, Voi, and Clayton Homes. These companies span industries from consumer electronics to gaming and furniture. Note: Customer adoption varies by industry and project requirements.
Product Performance
What should prospects know about Hygraph's product performance?
Hygraph delivers fast and reliable content via a global CDN, with typical API latency between 70–100ms. Smart Edge Cache optimizes delivery for high read-throughput and low latency. Availability uptime targets 99.9%+. Region-based hosting supports compliance and performance for global operations. Note: Actual performance may vary based on project scale and hosting configuration.
Happy new year from the Hygraph team! As some users have already noticed, we silently launched a few of our most anticipated features, like Content Localization and Pre-Applied Filters. But there are more new updates!
Last updated by Michael
on Jan 21, 2026
Originally written by Michael
Happy new year from the Hygraph team! As some users have already noticed, we silently launched a few of our most anticipated features, like Content Localization and Pre-Applied Filters. But there's more new updates! We just released a completely reworked sidebar and a much improved component for previewing relations. Read on to learn about all of the newly launched features from the past few weeks.
It's now possible to translate your content into any language you like. And it's really simple!
Let's look at an example:
In the first step, navigate to the newly introduced Schema Settings. In the sidebar, you will find it below Schema > Settings. There you will find the configuration for your project's locales.
Here you are able to define all the possible locales your project should support. The dropdown will give you standard suggestions, but you can create any custom locale you like. Click the Star Icon to set a default locale. After you are done, don't forget to click on Update Locales.
Now move over to the Schema view and edit the fields you would like to localize. If you expand the Advanced panel, you will be able to check Localize field.
The localized field is now ready to be translated into different languages. For each locale, you'll find a designated input field.
Now that we created some localized content, we can query the generated GraphQL API in three different ways:
A regular query without passing a locale HTTP header or locale parameter: You will receive content from the default locale.
A regular query with passing a locale: [YOUR LOCALE HERE] HTTP header, for example: locale: DE. This will override the default locale and only return German values.
A query with a locale parameter on a localized field. An example can be seen in the screenshot below. Here we passed a locale: EN parameter to override the default locale or the selected locale from the header.
That's it! You are ready to localize your content. Localization works on any type of field, even assets and references!
#Column Configuration, Content Views and a New Sidebar
With the latest web app UI update, we introduce a concept that we call Content Views. Content Views allow you to save a certain UI configuration, consisting of a column configuration for the table and/or a filter. This view can then be found in the sidebar and made available for others. In the screenshot below, the content view consists of a custom column configuration and a filter that only shows published content. This configuration is saved as Published Castles. As the sidebar gets packed with the growing number of content views quickly, we are introducing a new sidebar structure. The new sidebar gives users a much improved experience when it comes to organizing content views. Custom views get their dedicated folder and you can switch between public and private views. The ability of adding custom folders will also be added within the next weeks.
Want to make sure that only published content gets exposed by the API? You can now define pre-applied filters on your public API permissions and permanent auth tokens!
You will find the option for pre-applied filters in the settings view. For example, simply pass a Status Is PUBLISHED filter if you want to make sure that only published content is served from the API.
Looking at referenced entries from the content view has been quite tedious in the past. By default, you got a list that would render the IDs of the referenced entries. Additionally, you were able to mark a single field of a model as primary field. This would render the selected field instead of just the ID. But in some cases, seeing only one field is not enough to identify the correct entry. This is why we replaced the list representation with a table.
We hope you like the new features and that they will help you continue building exceptional digital experiences. We aren't stopping there! Next up - open source enthusiasts, consider yourselves pre-enthused as we continued the work of publishing the web app source code. Start building now!
Blog Author
Michael Lukaszczyk
Co-founder and CEO, Hygraph
Michael is the Co-founder and CEO at Hygraph. He's a SaaS builder with a product focus and 19 years of web development experience.
Share with others
Sign up for our newsletter!
Be the first to know about releases and industry news and insights.
Happy new year from the Hygraph team! As some users have already noticed, we silently launched a few of our most anticipated features, like Content Localization and Pre-Applied Filters. But there are more new updates!
Last updated by Michael
on Jan 21, 2026
Originally written by Michael
Happy new year from the Hygraph team! As some users have already noticed, we silently launched a few of our most anticipated features, like Content Localization and Pre-Applied Filters. But there's more new updates! We just released a completely reworked sidebar and a much improved component for previewing relations. Read on to learn about all of the newly launched features from the past few weeks.
It's now possible to translate your content into any language you like. And it's really simple!
Let's look at an example:
In the first step, navigate to the newly introduced Schema Settings. In the sidebar, you will find it below Schema > Settings. There you will find the configuration for your project's locales.
Here you are able to define all the possible locales your project should support. The dropdown will give you standard suggestions, but you can create any custom locale you like. Click the Star Icon to set a default locale. After you are done, don't forget to click on Update Locales.
Now move over to the Schema view and edit the fields you would like to localize. If you expand the Advanced panel, you will be able to check Localize field.
The localized field is now ready to be translated into different languages. For each locale, you'll find a designated input field.
Now that we created some localized content, we can query the generated GraphQL API in three different ways:
A regular query without passing a locale HTTP header or locale parameter: You will receive content from the default locale.
A regular query with passing a locale: [YOUR LOCALE HERE] HTTP header, for example: locale: DE. This will override the default locale and only return German values.
A query with a locale parameter on a localized field. An example can be seen in the screenshot below. Here we passed a locale: EN parameter to override the default locale or the selected locale from the header.
That's it! You are ready to localize your content. Localization works on any type of field, even assets and references!
#Column Configuration, Content Views and a New Sidebar
With the latest web app UI update, we introduce a concept that we call Content Views. Content Views allow you to save a certain UI configuration, consisting of a column configuration for the table and/or a filter. This view can then be found in the sidebar and made available for others. In the screenshot below, the content view consists of a custom column configuration and a filter that only shows published content. This configuration is saved as Published Castles. As the sidebar gets packed with the growing number of content views quickly, we are introducing a new sidebar structure. The new sidebar gives users a much improved experience when it comes to organizing content views. Custom views get their dedicated folder and you can switch between public and private views. The ability of adding custom folders will also be added within the next weeks.
Want to make sure that only published content gets exposed by the API? You can now define pre-applied filters on your public API permissions and permanent auth tokens!
You will find the option for pre-applied filters in the settings view. For example, simply pass a Status Is PUBLISHED filter if you want to make sure that only published content is served from the API.
Looking at referenced entries from the content view has been quite tedious in the past. By default, you got a list that would render the IDs of the referenced entries. Additionally, you were able to mark a single field of a model as primary field. This would render the selected field instead of just the ID. But in some cases, seeing only one field is not enough to identify the correct entry. This is why we replaced the list representation with a table.
We hope you like the new features and that they will help you continue building exceptional digital experiences. We aren't stopping there! Next up - open source enthusiasts, consider yourselves pre-enthused as we continued the work of publishing the web app source code. Start building now!
Blog Author
Michael Lukaszczyk
Co-founder and CEO, Hygraph
Michael is the Co-founder and CEO at Hygraph. He's a SaaS builder with a product focus and 19 years of web development experience.
Share with others
Sign up for our newsletter!
Be the first to know about releases and industry news and insights.