maravilla-push

Installation
SKILL.md

Maravilla Web Push

Browser-side opt-in via the standard Web Push API; server-side fan-out + scheduling via platform.push. The platform handles VAPID, subscription storage, retry, and idempotent scheduling.

platform.push is optional — it's only present when Web Push is enabled in project settings. The dev-server fallback may leave it undefined; check before use.

Browser side

Register a subscription

import { registerPush } from '@maravilla-labs/platform/push';
Installs
19
First Seen
Apr 29, 2026
maravilla-push — maravilla-labs/maravilla-cli