r/arduino 7d ago

Look what I made! Open Source software for keeping track of Projects parts and software.

I'm making a program to help keep track of projects by bringing everything used for it together. I tend to have more projects going then I can do at once, so some always get set aside, so I wanted to reduce the friction when starting a project back up.

My overarching goal with this software is to be able to keep track and pick a project back up with as little friction as possible. So quick access to data sheets, last used software ver, 3D parts used on a project, prototyping photos, notes and instructions. The software doesn't edit any of the files itself, it will open the files type program, and monitor the files for any changes. If it detects a change such as saving a file after editing, it saved the updated version, while keeping the order one as well.

I also order a lot of parts from aliexpress, using a browser plug-in I got a csv export and those can be imported into the software to create a parts library. I have tested importing digikey pdf's as well, if anyone has a sanitized order sheet they want me to try add support for happy to give it a go.

I would love any community feedback, as this so far has been designed around my workflow, but might have other friction points for other people.

Github Repo: https://github.com/illerin/BuildBook

This programs code is generated with AI, I've tried my best to go through and bug test everything as I went.

17 Upvotes

2 comments sorted by

3

u/Norkis_13 3d ago

I needed this about three abandoned projects ago

2

u/illerin 3d ago

Hopefully it can help you with any future projects.
Still actively tweaking and improving the program, so come across anything please let me know.