WaitWell provides organizations with a modern way to coordinate walk-in traffic and scheduled services through a secure, cloud-based queuing and appointment platform. Customers can join virtual queues or book appointments via QR codes, SMS, web links, kiosks, or by chatting with Waillo, an AI agent native to WaitWell that answers questions, explains services, and routes customers into the correct line using natural language. Customers receive live status updates and AI-driven wait time forecasts that reduce uncertainty.
WaitWell includes strong real-time reporting and operational dashboards. Waillo Insights builds on this foundation by enabling leaders to ask plain-language questions of their data to uncover service constraints, monitor performance trends, and refine staffing decisions. With real-time visibility, integrated payments, open APIs, and HIPAA and SOC 2 compliance, WaitWell supports scalable, efficient service delivery across locations.
Learn more
MediRoutes is a cloud-based fleet management software designed for managing Non-Emergency Medical Transportation (NEMT) fleets. The software features real-time dispatch, automated scheduling, billing, reporting, and API integrations. Created for transportation providers, it ensures efficient route planning, real-time fleet visibility, and payer integration. MediRoutes reduces wait times for passengers and increases operational efficiency for NEMT transportation providers while providing on-time performance with advanced scheduling algorithms. It facilitates smooth patient transportation coordination and partners with all major US brokers, maintaining its leadership in the NEMT software industry since 2008.
Learn more
Standard Vision OS^
Our innovative AI-driven computer vision platform revolutionizes in-store shopping by enabling autonomous checkout for physical retailers. Customers can simply enter the store, select their items, and exit without the hassle of waiting in line or manually checking out. Standard’s cutting-edge technology is designed for easy integration into existing retail environments, making it the ideal choice for businesses seeking to implement autonomous checkout without the need for new construction. Unlike others, Standard avoids the use of facial recognition or any biometric data, focusing instead on robust on-premise deployments that maximize both performance and security for retailers and their patrons. The camera-first approach eliminates the need for turnstiles or gates, facilitating quick installations that do not disrupt customer flow or business operations. By prioritizing customer satisfaction, Standard aims to create a seamless and enjoyable shopping experience. Ultimately, our vision is to transform traditional retail into a more efficient and customer-friendly environment.
Learn more
FF4J
Simplifying feature flags in Java allows for dynamic enabling and disabling of features without the need for redeployment. This system enables the implementation of various code paths through the use of predicates that are evaluated at runtime, facilitating conditional logic (if/then/else). Features can be activated not only by flag values but also through role and group access management, making it suitable for practices like Canary Releases. It supports various frameworks, starting with Spring Security, and permits the creation of custom predicates utilizing the Strategy Pattern to determine if a feature is active. Several built-in predicates are available, including white/black lists, time-based conditions, and expression evaluations. Additionally, it enables connection to external sources like a Drools rule engine for enhanced decision-making processes. To maintain clean and readable code, it encourages the use of annotations to avoid nested if statements. With Spring AOP, the target implementation is determined at runtime, influenced by the status of the features. Each execution of a feature involves the ff4j evaluating the relevant predicate, which allows for the collection of events and metrics that can be visualized in dashboards or usage trends over time. This approach not only streamlines feature management but also enhances the monitoring and analytics capabilities of your applications.
Learn more