Version 8 of BlueSeer has been released. The design of BlueSeer has been refactored to allow for a remote deployment model of the backend database via web based cloud platforms (AWS, GCP, Azure) utilizing revised HTTPs API calls for CRUD operations. Most of the database API method calls have been converted to JSON return objects which will pave the way for construction of alternate client side interfaces that are not restricted to simply Java Swing GUI. This architectural design should allow for browser based or other GUI technology (JavaFX) interfaces to be constructed using the newly designed API data calls for database interaction. Another significant change is regarding the embedded Java JRE. The embedded JRE has been upgrading from JRE 17 to JRE 26.