← Back to Apps
WorkSite Pro icon

WorkSite Pro

An all-in-one contractor and field-service operations platform for managing customers, jobs, estimates, invoices, schedules, teams, materials, and day-to-day field work.

Development Paused Established Product Foundation Mobile + Backend

Last reviewed: August 29, 2026. The current repository was reviewed directly for this status update. WorkSite Pro has a substantial working product foundation, but active feature development remains paused while Horizon Tech prioritizes other launch work. The previous percentage-based progress estimates have been removed because they did not accurately communicate the project's state.

Current Status

  • Active feature development is currently paused.
  • The project remains active in Horizon Tech's product roadmap rather than abandoned or archived.
  • The latest repository checkpoint was pushed in July 2026 to preserve the current working state during the GitHub migration.
  • Future work can resume from an already substantial mobile, backend, and database foundation.

Working Product Foundation

  • Authentication and account flows.
  • Owner, manager, and technician role-aware experiences.
  • Customer and property management.
  • Jobs, scheduling, estimates, and invoices.
  • Team management, materials, and company settings.

Architecture in Place

  • React Native / Expo mobile application.
  • Node.js and Express backend with PostgreSQL.
  • Role and tenant-aware backend authorization.
  • Local mobile database and synchronization foundation.
  • Push notification, email, SMS, and subscription infrastructure foundations.

Implemented So Far

Implemented Foundation

Role-aware contractor workflow

The mobile application contains separate owner, manager, and technician dashboard and navigation paths, backed by role-based access controls and company tenancy infrastructure.

Implemented Foundation

Customers, jobs, and scheduling

Client management, job creation and detail workflows, appointments, schedule views, staff assignment, job notes, time logs, and job-photo foundations are represented in the current codebase.

Implemented Foundation

Estimates and invoicing

The project includes estimate and invoice creation, line-item workflows, invoice customization, PDF generation, company invoice defaults, and backend services supporting the financial document workflow.

Implemented Foundation

Offline and synchronization groundwork

A local mobile database, local models, network awareness, a synchronization queue, and synchronization service are already present as the foundation for WorkSite Pro's offline-first direction.

What Comes Next

When Development Resumes

Validate the current baseline

Resume from the preserved repository state with a fresh end-to-end build, dependency, database, authentication, and mobile workflow validation before adding new scope.

Next Product Work

Complete and harden offline field workflows

Continue the local-first synchronization work so technicians can reliably use core job and customer workflows when connectivity is poor or unavailable.

Future

Operational expansion and polish

After the core field workflow is stable, WorkSite Pro can continue into deeper reporting, integrations, communications, billing, scheduling, and multi-device operational capabilities.

Recent Project Milestones

July 12, 2026

Current working state preserved in GitHub

The existing ContractorApp / WorkSite Pro working state was checkpointed during the repository migration so development can resume from a known baseline.

April 2026

Offline refactor and deployment preparation

Development included an Expo SDK refactor aimed at offline support, backend corrections, environment switching, and deployment preparation.

Earlier Foundation

Security and database hardening

The backend removed insecure JWT fallback behavior and added database timestamp automation, soft-delete support, additional schema migrations, and supporting documentation.