Executive Dashboard

Run maintenance ops without the circus.

Total Work Orders 0
Open 0
In Progress 0
Completed 0

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:

  1. Safety and work order triage
  2. Unit turns and inspections
  3. HVAC, plumbing, electrical basics
  4. Vendor coordination
  5. 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

  1. Download the ZIP.
  2. Upload to a new GitHub repository.
  3. Connect the repo to Cloudflare Pages.
  4. Set build command to none and output folder to /.
  5. 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.