Skip to content

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

FrameworkBest forPage
Next.jsApp Router, ISR, webhook revalidationNext.js
AstroSSG / hybrid content sitesAstro
NuxtVue, useFetch, server fetchesNuxt

No framework? Use Embed & Pub.

Shared prerequisites

  1. Have a projectId (project settings, or MCP get_public_api_info)
  2. Have a published form set (e.g. blog)
  3. 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

GoalPage
Full endpointsPublic API
Rebuild on publishWebhooks
SEO / OGPSEO & sitemaps