CloudFiler provides filing and searching in both New and Classic Outlook on all phones & tablets, all popular browsers, Macs and ARM based devices.
Created Microsoft's new web Add-in technology by the architect of the Oasys email management system previously owned by Arup Group Ltd and the Excitech Mail system owned by Symetri and latterly Pentagon.
File to: the cloud, Windows folders, SharePoint, OneDrive, Egnyte, Autodesk Forma, Bentley ProjectWise, etc.
Favoured by the biggest businesses globally.
Learn more

CapLinked is a web-based platform built for organizations that need a better way to manage, protect, and share sensitive business documents during high stakes work. Known as The Deal Room That Works, CapLinked gives teams, advisors, and lawyers a controlled workspace for due diligence, mergers and acquisitions, fundraising, audits, licensing, asset sales, and confidential projects where accuracy, speed, and oversight matter.
Instead of relying on email attachments, consumer file sharing links, or scattered folders, teams can organize documents in structured workspaces with clear folder layouts, searchable files, user groups, and permissions. Administrators can decide who can view, upload, print, download, or share materials, while watermarking, passwords, expiration settings, tracking, and reporting help reduce risk when information is shared outside the organization.
CapLinked makes complex document review more efficient for internal teams and external reviewers. Buyers, investors, attorneys, accountants, partners, and other stakeholders can access the materials they need in a professional environment, while project owners maintain visibility into engagement and adjust access as a review changes. This helps reduce version confusion and manual follow up when managing sensitive files across organizations.
For boutique firms, Big 4 consultants, global enterprises, and teams in between, CapLinked supports secure collaboration without unnecessary complexity. Its data room and document tools help companies protect financial records, legal documents, intellectual property, contracts, operational files, and strategic materials while keeping reviews organized. Visit caplinked.com to see how CapLinked can help teams share documents, control access, and move work forward
Learn more
Online 3D Viewer
The Online 3D Viewer is a free and open-source web application that allows users to visualize and interact with 3D models directly in their web browsers. This repository includes the source code for both the website and the underlying library that powers it. The platform is capable of handling a variety of file formats for both import and export purposes. When a file format offers both text and binary variants, it is generally advisable to opt for the binary version for better performance. Users have multiple options for loading their models; they can either select files stored on their local devices or retrieve models hosted on external web servers. When loading from your computer, it is important to note that the model remains entirely within your browser without being uploaded to any online server. Alternatively, models can be imported via a URL by clicking the "open URL" button located in the toolbar. If you encounter missing files in the model tree, this indicates that the model is referencing additional files that have not been included for import. To rectify this issue, you will need to re-import the model along with the referenced files or simply import the missing files separately to ensure everything is displayed correctly. Additionally, this flexibility in loading methods enhances user experience by accommodating different workflow preferences.
Learn more
Pleasant3D
I often encountered issues where the STL files I downloaded required minor modifications to be compatible with my 3D printer. Usually, this involved simply centering the model on the build platform or resizing it to fit. A few months ago, I developed OpenGL code to visualize both STL and GCode files for a different extensive project, which proved useful. Additionally, I faced challenges when trying to open ASCII-encoded STL files in my 3D/CAD application, which only supports binary STL files, prompting the need for a straightforward conversion method. To address these challenges, I created Pleasant3D, a compact utility designed to resolve these issues while incorporating my earlier visualization code for STL and GCode files. This latest version enhances the error checking within the Quicklook plugins and ensures that if Quicklook generation fails, the standard document icon is shown, preventing quicklookd from crashing during error occurrences. With these improvements, users can now expect a smoother and more reliable experience when handling their 3D printing files.
Learn more