Hi everyone,
I’m a BSc Biotechnology student working on a lightweight lab data management & analytics tool aimed at small academic and startup labs. Before I build too much, I’d love to learn from your real‑world experiences.
If you have a minute, could you share:
How do you currently track samples and experiments? (Excel, paper notebook, commercial LIMS, etc.) What are your biggest headaches? (data entry errors, file version chaos, manual plotting, missing QC alerts…) Which features would save you the most time? (automated graphs, protocol templates, instrument integration, notifications…) Any “wish‑list” items? (e.g., cloud backup, multi‑user collaboration, easy exports for publications)
I’m building an MVP in Streamlit that will let you:
Log samples & experiments via web forms
Upload CSV results and instantly generate trend plots & summary stats
Search, filter, and export clean datasets
Your feedback will directly shape the tool’s design and feature set. Please drop your thoughts or rant about your current workflow below—every comment helps!
Thank you in advance — Novoo
My recommendation is to take a couple of days and research what is already available. Is it more productive to spend a week and test several solutions out there, or whatever time it takes to build and debug a new solution? I wrote many programs over the years that I didn't need to, so this comes from experience.
I've seen a few of these posts, and you seem to be highlighting that it is 'lightweight'. I think that's a bad move - what do you think that means, what do you think the audience thinks it means? Nobody cares how many lines of code you write, in fact less features is less capability. I know for programmers it is a virtue to make things bare-bones, it will be faster, but you're not trying to support tens of thousands of users, you're going to have less than four people signed in to the app at once! Lightweight just means incomplete to them.