Skip to content

Add containerized web front-end (BFF + Vue SPA), linux 5090 docker-co… - #616

Open
sameeraman wants to merge 1 commit into
duixcom:mainfrom
sameeraman:feat/web-frontend
Open

Add containerized web front-end (BFF + Vue SPA), linux 5090 docker-co…#616
sameeraman wants to merge 1 commit into
duixcom:mainfrom
sameeraman:feat/web-frontend

Conversation

@sameeraman

Copy link
Copy Markdown

This pull request introduces a new browser-based web client for Duix.Avatar, allowing users to create avatars and synthesize videos from any device with a browser. This removes the dependancy on the OS that the client uses, web app can work in linux, windows or macOS. The web client is containerized with Docker, designed to work alongside the existing backend containers by sharing the same data volume. Comprehensive documentation and configuration examples have been added to the main README.md and the new web client subproject. The changes also include Docker and environment setup for the web client, and a new Docker Compose file for 5090-series GPU deployments.

Major new features and documentation:

  • Added a browser-based web client as an alternative to the Electron desktop app, with clear documentation on choosing and deploying either client. The web client runs as a Docker container and interacts with the backend via a shared data volume. (README.md [1] [2] [3]
  • Introduced a new web/README.md explaining the architecture, deployment, and API of the web client, including setup instructions and feature overview.

Web client implementation:

  • Added the complete web client codebase under web/, including a Vue 3 frontend (client/), a Node.js/Express backend-for-frontend (server/), Dockerfile, environment examples, and ignore files. [1] [2] [3] [4] [5] [6] [7] [8]

Deployment improvements:

  • Added deploy/docker-compose-5090-linux.yml for running the backend TTS and video generation services on NVIDIA 5090 GPUs, using a shared Docker network and explicit volume mounts.

These changes make Duix.Avatar accessible from any device on the network, simplify deployment for both desktop and web users, and provide clear, up-to-date documentation for all supported setups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant