Monorepo for the napplet SDKlibraries for building NIP-5D Nostr Web Applets - "napplets"
https://github.com/napplet/web
A napplet is a sandboxed web app that runs inside a shell. The shell and napplet communicate over postMessage using a JSON envelope format ({ type, ...payload }) defined by NIP-5D. The napplet never touches localStorage, relay connections, or signing keys directly -- the shell proxies everything through NAP interfaces.