Dynamic HTML & Workflow Loading Styles
Learn about generating dynamic HTML with the Generate Asset block and agent loading screens.
What Is Dynamic HTML in MindStudio?
The Generate Asset block is one of the most powerful non-AI blocks in MindStudio. It allows you to create images, PDFs, and full HTML pages inside your agents.
Previously, you had to write HTML directly or carefully structure variables. With Dynamic HTML, you can now simply write a natural language prompt, and the AI will generate HTML for you.
Dynamic HTML is ideal for:
Fast, creative webpage generation
Styling AI outputs with minimal coding
Prototyping custom layouts and visualizations
Turning text outputs into engaging, shareable formats
Enable Dynamic HTML
Open your Generate Asset block.
Under Source Type, choose Dynamic HTML.
Enter a natural language prompt describing your page layout and style.
Example: “Use the poem, haiku, and image URL to create a modern, clean page. Trendy fonts, minimal design, artsy aesthetic.”
Include variables directly (e.g.,
{{poem}}
,{{haiku}}
,{{imageUrl}}
).
The model generates valid HTML automatically—no need to hand-code or manage data structures.
Example: Build a Poem Page
Workflow
Generate a poem about a topic.
Generate a haiku on the same topic.
Create an image from the poem.
Pass these values (
poem
,haiku
,image URL
) into the Generate Asset block.Prompt: “Design a modern, clean web page to showcase the poems and image.”
Result
Custom image as header
Poem and haiku placed in styled sections
Page automatically rendered with your chosen style
Workflow Loading Style
Instead of the default point cloud animation, you can now show users a workflow preview that reveals each step being executed.
This makes it easier to:
Map agent activity to workflow steps
Provide transparency into what’s running
Create a more engaging user-facing experience
Configure Loading Style
Open your agent’s Metadata settings.
Under Runtime → Startup, find Loading Style.
Choose:
Point Cloud (classic animation)
Workflow Preview (shows live execution steps)
Last updated