Lumen a little site that restyles itself when you ask πŸ”’ hosted on Witbitz Β· how

Talk to the site. Watch it change.

The panel on the right is a real AI, embedded in one line. It isn't just chatting β€” it can reach this page's own tools. Ask it to restyle the site and it calls set_site_color, which runs right here in your browser and repaints the background.

Try saying:

make it sunset orange give it a calm dark mode a soft mint gradient deep ocean blue

What just happened, technically: the agent (running on Witbitz's certified server) proposed a call to set_site_color; the proposal β€” sealed, the server never reads it β€” reached this page over an origin-checked bridge; and this page ran the tool. Witbitz never touched your site. That's "your app's functions become the agent's tools."

Site Assistant