Skip to main content

Setup

terminal
.env.local

Singleton client

lib/framalab.ts
app/gallery/page.tsx

Collections navigation

app/gallery/collections/page.tsx

Collection detail page

app/gallery/collections/[id]/page.tsx

next.config.ts

next.config.ts
All data fetching happens server-side — the gallery token is never sent to the browser.