windmill-labs / windmill

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
https://windmill.dev
Other
9.61k stars 440 forks source link

feature: PWA compatability for apps #1702

Open junland opened 1 year ago

junland commented 1 year ago

So I've been reading about Progressive Web Apps (PWA) from googles website and I think this would make a great feature to have for the deploy able apps within windmill.

Use case / Value case :

rubenfiszel commented 1 year ago

Could be done for sure, not priority but nice to have

Seems like the offline experience can be mostly had by fetching the app at install time. Otherwise https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable looks clear enough