Catmint Examples@catmint/adapter-vercel

Catmint Framework Examples

This project demonstrates Catmint framework features using the Vercel adapter (@catmint/adapter-vercel). Use the navigation above to explore each example.

Adapter

The @catmint/adapter-vercel adapter produces Vercel Build Output API v3 output. Cached routes automatically become Vercel Prerender Functions with on-demand ISR support. Run catmint build to generate the .vercel/output/ directory, then deploy with vercel deploy --prebuilt.

Examples

API Endpoint

A test API endpoint is available at /api/hello (GET and POST).