Open WebUI Coder Overhaul is now live on GitHub for testing!

Hi all! Some of you may be familiar with the project I've been working on for the past couple of weeks here that essentially overhauls the OpenWebUI artifacts system and makes it closer to ChatGPT's Canvas or Claude Artifacts. Well, I just published the code and it's available for testing! I really would love some help from people who have real world use cases for this and have them submit issues, pull requests, or feature requests on GitHub!

Here is a brief breakdown on the features:

A side code editor similar to ChatGPT and Claude, supporting a LOT of coding languages. You can cycle through all code blocks in a chat.

A design view mode that lets you see HTML (now with typescript styles included by default) and also React components

A difference viewer that shows you what changed in a code block if an LLM made changes

Code blocks will be shown as attachments in the regular chat while the editor is opened, like Claude.

I hope you all enjoy!