Framework recipes
Continuation of path C · API only. These pages show the shortest Public API wiring for each stack (/public/p/{projectId}/v1). Full endpoint specs live in the Public API.
Pick a stack
| Framework | Best for | Page |
|---|---|---|
| Next.js | App Router, ISR, webhook revalidation | Next.js |
| Astro | SSG / hybrid content sites | Astro |
| Nuxt | Vue, useFetch, server fetches | Nuxt |
No framework? Use Embed & Pub.
Shared prerequisites
- Have a
projectId(project settings, or MCPget_public_api_info) - Have a published form set (e.g.
blog) - Prefer base URL
https://api.luno.rest/public/p/{projectId}/v1
If the site requires a public API key, send X-Luno-Public-Api-Key: luno_pub_….
Smoke check
bash
curl "https://api.luno.rest/public/p/{projectId}/v1/llms.txt"Next
| Goal | Page |
|---|---|
| Full endpoints | Public API |
| Rebuild on publish | Webhooks |
| SEO / OGP | SEO & sitemaps |