Skip to content

Introduction

PHX Terminal is a next-generation, AI-powered legal desktop automation platform engineered to eliminate the inefficiencies created by fragmented legal software ecosystems. At its core is a proprietary “hover opaque application” — an intelligent desktop overlay that monitors lawyer workflows, recognizes activity, identifies relevant data points, and automates cross-application data entry across both modern and legacy software.

Instead of forcing lawyers to manually re-enter the same information into multiple disconnected systems, PHX Terminal provides an intelligent automation layer that understands workflows and streamlines operations in real time. It is designed to become the operating layer that sits across a firm’s entire software estate.

The platform has two halves:

  • The desktop component — the hover opaque application, which uses AI to track actions, read on-screen data, and inject it where it needs to go.
  • The backend ecosystem — a secure, multi-tenant platform that includes a developer sandbox and an integrated marketplace, so third parties can build and distribute specialized legal applications.
flowchart LR
  subgraph Desktop["Desktop component"]
    HOA["Hover opaque application<br/>tracks actions · reads screen · injects data"]
  end
  subgraph Backend["Backend ecosystem (secure, multi-tenant)"]
    SANDBOX["Developer sandbox"]
    MARKET["Integrated marketplace"]
  end
  subgraph AI["AI engine — the foundation"]
    CV["Computer Vision"]
    RPA["RPA / IPA"]
    LLM["LLMs / NLP"]
    OCR["OCR / ICR"]
    WI["Workflow intelligence"]
  end
  HOA <-->|"events · data"| Backend
  AI --> Desktop
  AI --> Backend

The two halves of PHX Terminal — the desktop overlay and the backend ecosystem — sit on a shared foundation of AI disciplines that power both.

PHX Terminal combines several AI disciplines into one continuously improving engine:

CapabilityRole
AI Computer Vision”Sees” and operates any UI, including legacy and virtualized apps
RPA & Intelligent AutomationExecutes actions and processes unstructured data
LLMs & NLPInterprets user intent and legal language
OCR / ICR data extractionConverts scans, PDFs, and handwriting into structured data
Workflow intelligenceLearns from process & task mining to target automation

By automating the “last mile” of legal work, PHX Terminal delivers:

  • Increased billable efficiency — less time on administrative work, more on legal work
  • Reduced errors — automated, validated data synchronization
  • Faster turnaround — accelerated document production, filings, and case updates
  • Enhanced compliancesecurity and governance built in
  • Operational scalability — firms scale without proportional staffing increases

A defining design principle is human-in-the-loop control: lawyers retain final approval, validation, and ethical oversight, which is essential given the sensitive nature of legal data and the inviolability of attorney-client privilege.

import { CardGrid, LinkCard } from ‘@astrojs/starlight/components’;