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!
#Content API
Before we can connect the framework of our choice to Hygraph, we will need to configure Content API access permissions for unauthenticated requests.
To do this, we'll to go Project settings > Access > API Access > Content API in our Hygraph project, scroll to find the Manage Content API access permissions box and click Initialize defaults
:
Content API permissions
Finally, we will copy the High Performance Read-only 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 |