Phil,
I'm sure a lot of people still use Desktop/Laptop computers, and the vast majority of those people are running Windows, but for me personally, the last version of Windows I cared to use regularly was Windows 7. I refuse to use Windows 10, and also refuse to use iOS/Android as my means to do "computing".
This is more of a personal project, but also one that bridges the platform gap by making Web development a bit different. That is, allowing for different integration between Desktop and Web applications than previously available.
Some of the demos I am working on include recording actions in a paint type applications as JavaScript text, allowing the user to replay paint actions using a combination of visual actions and script functions.
Another demo I am working on involves designing a basic Web page that runs SQL queries by communicating directly with a database module (hosted by a Lazarus application), and formatting SQL results through JSON data as rich pageable data tables.
I've started work on an application that takes a WebView out of a window, and places it on your desktop with a non rectangular shape. That is, the content render in a WebView determines the shape of the application. It has access through JavaScript to Pascal modules and can do things like show a pretty rendering of your network traffic, or cpu temp, or fan speed.
And finally, I want to create a JavaScript plug in for Lazarus that allows you modify the IDE and designers using JavaScript. For example, a script could be written to rename several components at once, or resize a form designer based on what controls it currently contains.
Anyhow, these are all things done out of my interest, and although you might not interested, I appreciate your opinions. Thanks.