Frequently Asked Questions

App Framework Tutorial: Getting Started

What is the Hygraph App Framework tutorial?

The Hygraph App Framework tutorial is a step-by-step guide that teaches you how to create apps using the Hygraph App SDK. It walks you through building example apps that add custom fields to your content entries or new widgets for content editors, such as a Google SERP Preview sidebar element. These apps are designed to run inside the Hygraph platform and will not function outside of it.

What will I build in the App Framework tutorial?

You will have the option to build either an app with a custom field (a basic input field to store text data) or an app with a Google SERP Preview sidebar element, which displays a preview of how your content would appear on Google Search Results. Both examples use the Hygraph App SDK and are designed to enhance the content editing experience within Hygraph.

What are the prerequisites for following the App Framework tutorial?

To follow the tutorial, you need:

Where can I find the next steps after the overview?

The next step is to register your app. You can continue to the next part of the tutorial by clicking here.

Features & Capabilities

What features does the Hygraph App Framework offer for app development?

The Hygraph App Framework allows you to create custom apps that run inside the Hygraph platform. You can add custom fields to content entries, build sidebar widgets (like a Google SERP Preview), and enhance the content editor experience. The framework uses the Hygraph App SDK and supports integration with React and Next.js for flexible app development. For a full list of features and step-by-step guides, see the App Framework documentation.

What documentation is available for the App Framework first steps tutorial?

The 'First Steps' tutorial for the App Framework includes the following documents:

Technical Requirements

What technical skills do I need to use the Hygraph App Framework?

You should be familiar with JavaScript, React, and Next.js to follow the App Framework tutorial. Additionally, you need to understand the basics of the Hygraph platform. The tutorial provides links to quickstart guides if you are new to Hygraph.

Can I use the apps I build with the Hygraph App Framework outside of Hygraph?

No, apps built with the Hygraph App Framework are designed to run inside the Hygraph platform and will not function outside of it.

Support & Implementation

What support and resources are available if I need help with the App Framework?

Hygraph provides extensive documentation, including guides and tutorials for the App Framework. You can access real-time support via Intercom chat, join the community Slack channel (here), and reach out via email or phone. There are also webinars, live streams, and how-to videos for hands-on guidance. For more details, visit the Hygraph Documentation.

How easy is it to get started with the Hygraph App Framework?

Getting started is straightforward. You can sign up for a free Hygraph account, create a project, and begin following the App Framework tutorial immediately. The process is supported by a structured onboarding flow, including introduction calls, account provisioning, and technical kickoffs for enterprise users. Extensive documentation and training resources are available to help you at every step. Start here.

Security & Compliance

What security and compliance certifications does Hygraph have?

Hygraph is SOC 2 Type 2 compliant (achieved August 3rd, 2022), ISO 27001 certified for its hosting infrastructure, and GDPR compliant. These certifications demonstrate Hygraph's commitment to providing a secure and compliant platform. For more details, see the security features page.

Use Cases & Benefits

Who can benefit from using the Hygraph App Framework?

The Hygraph App Framework is ideal for developers, product managers, and marketing teams who want to extend the Hygraph platform with custom functionality. It is especially useful for businesses that need to streamline content workflows, add custom editor tools, or integrate with third-party services within the Hygraph CMS.

Product Information

What is the Hygraph App SDK and how is it used in the tutorial?

The Hygraph App SDK is a software development kit that enables you to build custom apps for the Hygraph platform using React and Next.js. In the tutorial, you use the SDK to create apps that add custom fields or widgets to the Hygraph content editor, enhancing the platform's functionality for your specific needs. Learn more at the Hygraph App SDK page.

Help teams manage content creation and approval in a clear and structured way
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