Implementations
This section contains information on how to do frontend implementations with different Frameworks.
If you want to suggest that we add a framework implementation guide to our docs, join our community and share it in the Feedback channel!
#Public content API
Before we can connect the framework of our choice to Hygraph, we will need to configure Public Content API access permissions for unauthenticated requests.
To do this, we'll to go Project settings > Access > API Access > Public content API in our Hygraph project, scroll to find the Content Permissions box that reads Would you like us to initialize some defaults?, and click Yes, initialize defaults
:
Public Content API permissions
Finally, we will copy the High Performance Content API
endpoint from Project settings > Access > API Access > Endpoints. We will use it to connect our framework to Hygraph later on.
#Resources
This section offers a list of resources you can use:
Framework | Implementation guide | Official starter | Additional resources |
---|---|---|---|
Astro | Connection guide | Microblog starter | Starters Snippets Resources |
Flutter | Connection guide | Basic Blog App | Starters Resources |
Next | Connection guide | Hygraphlix starter | Starters Snippets Resources |
Nuxt | Connection guide | Skncre starter | Starters Snippets Resources |
Remix | Connection guide | Documentation starter | Starters Snippets Resources |
SvelteKit | Connection guide | Developer Portfolio | Starters Snippets Resources |