<JulianValle.dev/>

InfoTrack Court Filing Platform — Nationwide Redesign & AI-Powered Automation

Date Published


Summary

I played a key role in redesigning and modernizing InfoTrack’s flagship Court Filing platform, used by 40,000+ legal professionals nationwide to file into 1,500+ state and county courts. This project focused on improving scalability, reducing legal filing times, and introducing AI-powered document processing, transforming a legacy application into a modern, cloud-ready SaaS platform.


Challenges

Migrating a large-scale ASP.NET MVC monolith to a .NET 8 microservices architecture without causing downtime for thousands of active users.

Maintaining feature parity during the transition while introducing React + TypeScript for a completely modern frontend experience.

Handling complex, state-specific filing workflows where laws and requirements vary drastically across different jurisdictions.

Integrating AI-powered document extraction to dramatically speed up legal workflows and reduce errors.


My Contributions

React Migration — Rebuilt the legacy Knockout.js front end using React, TypeScript, React Router, React Query, and React Hook Form to deliver a modern, dynamic user experience.

Backend Modernization — Migrated critical filing workflows to .NET 8 microservices with an API Gateway (YARP) to manage authentication and routing while enabling gradual rollout via feature flags.

AI-Powered Automation — Integrated OpenAI-based document extraction, reducing manual data entry and cutting legal form processing times from 1 hour → 30 seconds.

SQL Optimization — Designed and optimized SQL Server schemas, stored procedures, and queries to improve cross-state filing automation and ensure smooth data handling.

Seamless Integrations — Built APIs supporting major legal practice management tools like Clio, LEAP, and MyCase, enabling end-to-end synchronization.

Zero-Downtime Rollout — Implemented a gradual migration strategy where unfinished features were temporarily routed to legacy endpoints while fully completed flows redirected users to React.


Impact

- 40,000+ legal professionals served across 1,500+ courts nationwide.

- 50% fewer rejected filings thanks to improved validation and AI-powered data handling.

- Reduced filing times from 1 hour → under 30 seconds, boosting attorney productivity.

- Enabled a scalable, cloud-ready platform hosted in Azure with CI/CD pipelines for faster deployments.

- Improved user satisfaction and platform adoption across multiple states, including California, Texas, and New York.


Tech Stack

Frontend: React, TypeScript, React Query, React Hook Form, Yup

Backend: .NET 8, C#, MediatR (CQRS), API Gateway (YARP)

Database: SQL Server (schemas, stored procedures, query optimization)

AI & Automation: OpenAI API, Document Extraction Pipeline

Cloud & DevOps: Azure App Services, Azure SQL, CI/CD Pipelines

Integrations: Clio, LEAP, MyCase, RESTful APIs, Swagger/OpenAPI