next-pwa-auto
v0.1.2
Published
Near-zero setup PWA plugin for Next.js 14+ - auto manifest, icons, service worker, and offline fallback
Downloads
302
Maintainers
Readme
next-pwa-auto
Near-zero setup PWA plugin for Next.js 14+
Turn any Next.js app into a Progressive Web App with minimal setup.
Quick Start
npx next-pwa-auto init# Dry run: show planned setup changes only
npx next-pwa-auto init --check
# Diagnose and auto-fix common setup issues
npx next-pwa-auto doctor --fixIf you prefer manual setup:
npm install next-pwa-auto// next.config.js
const withPWAAuto = require('next-pwa-auto').default;
module.exports = withPWAAuto()({});Documentation
Detailed guides and all options are in docs:
- Get Started: https://npwa.js.org/get-started
- Usage: https://npwa.js.org/usage
- FAQ: https://npwa.js.org/faq
