Flow-based Agent Management platform (FAM)
The Flow-based Agent Managemment (FAM) platform is designed to streamline high-volume in-person Agent to Guest interactions using the concept of workflows.
A welcome screen using the default theme.![]()
Private Repository
This project was tailored to the needs of a large organization. As such, and naturally so — the source for this project is private.
I am happy to discuss the architecture and design decisions made for this project in detail during an interview.
A short video of the platform's operation.
Summary
In the context of FAM, an interaction is the behavior that occurs between a guest and an agent.
An agent is a real-person (and most often a representative of some business) whom is interacting with a guest in order to exchange information or complete some task.
A front-desk employee at a hotel checking in a guest is an easy to reach example. The ticketing/admission agents at an event might be another. These agent to guest interactions are what drive an organization on the ground.
These interactions might occur at high volumes and might be sustained throughout normal business operation. In such cases, the amount of time spent completing tasks and exchanging information might have a very high impact on a business' operations.
FAM supports breaking these interactions down into streamlined, consistent, efficient, repeatable, and flexible workflows.
Not every interaction will be the same. Some guests might have additional service needs.![]()
There is a minimum amount of time that it takes an agent to complete a task in any software, and there is a reasonable maximum amount of time that might be spent on unusual circumstances or perhaps lost to the 'growing pains' of inexperienced staff or imperfect systems.
FAM tries to shorten the duration of agent to guest interactions without reducing the quality of the interaction through purpose-built UX-first guided workflows. Task identification from business analysis are made into functional workflows that support reducing the time taken to complete tasks while also addressing the variability in how much time that it takes to complete these tasks.
The FAM platform runs on a vue/nuxt stack. Here's a part of the app structure in a diagram, without exposing too much.![]()
A step can contain any type of work, and can be used in multiple workflows. An identification step for a check-in process using the default template might look like such:
The general look and feel of a step in a workflow.![]()
In this picture, a guest has had their ID card scanned and their profile information is displayed. The area with a marching border on the right side integrates an external barcode scanner in order to read information on the back of US driver's license. This information is compared with that on the left, and discrepencies are highlighted in yellow. Checking the acknowledgement box at the bottom moves the workflow into the next step.
Implementation
This platform was implemented as a solution for in-person registration, VIP registration, pre-event mailouts, and entitlements fulfillment for an Atlanta-based organization's yearly convention for May 2026, where it achieved significant success: The setup consists of a Vue 3 frontend and a configurable backend interface. This particular implementation utilized a Perl catalyst backend. Standard 2D barcode scanning devices and RFID tag readers were used in the guest identification system and have out-of-the box modular support in flows created on the platform.
Some Stats:
- Single day registration of over 10,000 guests with an average processing time of about 45 seconds.
- Previous year: ~2 minutes.
- No single guest wait time greater than 10 minutes.
- Previous year had lines that wrapped around the entire building and there were stories of four hour waits.
A testament![]()
A real-world solution for event staff and volunteer management.