OIOpen Image TemplatesSign in with NanoGPT
Back to docs

Open standard docs

Build a Template Gallery with Open Image Templates

Implementation notes for developers building their own prompt-template galleries or generator integrations.

Use stable URLs

Give every template a human page and a matching JSON endpoint. Human pages should be crawlable and include the visible prompt; JSON endpoints should expose the portable schema.

Render controls from schema

Build UI from the controls object instead of hardcoding a form. Slots become text inputs, look groups become tiles or choices, details become a text area, and toggles become selectable options.

Keep metadata close to the template

Category, tags, preview image, generated date, schema version, creator, and license should live with the template so search pages, feeds, sitemaps, and JSON-LD can all stay consistent.