Hi everyone,
I’m building OpenLIMS, an open-source Laboratory Information Management System using Django, React, PostgreSQL, Redis, Docker, and GitHub Actions.
The goal is to create a developer-friendly and configurable LIMS for small labs, research groups, and biotech teams that want to move away from spreadsheets and manual sample tracking.
Current features include:
- Sample management
- Inventory locations and containers
- Custom fields for different lab workflows
- Event/audit logging
- File attachments for samples
- Docker-based local setup
- React frontend
- Basic reports and system status pages
- CI with GitHub Actions
It is still early and not validated for regulated production use, but I’m trying to build it with production-style patterns like audit trails, role-based access control, configurable workflows, and clear documentation.
I’d appreciate thoughts from people working in lab automation, LIMS, bioinformatics, or lab software:
- What core LIMS workflows should I prioritize next?
- What would make this useful for a small research lab?
- What integrations would matter most: instruments, barcode scanners, CSV import/export, ELN, or something else?
GitHub:
Thanks!