Hey,
I've watched the recording of “How Community Teams Are Building with Vibe Coding”
And I got really inspired, just opened the pandora box for me 😁
I'd be curious to hear if anyone has built any custom widgets simply using the HTML widget?
Getting Started Widget
I played around, added the one they shared in the webinar:

The bits that I changed in this widget was to make it dynamic with the user that visiting the page by make use of the InsdidedData. Super easy with the help of AI.
I also used CSS variables for colors to make use of the systems settings, such as 'var(--config--main-color-brand)';
User Profile Widget
Then thought of a widget that would display a preview of the user's profile with a few stats. In 2 min I had something that looked great:

I'll probably fine tune it before I publish it to users. Let me know if you'd like to have the snippet!