uno-wasm-pwa

Configure and deploy Uno Platform WebAssembly PWAs with service workers and manifests.

5|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/mtmattei/UnoPlatformSkills --skill uno-wasm-pwa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uno-wasm-pwa
Source: https://github.com/mtmattei/UnoPlatformSkills/tree/main/uno-wasm-pwa
Command: npx skills add https://github.com/mtmattei/UnoPlatformSkills --skill uno-wasm-pwa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Uno Platform WebAssembly and Progressive Web Apps require careful setup of the bootstrapper, manifests, hosting, and performance optimizations to deliver reliable WASM apps with offline support and correct caching. This Skill provides consolidated guidance, templates, and best practices to bootstrap, debug, host, and deploy Uno Wasm PWAs across Azure Static Web Apps, Nginx, and GitHub Pages.

Core Features & Use Cases

  • Patterns for enabling and debugging WebAssembly Uno apps, including bootstrapper configuration, service workers, and PWA manifests
  • Hosting and deployment guidance for Azure Static Web Apps, Nginx, Apache, and GitHub Pages with proper caching and MIME types
  • Performance optimizations like AOT/Jiterpreter choices, trimming, Brotli, and manifest configuration for fast startup and small payloads

Quick Start

Publish the app for net9.0-browserwasm and serve the published wwwroot with a static server to verify the PWA manifest and service worker setup.

Frequently Asked Questions about uno-wasm-pwa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I host and deploy Uno Wasm PWAs on Azure Static Web Apps or GitHub Pages?

Deploy Uno Wasm PWAs to Azure Static Web Apps, Nginx, or GitHub Pages by configuring static file hosting with correct MIME types and Brotli compression for small payloads and fast startup.

Why does my Uno Wasm PWA service worker fail to cache assets correctly?

Service worker caching in Uno Wasm PWAs fails when bootstrapper configuration or MIME types are incorrect. Verify manifest setup and caching strategies to ensure offline support works reliably.

Can I use Uno Wasm PWA features with Nginx or Apache hosting?

Uno Wasm PWA features work with Nginx and Apache hosting by configuring static file serving with correct MIME types and caching rules. This ensures proper WebAssembly payload delivery and offline support.

What is the best way to debug WebAssembly Uno apps during development?

Debug WebAssembly Uno apps by configuring the bootstrapper and inspecting service worker registration. This verifies PWA manifest setup and caching behavior during local development.