Platform Features
Four apps, included with every plan
All four platform apps are bundled at every tier. Pick a card below to see the workflows each app supports.
Inventory Management
Complete chemical and supply control — from receiving dock to technician truck.
Learn more →Asset Tracking
Know where every piece of equipment is, what it is worth, and when it needs service.
Learn more →Fleet Management
Vehicle maintenance, fuel logging, and inspection workflows for service fleets.
Learn more →Training & Compliance
Track certifications, expiration dates, and renewal training across your workforce.
Learn more →Platform & Infrastructure
Built for reliability, ownership, and trust
Behind every TrakIt app is infrastructure designed for resilience and respect for your data.
Redundant Application Servers
Application instances run behind a managed load balancer with continuous health checks. A failing instance is removed from rotation automatically while a replacement comes up — single-node failures are invisible to your users.
Private Database per Tenant
Each tenant is provisioned its own PostgreSQL database with a dedicated role and credentials, hosted on an enterprise-grade managed-database cluster with automated patching, encrypted connections, and high-throughput SSD storage. The database belongs to the tenant alone — credentials grant access to that database only, with no shared tables, no cross-tenant queries, and no possibility of one tenant's query reaching another's data.
Daily Backups
Tenant databases are snapshotted daily by the managed-database service and retained for 7 days. Within that window, backups can be restored if needed. Encrypted at rest and managed independently of the live cluster.
High AvailabilityAdd-on
Optional standby database node with synchronous streaming replication and automatic failover. On primary-node failure the standby is promoted with no manual intervention. Available as an add-on for tenants with stricter uptime requirements.
Tenant Data Ownership
Your data is yours. Request a full pg_dump or per-table CSV export of every record — products, transactions, audit history, attachments — at any time. Standard PostgreSQL format means you can restore the export to any Postgres server without proprietary tooling.