Originally created by @exotexot on GitHub (Aug 27, 2025).
Check Existing Issues
I have searched the existing issues and discussions.
Problem Description
I think OpenWebUI is really lacking some state-of-the-art in chat UI components. I want to write CUSTOM UI Components, in Js or Svelte or whatever, where the Agent/LLM only need to fill in props for the UI component, like a Form, or Cards, or a Carousel.
My understand of Artifacts is, that there will appear a HTML Preview, if the output of the Agent is some HTML document. But this is not what I Want. I want a fully independent UI component in the Chat, or on the side. Is this even possible with OpenWebUI?
Originally created by @exotexot on GitHub (Aug 27, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
I think OpenWebUI is really lacking some state-of-the-art in chat UI components. I want to write CUSTOM UI Components, in Js or Svelte or whatever, where the Agent/LLM only need to fill in props for the UI component, like a Form, or Cards, or a Carousel.
My understand of Artifacts is, that there will appear a HTML Preview, if the output of the Agent is some HTML document. But this is not what I Want. I want a fully independent UI component in the Chat, or on the side. Is this even possible with OpenWebUI?
### Desired Solution you'd like
LangChain's Agent Chat UI can do that:
https://www.youtube.com/watch?v=lInrwVnZ83o&t=140s
### Alternatives Considered
_No response_
### Additional Context
_No response_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @exotexot on GitHub (Aug 27, 2025).
Check Existing Issues
Problem Description
I think OpenWebUI is really lacking some state-of-the-art in chat UI components. I want to write CUSTOM UI Components, in Js or Svelte or whatever, where the Agent/LLM only need to fill in props for the UI component, like a Form, or Cards, or a Carousel.
My understand of Artifacts is, that there will appear a HTML Preview, if the output of the Agent is some HTML document. But this is not what I Want. I want a fully independent UI component in the Chat, or on the side. Is this even possible with OpenWebUI?
Desired Solution you'd like
LangChain's Agent Chat UI can do that:
https://www.youtube.com/watch?v=lInrwVnZ83o&t=140s
Alternatives Considered
No response
Additional Context
No response