Prototypes
Client-side AI demos without a backend
Ship an interactive demo or prototype that calls a model straight from the browser — without standing up a bespoke backend just to hide a key.
Three situations where calling a model from the client is the natural shape — and shipping the key would be the mistake.
Ship an interactive demo or prototype that calls a model straight from the browser — without standing up a bespoke backend just to hide a key.
Add a model-powered feature to a static or JAMstack site while keeping the key server-side, without moving to a full server runtime.
Expose an OpenRouter or local Ollama endpoint to a front end without handing clients a credential or a wide-open gateway URL.