Executive Dashboard
Run maintenance ops without the circus.
Recent Work Orders
No work orders yet.
Academy Progress
Create Work Order
All Work Orders
No work orders created yet.
Maintenance Academy Roadmap
Academy Builder Notes
This starter academy is built around real-world maintenance operations:
- Safety and work order triage
- Unit turns and inspections
- HVAC, plumbing, electrical basics
- Vendor coordination
- Documentation, invoicing, and client communication
Click completed when you finish a module. The app tracks progress locally.
Add Vendor
Vendor Directory
No vendors saved yet.
Operations Snapshot
What this version does:
- Creates and manages work orders
- Tracks academy completion
- Stores vendor contacts
- Exports all app data as JSON
What to add next: photos, invoices, tenant portal, technician routing, email alerts, and Cloudflare Workers + D1 backend.
Data Preview
Step-by-Step Deployment
- Download the ZIP.
- Upload to a new GitHub repository.
- Connect the repo to Cloudflare Pages.
- Set build command to
noneand output folder to/. - Deploy. That’s it. No drama, no weird build pipeline.
Storage
This version uses your browser's local storage. On the same device and browser, your entries stay saved until you clear site data.
For multi-device syncing, move the data layer to Cloudflare Workers + D1 or Supabase later.