An artifact-style client-side composer for configuring AI providers, prompts, UI intent, and exportable app markup.
Show how UIF can frame AI-enabled app assembly while keeping provider keys and generated previews under user control.Keys stay in browser memory. Production integrations should use a governed backend proxy.
Use Send to test a browser-side provider or proxy request. Direct provider calls may require CORS support.
This example is a contained UIF Micro App: route-scoped assets, browser-side state, visible controls, and a bounded root that can run inside the larger public shell.
Use this pattern to prototype AI-assisted app surfaces, provider request payloads, and generated UI previews before adding a production proxy.
Keep provider settings, prompt context, preview output, and exportable code together, while clearly separating browser-only demo behavior from production API handling.
<section data-uif-demo="ai-app-builder">
<select data-uif-ai-provider>...</select>
<textarea data-uif-ai-prompt></textarea>
<div data-uif-ai-preview></div>
</section>