Framework integrations
Using Adapto with Next.js, Astro, Nuxt, SvelteKit, Remix, and other frontend frameworks.
-
SvelteKit + Headless CMS: Fetch, Cache, Preview Guide
Wire a headless CMS into SvelteKit with a plain fetch() call inside +page.server.ts, no SDK, no query language. Keep the API key server-only through $env/dynamic/private, pick adapter-static or an...
Framework integrations 16 min read -
Build an Astro site with a headless CMS: a practical guide
To pair a headless CMS with Astro: fetch content at build time in the frontmatter, generate routes with getStaticPaths, render with Astro components, and serve images from the CMS CDN. You get a fast...
Framework integrations 7 min read