Provider docs

Each provider uses the same scan model: fetch CMS documents, normalize stable IDs and route fields, resolve paths, and run checks against a running site.

Supported providers

Prismic

Use Prismic when document types have UIDs or route resolver URLs that map cleanly to Next.js routes.

Read Prismic
Strapi

Use Strapi when collections and single types drive pages, layouts, or locale-specific content.

Read Strapi
Directus

Use Directus when explicit collections hold route fields, SEO fields, and catalog content.

Read Directus
WordPress

Use WordPress when REST API pages, posts, or custom endpoints map to a Next.js frontend.

Read WordPress
Contentful

Use Contentful when content types expose slug-like fields and a delivery token can read entries.

Read Contentful
Sanity

Use Sanity when document types expose slug fields and can be queried through the HTTP Query API.

Read Sanity