Suggestions for Improving Tryton’s User Interface for Clients

Hello everyone,
I’ve been setting up Tryton for business management and it works well for backend operations, but I’ve noticed that some clients find the interface less intuitive compared to modern web platforms. I’m exploring ways to improve the user experience, either through customization or by integrating a front-end layer.

For reference, I’ve worked with modern web platforms and design-focused services like website design, where usability and visual flow play a major role in how users interact with the system. I’d like to bring some of those principles into Tryton for my setup.

Has anyone here implemented UI/UX improvements or added a simplified client-facing interface on top of Tryton? If so, what approaches or tools would you recommend to achieve this without disrupting core functionality?

Thanks in advance for your insights.

Hi,

Someone already try with a nice interface in the past, but their project was abandoned:

We normally design ad-hoc interfaces for custom process using a dedicated web site.
We use tryton custom routes for that in order to server our own HTML interface which use as the Tryton API to read/store data on the server. We use the User Application — Tryton server format in order to keep the data secret or event sometimes we just use the default tryton auth to make such rutes secure.