Code development platform for open source projects from the European Union institutions

Convert to embeded web-app

Consider and evaluate pitfalls in creating a web version of vecto and embedding it as a desktop application. The same .exe should start the Web App (Frontend) and the server (Backend) Features: - .NET MAUI Shell for all available platforms (Win, Mac, Linux) - Simple shell, just web browser support for multiple platforms. - Easier UI implementation, it follows figma and .css design guidelines. - Distributed UI, centralized computing power. - .MAUI is slow. - Better testing, specially int. testing (e2e). - Could run on web browser. - Easier deployment (not really) - Check how centralized deployment could work. - Implement users (complex and data sensitive) Crazy: - Since it is a web app it could use a self-hosted backend running on a powerfull machine (linux or else) while being lightweight and distributed.