@motionbug/setupmanagerhud-core
v1.2.5
Published
Real-time webhook dashboard for Setup Manager - deploy to Cloudflare Workers
Readme
Setup Manager HUD
A real-time webhook dashboard for Setup Manager that helps you monitor macOS device enrollments as they happen.
Built with React and Cloudflare Workers.
Deploy
This is the npm package source repository. To deploy Setup Manager HUD, use the starter repo:
See setupmanagerhud-starter for deployment, configuration, security, troubleshooting, and upgrade docs.
About This Repository
This repo contains the source code for the @motionbug/setupmanagerhud-core npm package. The package includes:
- Worker entry point and Durable Object
- Pre-built React dashboard
- D1 migrations
- Sync scripts for assets and migrations
Do not deploy directly from this repo. Use the starter template instead, which imports this package and provides the proper upgrade path.
For Contributors
Development commands and architecture details are in CLAUDE.md.
npm install
npm run dev # Frontend on :5173
npm run dev:worker # Full stack on :8787
npm test # Run tests