My first year growing produce, I struggled to keep decent records about what was going on. Tracking what I grew, what was harvested, and what I actually sold was intermittent and hard to follow.
The records I did make are in a spreadsheet, but looking over them this year doesn’t really help like I thought they would because I’m missing the reports and insights that need to be generated from the data.
Solving my problem with software
Originally, I started looking to see what kind of options were already available in the realm of farm management – for example there’s farmOS, Tania, litefarm, farmbright, and others. Most of them either:
- Had monthly subscription fees
- Didn’t have the features I was looking for
- Or had way more features than what I would need or use.
Because of that, I decided to start developing my own solution – Agrigate. It started as a web app at the end of 2023 that I was building specifically for me. Over the past few months however, I started to feel that it would benefit others as well, so I migrated it to a framework called electron, which allows for it to be installed on Windows, Mac, and Linux machines (currently I’m only supporting Windows and Linux)
Core Features
Crop Management
A crop overview can be seen in a table view, but you also get a snapshot of what’s currently going on through a crop summary, which displays how many of each crop you currently have planted, germinated, transplanted, or producing
Traceability
Another feature that I think is useful is the fact that you can store information about the source of your crops. In my case, I generally grow from seed and can record the supplier’s name, and the seed’s item number and lot number.
Location history is another item that is tracked. Simply enter where your crop is located and whenever it changes, you’ll see information about when it was located and each area.
Finally, every time you record a harvest, lot and batch numbers are automatically generated for you. Lots utilize the Julian date with the number of harvest for the day. For example: 2024102001 or 2024102002.
Business Management
Getting Started
Future Plans
If there’s a specific feature you’d like to see added, I’d love to hear about it!