CareLineLive
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
ActCAD Software
ACTCAD is an excellent tool for creating professional drawings tailored for various fields such as architecture, structural and civil engineering, mechanical design, electrical schematics, interior design, and tool and machine design. This professional-grade CAD software supports both 2D drafting and 3D modeling while utilizing dwg and dxf file formats, making it one of the most cost-effective options available. As a native dwg/dxf software, ActCAD is ideal for a wide range of drafting and modeling projects and has garnered the trust of over 30,000 users across more than 103 countries for over a decade. Its interface and command structure closely resemble those of other well-known CAD tools, allowing existing CAD users to transition without any learning curve while saving up to 80% on costs. ActCAD provides flexible licensing options, including single-user licenses, and offers unlimited free email technical support to all users. Additionally, it allows for full customization and the development of programs using a free API toolkit, supporting popular programming languages such as Lisp, DCL, .NET, and C++. Beyond standard commands, ActCAD includes a variety of productivity-enhancing features like a PDF to CAD converter, extensive block libraries, an image to CAD converter, and the ability to manage point sets between CAD and Excel, making it a versatile choice for professionals seeking efficiency in their design projects. With its comprehensive set of tools and user-friendly interface, ActCAD proves to be an indispensable asset for anyone involved in technical design work.
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
PowerShell
PowerShell is a dynamic framework for task automation and configuration management that functions across multiple platforms, featuring both a command-line interface and a scripting language. Unlike standard shells that mainly focus on text processing, PowerShell is built on the .NET Common Language Runtime (CLR), which enables it to manage .NET objects directly. This fundamental difference unlocks a variety of advanced tools and methodologies for automating processes. In contrast to traditional command-line interfaces, PowerShell cmdlets are designed to work with objects instead of just text strings. An object encapsulates structured information that goes beyond the simple characters displayed on a monitor. Each command's output is accompanied by valuable metadata that can be utilized as needed. If you've previously worked with text-processing tools, you might observe a distinct difference in functionality when using PowerShell, as it typically eliminates the need for separate text-processing applications to extract specific data. This means you can seamlessly interact with different elements of your data using the native PowerShell object syntax, which significantly enhances the overall user experience. Furthermore, this capability not only simplifies data manipulation but also empowers users to perform complex operations with ease.
Learn more