Enterspeed integrates into your frontend framework easily, whether you are a Vue fan or a React fanatic. Simply call our REST API and either render your content or generate static files.
Depending on how you've designed your schema, you can either get the content via URL (?url=mydomain.com/slug) or via handle (?handle=navigation).
Fetching content via the URL query parameter makes it easy to use dynamic routing in your frontend application, whereas the Handle query parameter works great for elements like navigation.
To show how simple it is to get started, we have created a demo repository containing more than ten different examples, for instance, Next.js, Nuxt, Remix, Astro, SvelteKit, to name a few.