cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.3k stars 489 forks source link

Progressive Web App #147

Closed JHK closed 1 year ago

JHK commented 1 year ago

This allows to "install" the chat bot as a system application. Personally I make use of PWAs whenver possible. This would also make this app a contender to pure desktop applications.

aadityabhatia commented 1 year ago

@JHK excellent idea. Any particular resources to help setup a PWA? There is already a manifest.json. Guessing we need a service worker. What else?