IT Hardware Inventory & Assignment: Track Every Device by Serial and Who Holds It
A register for every laptop, monitor, phone, and dock — tied to its current employee by serial — with a clean assign/return workflow and signed handover acknowledgments before any holder change is committed.
A web tool where you import your devices and employees, propose an assignment or return, an IT admin approves it, the employee acknowledges receipt with a timestamp, and only then does the device flip to In-use with its holder — plus a live register and a CSV export in your ITAM/MDM's columns.
Before you start
- A Supabase account (free)
- A Vercel account (free)
- A Resend account (free)
- A CSV of your current hardware (serial, model, status) and a CSV of your employee list
- Claude Code or any AI coding agent
The problem this kills
You know roughly how many laptops you bought. What you don't know, on any given Tuesday, is exactly who has which one right now. A device gets handed to a new hire in a hallway. A monitor migrates from one desk to another. Someone leaves and three things walk out the door with them. Your "register" is a spreadsheet that was last accurate four months ago, with two rows for the same serial and a holder column full of guesses.
When the auditor, the insurer, or the security team asks "where is asset ABC123 and who is responsible for it," you can't answer with a straight face. Offboarding is worse: nobody's sure what to collect, so equipment quietly disappears and you re-buy gear you already own. The fix isn't a six-figure asset platform. It's a tight register where every device has one serial, one status, and one holder at a time — and where no holder ever changes until a person approves it and the employee signs for it. You do not need to be a developer to build that.
What you'll build
A simple internal web tool for your IT team. You import your current hardware list (serial, model, status) and your employee list. Each device lives in the register with a clear status — In-stock, Assigned, Repair, or Retired — and at most one current holder. To hand out a device, you propose an assignment; an IT admin reviews and approves it; the employee acknowledges receipt (a timestamped sign-off); and only then does the device flip to In-use with that person recorded as holder. Offboarding runs the same loop in reverse: propose a return, approve it, the device comes back to In-stock. The serial is the spine of the whole thing — duplicates are blocked on import, and one device can never have two holders. At any point you can export the full register as a CSV in the exact columns your ITAM or MDM expects.
What's inside the Implementation Plan
The downloadable plan is a step-by-step file you paste into an AI coding agent. It opens by interviewing you about your business — your current process and who runs it, the systems you already use (ITAM, MDM, a spreadsheet), the real fields and naming in your data, your serial and asset-tag conventions, your device categories, your typical and peak volumes, and your messy edge cases like loaners, shared devices, and BYOD. It reads a short spec back to you for a thumbs-up, then builds the tool around your answers instead of a generic template. From there it walks the agent through the data model, the device and employee imports (with serial dedupe), the assign/return workflow, the approval gate, the employee acknowledgment step, the live register, and the CSV export. Every step ends with a ready-to-copy prompt.
The governance it includes (this is the point)
This isn't a toy. The plan builds in the controls a real IT function needs: login so only your team can use it, row-level security so people only ever see their own organization's assets, a complete audit trail of every status change and holder change (who, what, when), a hard human-approval gate so a device's holder field is never written until an IT admin approves and the employee acknowledges, a one-holder-per-device rule enforced in the database, and duplicate guards keyed on serial so the same device can't be entered or processed twice. The whole tool exists to make the chain of custody provable — the system drafts the change, a person approves it, and the employee signs for it.
Who it's for
IT asset managers, IT support and help-desk staff, and office IT coordinators who own the gear and are tired of guessing where it is. If you can describe how a laptop gets from the stockroom to a new hire's desk in your world, you can build this.
You've got this — open the plan, paste the first prompt, and you'll have your real hardware register tracking its first assignment this weekend.