WebST aims to simplify the development of web clients using web components. A web component is created by defining a web DOM (Document Object Model) class that is instantiated by web browsers upon parsing specific custom HTML tags. WebST facilitates the creation and testing of such classes using Pharo Smalltalk. It leverages Seaside for HTML generation, with code for web component classes transpiled from Smalltalk to JavaScript using PharoJS.