Creative App

Also known as: creative application, media app, generation app

A creative app is a reusable, named generative-media workflow — productShoot, virtualTryOn, brandFilm — that bundles model routing, prompt scaffolding, brand context, and output formatting into a single callable unit. You call apps, not models, so the same call survives a model upgrade and produces consistent on-brand outputs.

Example

Calling lamina.apps.virtualTryOn({ garment, body, brand }) routes the request through whichever try-on model performs best for that garment category, attaches the brand's body-type guidelines, and returns four ratios ready for a Shopify PDP.

Anatomy of a creative app

Every creative app declares an output type (still image, vertical reel, ad variant, try-on, banner, brand film), a default model graph, a prompt scaffolder, a brand-kit binding, and an evaluator. When you call it with a brief, the app composes the prompt, picks a model, queues a run, evaluates the result, and returns typed assets with URLs, ratios, and brand-fit scores.

Why apps beat raw models

Raw model calls require you to own prompt engineering, ratio handling, brand drift, and model selection forever. An app moves that to the platform — once. That's how a 30-app library covers 80% of brand-side generative needs without your team writing prompts.

Related terms