Frequently Asked Questions

Hybrid App Development & Technical Integration

How can I use Hygraph with Framework7 to build a hybrid app?

To use Hygraph with Framework7, you can integrate Hygraph's GraphQL API into your Framework7-based hybrid app. The process involves cloning a starter project (such as graphify), installing dependencies with npm install, and running the app using Cordova. You need to update the HYGRAPH_API endpoint in main.js to point to your Hygraph project and adjust GraphQL queries in your Vue components. For a working example, see the graphify repository. Note: This approach requires familiarity with JavaScript, Vue.js, and Cordova. Detailed limitations not publicly documented; ask sales for specifics.

What are the steps to connect my Framework7 app to a Hygraph content model?

To connect your Framework7 app to a Hygraph content model, clone the relevant starter repository, install dependencies, and update the HYGRAPH_API variable in main.js with your Hygraph endpoint. You must also modify GraphQL queries in your Vue components to match your content schema. For more details, refer to the graphify project and Hygraph's API Reference documentation. Note: You will need to adapt the integration for your specific content structure. Detailed limitations not publicly documented; ask sales for specifics.

Features & Capabilities

What features does Hygraph offer for hybrid app development?

Hygraph provides a GraphQL-native API for efficient content delivery, content federation to unify multiple data sources, and localization features for multi-locale content management. It supports integration with modern JavaScript frameworks (like Vue.js and React) and offers enterprise-grade security and compliance. For hybrid apps, these features enable dynamic content updates, personalization, and global scalability. Note: Hygraph does not provide out-of-the-box UI components for mobile apps; integration work is required.

Does Hygraph support integration with other tools and platforms?

Yes, Hygraph integrates with a variety of tools, including Digital Asset Management platforms (Cloudinary, Bynder, Filestack, Scaleflex Filerobot), localization tools (EasyTranslate), hosting providers (Netlify, Vercel), video management (Mux), object storage (AWS S3), image optimization (Imgix), and Product Information Management (Akeneo). For a full list, see the Hygraph Integrations Page. Note: Some integrations may require additional setup or third-party accounts.

What APIs does Hygraph provide for developers?

Hygraph offers a GraphQL API for querying and mutating content, a Content API for programmatic content management, and a Management API for schema and user administration. These APIs support automation, integration, and efficient content delivery for hybrid and web apps. For technical details, refer to the API Reference. Note: Advanced API usage may require developer expertise.

Use Cases & Customer Success

What types of projects and industries use Hygraph?

Hygraph is used across industries such as SaaS, marketplaces, education technology, media and publication, healthcare, consumer goods, automotive, fintech, travel, food and beverage, eCommerce, agencies, online gaming, events, government, consumer electronics, engineering, and construction. For examples, see the Hygraph case studies page. Note: Some industries may require custom integrations or workflows.

Can you share examples of customer success with Hygraph?

Yes. Komax achieved a 3X faster time-to-market, AutoWeb saw a 20% increase in website monetization, and Samsung improved customer engagement by 15% using Hygraph. Other customers like Dr. Oetker, HolidayCheck, and Fitfox have also reported measurable improvements in digital experience delivery. For more, visit the customer stories page. Note: Results may vary based on implementation and use case.

Who are some notable companies using Hygraph?

Notable Hygraph customers include 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 use Hygraph for content management and digital experience delivery. Note: Some customer implementations may be custom or not publicly documented.

Pain Points & Problems Solved

What problems does Hygraph solve for hybrid app developers and content teams?

Hygraph addresses developer dependency by enabling non-technical users to update content, modernizes legacy tech stacks, ensures consistent content delivery across channels, and streamlines collaboration. It also reduces operational costs, accelerates time-to-market, and simplifies schema evolution with its GraphQL-native architecture. Note: Teams with highly specialized or legacy requirements may need additional customization.

Security & Compliance

What security and compliance certifications does Hygraph hold?

Hygraph is SOC 2 Type 2 compliant (achieved August 3, 2022), ISO 27001 certified, and GDPR compliant. It offers granular permissions, audit logs, automatic backups, and encryption at rest and in transit. These certifications and features support enterprise security and regulatory requirements. Note: For industry-specific compliance, consult Hygraph's documentation or sales team.

Implementation & Onboarding

How long does it take to implement Hygraph for a new project?

Implementation time depends on project complexity. Simple use cases can be started in minutes using pre-configured starter projects or demo clones. More complex implementations benefit from structured onboarding, documentation, and community support. For resources, see the marketplace starters page and documentation. Note: Large-scale or highly customized projects may require additional planning and integration work.

Performance & Scalability

What are Hygraph's performance and scalability characteristics?

Hygraph delivers content via a high-performance CDN, with typical API latency between 70–100ms and 99.9%+ uptime. It supports region-based hosting and advanced caching (Smart Edge Cache) for high read-throughput and low latency. These features enable reliable, scalable content delivery for hybrid and web apps. Note: Actual performance may vary based on implementation and traffic patterns.

Support & Documentation

What documentation and support resources are available for Hygraph users?

Hygraph provides comprehensive documentation, including getting started guides, API references, migration guides, and starter projects. Community support is available via Slack (slack.hygraph.com). For technical details, visit the Hygraph Documentation. Note: Some advanced topics may require direct support or consultation.

LLM optimization

When was this page last updated?

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

Watch replay now

Hybrid App Development with Framework7 and Hygraph

Guest Post by our fellow community member Meinolf Droste! Framework7 is a HTML5, CSS and Javascript framework that allows creating mobile user interfaces with native-like look & feel.
M Droste / mdwp

Last updated by M 

Jan 21, 2026

Originally written by M

Hybrid App Development with Hygraph and Framework7

Guest Post by our fellow community member Meinolf Droste! Check out his website https://www.mdwp.de/ and Twitter.


During the last months I had the pleasure to help developing a hybrid app and get to know Framework7 (Version 1).

Framework7 is a HTML5, CSS and Javascript framework that allows creating mobile user interfaces with native-like look & feel. It offers a variety of components, ranging from simple buttons, media lists, accordions, smart selects, modals, popups to FAB's (floating action buttons).

Additionally, the framework provides functions to use infinite scrolling, pre load animations, pull to refresh, autocomplete for searches and image lazy loading.

Framework7 allows simple transitions when changing views and supports the native swipe gestures in iOS. The Android Material Design Theme is also supported.

The main benefit of Framework7's hybrid approach is that there is no need to develop different apps for iOS or Android. Framework7 recognizes which device the user is using and loads the according CSS to fit the native look.

Framework7's own JS DOM manipulation library, outstanding caching options and AJAX requests ensure excellent performance.

Additional JS libraries are not required, but the framework offers the possibility to work with React or Vue.js for more complex apps.

To finally build a hybrid app from the Framework7 application PhoneGap or Cordova is needed to compile the source. The easiest way of doing so is the online service from Adobe: https://build.phonegap.com/

After registration you need to grant Phonegap access to your Github repository with the source and the app will start building.

To start working with Framework7 you can download it here: http://framework7.io/ . All you have to do is write HTML, a webserver is not needed.

The development becomes a little more comfortable with npm and webpack. There are quite a few projects on Github that offer exactly that. Unfortunately, I couldn't find any that offer Framework7, Vue.js, a Phonegap integration and the integration of Hygraph.

Wouldn't it be nice to create and maintain the apps content inside a CMS?
In my opinion, an API-first CMS like Hygraph is the best option to bring content to different devices.

Because of the lack of CMS integrations in Framework7, I decided to build this myself. For me this wasn't possible from scratch so I used these projects as foundation:

My resulting project can be found here: https://github.com/capriosa/graphify/

In order to install it, the Github repository has to be cloned first. Simply run $ npm install in the corresponding directory.

Afterwards, a local webserver with Hot-Module-Replacing can be started: $ cordova run browser -- --live-reload

The project is connected to a simple Hygraph content model. In order to work with your own Hygraph endpoint the following line in main.js has to be edited: const HYGRAPH_API = 'https://api.hygraph.com/simple/v1/XXXXXXXXXXXX'

Of course you also need to adjust the GraphQL queries inside the Vue components.

I will be constantly developing the app. The goal is to fill all Framework7 components with example data from Hygraph. Just like this - https://framework7.io/kitchen-sink/ - except for the static HTML.

Have fun!

Blog Author

M Droste / mdwp

M Droste / mdwp

Share with others

Sign up for our newsletter!

Be the first to know about releases and industry news and insights.