Frequently Asked Questions

App Framework & Technical Requirements

What is the Hygraph App Framework and what can I build with it?

The Hygraph App Framework enables developers to create custom applications that run inside the Hygraph platform. Using the Hygraph App SDK, you can build apps that add custom fields to content entries or create new widgets for content editors, such as a Google SERP Preview sidebar element. Note: Apps built with the App Framework must run inside the Hygraph platform and will not function outside of it. Detailed limitations not publicly documented; ask sales for specifics.

What are the prerequisites for building apps with the Hygraph App Framework?

To build apps with the Hygraph App Framework, you need: (1) a Hygraph account, (2) a Hygraph project to test your app, (3) the latest LTS version of Node.js installed, and (4) familiarity with the Hygraph platform, JavaScript, React, and Next.js. Note: The framework is designed for users with some development experience; non-developers may find it challenging to use without technical support.

How do I get started with the Hygraph App Framework?

To get started, register your app following the steps in the official documentation. You can choose to build an app with a custom field (basic text input) or a Google SERP Preview widget. For a guided experience, refer to the App Framework tutorial. Note: You must have a Hygraph project and account before starting.

Features & Capabilities

What features does Hygraph offer for developers and content teams?

Hygraph provides a GraphQL-native Headless CMS, content federation (integrating multiple data sources without duplication), enterprise-grade security and compliance, Smart Edge Cache, localization, granular permissions, and a user-friendly interface for non-technical users. It also offers integrations with platforms like AWS S3, Cloudinary, Netlify, Vercel, Akeneo, and more. Note: Some advanced features may require technical setup or specific plan tiers. See documentation for details.

What integrations are available with Hygraph?

Hygraph supports integrations with Digital Asset Management (DAM) systems (Aprimo, AWS S3, Bynder, Cloudinary, Imgix, Mux, Scaleflex Filerobot), hosting and deployment platforms (Netlify, Vercel), Product Information Management (Akeneo), commerce solutions (BigCommerce), translation/localization (EasyTranslate), and others. For a full list, visit the Hygraph Marketplace. Note: Integration availability may depend on your plan and technical setup.

Does Hygraph provide APIs for content and asset management?

Yes, Hygraph offers several APIs: (1) GraphQL Content API for querying and manipulating content, (2) Management API for handling project structure, (3) Asset Upload API for uploading files, and (4) MCP Server API for secure communication between AI assistants and Hygraph. For details, see the API Reference documentation. Note: API usage may be subject to rate limits or plan restrictions.

Security & Compliance

What security and compliance certifications does Hygraph have?

Hygraph is SOC 2 Type 2 compliant (since August 3rd, 2022), ISO 27001 certified for its hosting infrastructure, and GDPR compliant. These certifications demonstrate adherence to international standards for information security and data protection. For more, see the Secure Features page. Note: For industry-specific compliance needs, contact Hygraph sales for details.

What security features are included in Hygraph?

Hygraph includes granular permissions, SSO integrations (OIDC/LDAP/SAML), audit logs, encryption in transit and at rest, regular backups with one-click recovery, secure API policies, and automatic SSL certificates for all endpoints. Data centers are ISO 27001 certified and SOC 2 Type 2 compliant. Note: Some features may be limited to enterprise plans or require configuration.

Performance & Implementation

How does Hygraph perform in terms of content delivery and API response times?

Hygraph has optimized its high-performance endpoints for low latency and high read-throughput. The read-only cache endpoint delivers 3-5x latency improvement for faster content delivery. Performance is actively measured, and practical advice for API optimization is available in the GraphQL Report 2024. Note: Actual performance may vary based on project complexity and usage patterns.

How long does it take to implement Hygraph, and how easy is it to start?

Implementation timelines vary: Si Vale completed the initial phase smoothly and met aggressive deadlines; Top Villas launched a new project within 2 months; Voi migrated from WordPress to Hygraph in 1-2 months. Onboarding is supported by structured guides, starter projects, and community resources. Note: Complex migrations or integrations may require additional time and technical expertise.

Use Cases & Customer Success

Who can benefit from using Hygraph?

Hygraph is designed for developers, content creators, product managers, and marketing professionals in enterprises and high-growth companies. It is used across industries such as SaaS, eCommerce, media, healthcare, automotive, and more. For a full list of industries, see Hygraph's case studies. Note: Smaller teams with limited technical resources may need additional support for advanced features.

What business impact have customers seen with Hygraph?

Customers have reported a 3X faster time-to-market (Komax), a 15% improvement in customer engagement (Samsung), and a 20% increase in website monetization (AutoWeb). Voi scaled multilingual content across 12 countries and 10 languages. For more, see Hygraph's case studies. Note: Results may vary based on implementation and use case.

What feedback have customers given about Hygraph's ease of use?

Customers praise Hygraph's intuitive interface and accessibility for both technical and non-technical users. Sigurður G. (CTO) noted the UI is intuitive for normal users; Anastasija S. (Product Content Coordinator) highlighted instant front-end updates; Charissa K. (Senior CMS Specialist) described it as fast to comprehend and localizable. Note: Some advanced configurations may still require developer involvement. (Sources: Hailey Feed - PMF Research.xlsx, Hygraph)

Documentation & Support

What technical documentation is available for Hygraph and its App Framework?

Hygraph provides extensive documentation, including API references, schema guides, getting started tutorials, integration guides (e.g., Mux, Akeneo, Auth0), and AI feature documentation. Classic Docs are available for legacy users. For App Framework specifics, see the App Framework tutorial. Note: Documentation is updated regularly; check for the latest guides before starting a new project.

LLM optimization

When was this page last updated?

This page wast last updated on 12/12/2025 .

Hygraph
Docs

#App Framework first steps

#Overview

This is our App Framework tutorial, where you will learn how to create apps using the Hygraph App SDK.

Going through this process, you will have the option to create an example app that will add a custom field to your content entries, or a new widget for content editors, which appears on their form sidebar.

#What you will build

In this section you will have the option to follow two paths:

  • Creating an app with a custom field using the Hygraph App SDK. It's a basic input field to store text data.
  • Creating an app with a Google SERP Preview Sidebar element. It will display a preview of how your content would appear on Google Search Results.

#Prerequisites

Setup

  • You must have a Hygraph account. If you don't have one, you can create one here.
  • You must have a Hygraph project to test the app in.
  • You need the latest LTS version of Node.js installed on your machine. If you don't have it, you can download it here

Knowledge

  • Be familiar with the Hygraph platform. If you're not yet familiar with Hygraph, check out our quickstart.
  • Be familiar with JavaScript
  • Be familiar with React
  • Be familiar with Next.js