Built during BioDays 2026 BioHackathon for the SciY (Mestrelab) challenge.
I led the computational track of the project (frontend and visualization), while my teammates focused on the industrial and business side.
Most ELNs are already digital, but many workflows still feel like searching through an archive: data is stored, but not surfaced in a way that helps fast decisions.
When experiment history becomes hard to follow, teams lose traceability and reproducibility.
We designed a Git-inspired interface layer on top of existing ELN data.
Instead of navigating static folders, researchers get a living map of experiments, branches, and outcomes.
- Project history can be understood at a glance.
- Users can quickly track who did what, when, and why.
- Machine outputs and manual notes are easier to connect.
- Teams get better support for traceability and reproducibility.
Video_demo.mp4
React, Vite, Tailwind CSS, Framer Motion, Lucide React.
npm install
npm run devIf dependency resolution fails:
npm install --legacy-peer-deps
npm run devThis repository is a hackathon prototype focused on problem solving and product direction, not a production deployment.