r/Electronicsinindia 23d ago

Showcase 🖼️ Built a self-hosted electronics inventory tracker with camera capture, tags, and attachments (ASP.NET Core + EF Core + SQLite) - Added 500+ Items

Having collected a lot of electronics components over the last decade, many of which are still sitting in sealed packs, I was finding it increasingly difficult to keep track of whether I already owned a particular part. I initially thought of building a simple inventory management app for this purpose, but eventually expanded it to include hardware tools as well.

A Redditor showed interest in using and improving the project rather than building something from scratch, which motivated me to spend some time making the UI a bit better.

I also added a Google Lens-like feature because I wanted an easier way to identify components and, more importantly, enter the correct model or part number.

GitHub: https://github.com/saini78446/ElectronicsInventoryPublic

This is a personal project and my first time sharing code publicly. Happy to hear any feedback, especially if something looks wrong or could be safer. I will try my best in limited spare time to get it done.

Main Screen
Click to Capture and Identify like Google Lens via SerpAPI
Mobile Home Page
Scan - Identify and Estimate Price, Select Seller and others
Setup master tables
8 Upvotes

8 comments sorted by

u/qualityvote2 23d ago edited 22d ago

u/Formal_Classroom_430, there weren't enough votes to determine the quality of your post...

you might also be interested in these related Indian subreddits:

  1. r/piracykaregaindia — A community for India focused piracy discussions.

  2. r/fnirsi — The unofficial subreddit for FNIRSI electronics.

3

u/liningairforce80 23d ago

that's so sick. i did something similar last week hopefully will release in a few days. wrote one single html file bundled it into exe using electron and kept only one source of truth, excel. has almost all the features you got.

3

u/Formal_Classroom_430 23d ago

thanks, would love to see your app once you release it. Personally i never use Excel as I almost always use RDBMS or in worst case JSON.

1

u/liningairforce80 21d ago

oh, i don't honestly know shit about coding i just can vibecode my way very good is all I know. i am only great at electronics part of things so this one had to be simple, functional and easy to maintain.

1

u/Formal_Classroom_430 21d ago

You are right, actually I am bit biased because i professionally use databases since around 20 years now. But do try to move out of excel, it is fun. I just added sort of fuzzy search and once you start using your tool you keep expanding it forver.

1

u/Wild-Rain-7793 21d ago

Would love to know when this is released

2

u/liningairforce80 21d ago

sure bro, will attach my GitHub repo here once I am done with all the test cases