anything-llm icon indicating copy to clipboard operation
anything-llm copied to clipboard

[FEAT]: PWA Support

Open aakashpothepalli opened this issue 1 year ago • 3 comments

What would you like to see?

Currently, the site exposed from the docker container is not a Progressive Web App (PWA). Would it be possible to convert the website into a PWA? This would enable us to install the web app onto our devices, allowing for faster access.

aakashpothepalli avatar Oct 07 '24 09:10 aakashpothepalli

I made a PWA version using the platform's embedding, it is totally possible to implement it definitively in the build. I also await this feature in the main version.

Peterson047 avatar Dec 26 '24 19:12 Peterson047

I made a PWA version using the platform's embedding, it is totally possible to implement it definitively in the build. I also await this feature in the main version.

Can you expand on what you did? I'm not sure what you mean by the platform embeddings.

Gaffers2277 avatar Jan 01 '25 20:01 Gaffers2277

The platform offers support for page embeddings (such as iframes). I created a standard PWA project and used this embedding as the content to be rendered on the page.

Peterson047 avatar Jan 02 '25 00:01 Peterson047

PWS support was merged in #4592

timothycarambat avatar Dec 16 '25 20:12 timothycarambat