Currently, the application serves static HTML files without a component library, which makes UI development harder and less scalable. To improve the developer experience and deliver a better UI for end users, we plan to migrate from static HTML to a React-based setup.
The idea is to serve a React + Vite bundle from the Express middleware. This issue tracks the initial steps of setting up the new system and planning the migration.
Currently, the application serves static HTML files without a component library, which makes UI development harder and less scalable. To improve the developer experience and deliver a better UI for end users, we plan to migrate from static HTML to a React-based setup.
The idea is to serve a React + Vite bundle from the Express middleware. This issue tracks the initial steps of setting up the new system and planning the migration.