
CareLineLive is an all-in-one, cloud-based homecare management platform trusted by over 700 home care agencies and domiciliary care providers across the UK and Australia.
The platform covers rostering, scheduling, care planning, care monitoring (ECM), eMAR, payroll, invoicing and the Care Circle portal for friends and family.
Subscription includes CQC (Care Quality Commission) and CIW (Care Inspectorate Wales) compliance tool MOA Benchmarking to deliver a solution combining both homecare management and compliance.
Customers find the comprehensive functionality easy to use because of the intuitive user interface and enjoy excellent day-to-day support which is recognised by CareLineLive’s high rating on Trustpilot.
CareLineLive is an NHS England Assured Supplier for Digital Social Care Records (DSCR). CareLineLive is accredited to ISO 27001 (Information Security), ISO 9001 (Quality Management), and Cyber Essentials Plus. In addition to being hosted on secure AWS servers with data stored in the UK (or Australia for customers there) for data sovereignty.
Founded in 2014, CareLineLive is led by Managing Director Josh Hough and is headquartered in West Sussex with offices in London and Melbourne. CareLineLive is part of MAS Technicae Group and received majority investment from technology-focused investment firm Accel-KKR in June 2025. Sister companies under the same group include compliance specialist MOA and Australian aged care software provider Health Metrics.
CareLineLive includes:
Electronic Medication Administration Records (eMAR) for medication management
Care rostering software with AI-assisted scheduling
Carer Companion mobile app for Android & iOS
Care Circle Portal for family member access
GP Connect integration for NHS patient records
Payroll and invoicing automation
CQC compliance tools for UK care providers
Fully managed handsets with remote wipe
MOA Benchmarking's audit tool for CQC/CIW compliance
Learn more

Scotch serves as an all-encompassing operating system uniquely designed for liquor retailers, merging liquor-specific point of sale (POS), payment processing, back office operations, inventory oversight, ordering, receiving, analytics, and customer interaction tools into a unified platform. Unlike standard POS systems, Scotch caters to the distinct operational requirements of bottle shops, wine sellers, beer distributors, and liquor establishments by incorporating features such as case breaks, distributor invoice management, and the ability to handle thousands of SKUs from various suppliers. It ensures compliance with age verification, supports offline transactions, and offers real-time inventory monitoring. By optimizing transaction processes, this POS system empowers staff to finalize sales rapidly, enroll customers immediately, oversee rewards initiatives, manage split payments, secure transactions, and maintain a steady customer experience even during internet disruptions. Additionally, Scotch autonomously tracks parent-child inventory relationships, allowing retailers to sell any quantity—whether a single bottle, a six-pack, or multiple cases—while automatically updating related inventory types without requiring manual input or time-consuming end-of-day reconciliation. This streamlined approach significantly improves the shopping experience for retailers and customers, fostering better engagement and satisfaction. As a result, Scotch stands out in the market by not only enhancing operational efficiency but also contributing to a more enjoyable retail environment.
Learn more
Tcl
Tcl is a remarkably easy-to-learn programming language that can be understood in a short time frame. For those with some programming background, it is possible to learn enough Tcl essentials to start creating interesting applications within just a few hours. This page provides a brief overview of Tcl's key features. After going through this introduction, you may feel ready to write simple Tcl scripts on your own; however, we recommend delving into one of the many Tcl books available for a deeper grasp of the subject. Each Tcl command consists of multiple words that are separated by spaces, exemplified by the command containing four separate words: expr, 20, +, and 10. The first word indicates the command itself, while the following words act as the command's parameters. While every Tcl command is formed from words, each handles its arguments in distinct manners. For instance, the expr command treats all its arguments as a single arithmetic expression, computes the result, and outputs it as a string. In the context of the expr command, the division of arguments into words is not particularly critical. Moreover, as you become more acquainted with Tcl, you can create increasingly sophisticated and functional scripts, enhancing your programming skills over time. Thus, investing time in understanding Tcl can significantly expand your capabilities as a programmer.
Learn more
warcat
Warcat is a specialized tool and library tailored for the management of Web ARChive (WARC) files, which allows users to seamlessly combine multiple archives into one, extract their contents, and execute a range of commands such as viewing available operations along with the archive's contents. Users have the ability to load an archive, write it out again, divide it into separate records, and maintain data integrity through digest verification and compliance validation. While the library may not be completely thread-safe at this stage, its main objective is to offer a fast and intuitive experience similar to working with conventional archive formats like tar and zip. Warcat adeptly manages large files that are gzip-compressed by facilitating partial extraction as needed, thereby optimizing the use of system resources. It is crucial to recognize that Warcat comes without any warranty, prompting users to take precautions by backing up their data and conducting thorough tests before implementation. Each WARC file is composed of several interconnected records, where each record includes named fields, a content block, and appropriate newline separators, with the content block capable of containing either binary data or a structured mix of named fields followed by binary data. By grasping the fundamental structure and features of WARC files, users can leverage Warcat to enhance their archival workflows efficiently. Familiarity with this tool can significantly streamline the process of handling large volumes of archived web data.
Learn more