Inspiration

The inspiration for BluePrint Bio-Hub came from observing the "Chaos of the Bench." In a modern molecular biology lab, scientists are surrounded by cutting-edge hardware, yet they still rely on handwritten notes and 20 different open browser tabs for simple unit conversions. We wanted to build the "Iron Man HUD" for biologists—a single, high-contrast, mobile-first cockpit that makes complex calculations as fast as a heartbeat.

What it does

Bio-Hub Omni is a portable diagnostic suite that handles the heavy lifting of laboratory math.

Genomics: It calculates DNA melting temperatures (T m ​ ) and translates genetic sequences into proteins.

Chemistry: It solves complex buffer equations (Henderson-Hasselbalch) and dilution ratios (C 1 ​ V 1 ​ ).

Analytics: It plots enzyme kinetics graphs and analyzes nucleic acid purity (260/280 ratios).

Documentation: It generates a professional, timestamped PDF report of all calculations, ensuring "Audit-Ready" data for every experiment.

How we built it

We prioritized speed and accessibility.

Frontend: Built with vanilla HTML5 and CSS3 to ensure the app loads instantly even on weak lab Wi-Fi.

Logic: Engineered in pure JavaScript for zero-latency execution.

Mobile-First UX: We used CSS Media Queries to create an adaptive UI—on desktop it is a sidebar-led dashboard; on mobile, it transforms into a "Bottom-Tab" app for one-handed operation.

Data Viz: Integrated Chart.js for real-time visualization of Michaelis-Menten enzyme kinetics.

Challenges we ran into

The biggest challenge was Mobile Ergonomics. Most scientific tools are "Desktop-Only," making them useless at the actual lab bench. We struggled to fit complex data tables and graphs onto a 6-inch phone screen without losing clarity. We solved this by implementing a Horizontal-Scroll Navigation and Fluid Grid Layouts that stack inputs vertically on smaller devices. Another challenge was ensuring Offline Functionality, which we achieved by keeping the core logic serverless.

Accomplishments that we're proud of

We are incredibly proud of the Omni-Protocol UI. It doesn't just look like a tool; it feels like a professional diagnostic instrument. Successfully integrating a real-time PDF generator that captures the user’s live workspace into a clean "Lab Report" format was a significant technical win. We also managed to maintain a "Zero-Footprint" architecture—no database, no heavy frameworks—just pure, efficient code.

What we learned

Building Bio-Hub taught us that UX is just as important as Accuracy in science. A tool can be 100% accurate, but if it's hard to use with one hand while wearing nitrile gloves, a scientist won't use it. We learned how to balance "Cyberpunk" aesthetics with the strict readability requirements of medical and biological data.

What's next for BluePrint Bio-Hub: The Omni-Protocol Diagnostic Suite

Voice-to-Molarity: Integrating Web Speech API so researchers can perform "Hands-Free" calculations while handling hazardous materials.

AR Sequence Scanning: Using the mobile camera to scan a DNA sequence on a printed page and automatically translate it.

Cloud-Sync ELN: Connecting the Hub to Electronic Lab Notebooks (ELNs) like Benchling or Notion via API for seamless data logging.

Dark-Lab Mode: Adding a "Red-Light" mode specifically for researchers working in light-sensitive darkrooms (e.g., Fluorescence Microscopy).

Built With

Share this project:

Updates