togo install togo-framework/widget-profilePhoto, localized name/role and a rotating quote.
This widget's UI lives in web/index.tsx — the React component the board renders. It imports @togo-framework/widget and is registered by this module's init(). The Go module embeds web/ via go:embed (WebAssets), so the plugin ships both its Go registration and its UI.
MIT