#PWA astro.js
3 messages · Page 1 of 1 (latest)
Hi @warm fable. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Yes, you can create a Progressive Web App (PWA) with Astro. One of the integrations available for Astro is astro-webmanifest, which helps generate a webmanifest and icons for Astro to make progressive web apps. You can find it on the Astro integrations page (https://astro.build/integrations/4) with 3.1K weekly downloads.
To install it, you would typically use a package manager like npm or yarn:
npm install astro-webmanifest
# or
yarn add astro-webmanifest
After installing, you would need to configure it in your Astro project. Unfortunately, the exact usage instructions are not provided in the knowledge sources. For detailed usage instructions, you should refer to the package's documentation or repository.