LAION-AI / Open-Assistant

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
https://open-assistant.io
Apache License 2.0
36.94k stars 3.22k forks source link

Web app manifest for assistant website #3548

Closed gregbacchus closed 1 year ago

gregbacchus commented 1 year ago

I'd like to suggest that you add a web app manifest to the assistant website.

https://developer.mozilla.org/en-US/docs/Web/Manifest https://web.dev/add-manifest/

With the correct settings ("display": "standalone"), this will enable users (using Chrome, Edge or Safari) to "Install" the assistant on mobile devices or desktop so that it appears nearly like a native app.

sun-jay commented 1 year ago

Hey I added a manifest.json and its pretty cool. I accessed my local web server on my phone and you can basically add Open Assistant as an app on your phone (not sure if you have to sign in every time though). Opening up a pull request for my branch.

sun-jay commented 1 year ago

PR is here: https://github.com/LAION-AI/Open-Assistant/pull/3632