Three taps to log an application. Nobody can edit it after.
Chemical records are the part of this business that can cost you a licence. CutRoute logs an application in three taps with gloves on, captures GPS and timestamp automatically, and then makes the record permanent — enforced by the database, not by a setting someone can switch off.
Join the waitlist
Three taps, gloves on
Product, rate, sign. GPS coordinate and timestamp captured automatically on every entry.
Immutable at the database
UPDATE and DELETE are denied by Postgres policy for every user, administrators included.
Export in the format the state wants
EPA-format PDF reports with state-specific templates for the reporting period.
What's in it
5 modules
Field logging
All plans
Designed for a gloved hand in the sun, not a desk.
- Three taps: product, rate, sign
- GPS coordinate and timestamp captured automatically
- Full offline capture, queued locally and synced on reconnect
- Photo and applicator signature attached at completion
- Multiple products per application event, each with EPA registration number, rate, unit and area treated
Append-only records
All plans
No edits, no deletes — and not as a policy, as a database constraint.
- UPDATE and DELETE denied by PostgreSQL security policies
- The denial applies to every user, including administrators and CutRoute staff
- Signed service agreements are stored as write-protected PDFs
- A paid invoice is locked at the database level the moment it is marked paid
- Append-only audit log records every access and mutation with user, timestamp and IP
Chemical inventory and reporting
All plans
Stock that reconciles itself, and reports the state will accept.
- Units in stock with automatic usage deduction per job
- Product database including EPA registration numbers
- EPA-format PDF export with state-specific templates
- Bulk export scoped to a state reporting period
License+ rule engine
Add-on
Applicator licence rules for all fifty states, wired into scheduling.
- Licence type requirements by service and chemical class
- Rules maintained for all 50 states
- Certification expiry alerts at 90, 60, 30 and 14 days
- Scheduling gate blocks cert-required jobs when a licence has lapsed
- Included at no extra charge on Pro and Command
Security architecture
All plans
Tenant isolation and MFA built into the schema, not bolted on later.
- Row-level security scopes every query to your tenant
- A bug in CutRoute's own code cannot leak another company's data
- TOTP or biometric multi-factor authentication
- Device enrollment binds accounts to specific hardware IDs
The rest of the platform
Waitlist
Get chemical and compliance first
Early access this winter, founding pricing at launch.
Questions
What does "immutable" actually mean here?
Chemical application logs are append-only at the database level: PostgreSQL security policies deny UPDATE and DELETE for every role. It is not a permission setting in the app that an administrator can turn off, and it applies to CutRoute staff as well as to you.
Can I log an application with no cell service?
Yes. That is the normal case. The entry is written to the device with its GPS coordinate and timestamp, then queued and synced when signal returns.
Will the export satisfy my state?
Reports generate in EPA format with state-specific templates, scoped to whichever reporting period you select. The License+ add-on maintains the licence rules themselves for all fifty states.
What if I make a mistake on an entry?
You add a correcting entry; the original stays. That is what append-only means, and it is the property that makes the record defensible to a regulator.