Examples compatibility on GitHub Pages

← Examples index · Docs home

Fully static pages

Most rendering examples work on GitHub Pages because required runtime assets are published with the site.

Endpoint-backed flows

Examples that submit to local endpoint paths such as /api/test, /api/echo, and /api/book-submit rely on the local examples server and have reduced behavior on static hosting.

For full submission behavior, run npm run examples locally.