
CareLineLive is an all-in-one, cloud-based homecare management platform trusted by over 700 home care agencies and domiciliary care providers across the United Kingdom 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 and CIW 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.
Learn more

Scotch is a comprehensive operating system tailored specifically for liquor retailers, integrating liquor-focused point of sale (POS), payment processing, back office functions, inventory management, ordering, receiving, analytics, and customer engagement tools into one cohesive platform. More than just a typical POS system, Scotch is designed to meet the operational needs of bottle shops, wine retailers, beer outlets, and liquor stores, accommodating features like case breaks, handling distributor invoices, managing thousands of SKUs, working with multiple suppliers, ensuring age verification, enabling offline sales, and providing real-time inventory tracking. By streamlining transactions, the POS system allows staff to complete sales more quickly, enroll customers on the spot, manage rewards programs, facilitate split payments, ensure secure transactions, and maintain customer flow even during internet outages. Furthermore, Scotch automatically monitors parent-child inventory relationships, meaning that selling any quantity—be it a single bottle, a six-pack, or an entire case—instantly updates all related inventory types without the need for manual inputs or end-of-day reconciliation processes. This efficiency ultimately enhances the overall shopping experience for both retailers and their customers alike.
Learn more
Tcl
Tcl is an exceptionally straightforward programming language that can be picked up quickly. If you have prior programming experience, you could grasp enough of Tcl to create engaging programs in just a few short hours. This webpage offers a succinct introduction to Tcl's primary features. Upon completing this overview, you'll likely feel confident enough to begin writing basic Tcl scripts independently; nonetheless, we suggest exploring one of the numerous Tcl books available for a more comprehensive understanding. Each command in Tcl comprises one or more words that are separated by spaces, as illustrated by the example containing four distinct words: expr, 20, +, and 10. The initial word denotes the command itself, while the subsequent words serve as the command's arguments. Although all Tcl commands are constructed from words, they each interpret their arguments in unique ways. Notably, the expr command considers all of its arguments collectively as an arithmetic expression, evaluates the expression, and returns the result as a string. In the case of the expr command, the division into words holds no significant importance. Additionally, mastering Tcl can lead to the development of more complex and functional scripts as you gain experience.
Learn more
PowerShell
PowerShell serves as a versatile task automation and configuration management framework that operates across various platforms and is comprised of both a command-line shell and a scripting language. Distinct from typical shells that primarily handle text, PowerShell is founded on the .NET Common Language Runtime (CLR), allowing it to work with .NET objects instead. This core distinction introduces a range of innovative tools and techniques for automating tasks. Unlike conventional command-line interfaces, PowerShell cmdlets are specifically crafted to manipulate objects rather than mere text. An object represents organized information that transcends the simple string of characters displayed on your screen. The output generated by commands always includes additional metadata that can be leveraged when necessary. If you've utilized text-processing tools previously, you'll notice that their functionality differs when employed within PowerShell. Generally, there is no need for separate text-processing utilities to obtain specific information, as you can directly interact with segments of the data using the standard PowerShell object syntax. This capability enhances the user experience by allowing for more intuitive and powerful data manipulation.
Learn more