Laptop Refresh & Lifecycle Planner: Replace Aging Devices on Plan, Not in a Panic
Import your device list and refresh policy; let AI compute which laptops are due or overdue, group them into a quarterly refresh cohort with budget impact, and route the batch for IT and finance approval — then export a clean purchase list.
An internal web tool where you import devices and your refresh policy; AI computes each device's age, refresh-due/overdue status, warranty and end-of-life flags; proposes a quarterly replacement cohort with budget by quarter; your IT manager and finance approve the batch; and you export a purchase list CSV in the exact columns your procurement needs.
Before you start
- A Supabase account (free)
- A Vercel account (free)
- A device list you already have: a hardware CSV/sheet with purchase date, model, and cost
- Your refresh-cycle policy (e.g. laptops every 4 years, desktops every 5)
- Claude Code or any AI coding agent
The problem this kills
Every laptop you bought is quietly aging toward the day it dies on someone mid-quarter. You know roughly that machines should be replaced every three or four years — that's your refresh policy — but the actual list of which devices cross that line when, and what replacing them costs, lives in a spreadsheet nobody trusts, scattered purchase records, and the memory of whoever's been here longest.
So refreshes happen by fire drill. A finance VP's laptop won't boot, and now it's an emergency purchase at full price with no negotiation. A whole department turns out to be on five-year-old hardware that's been out of warranty for two years, and the repair bills have quietly outrun the cost of just replacing them. Budget season arrives and you can't answer the one question that matters — "how much will we spend on device refresh next year, and in which quarter?" — so the number gets guessed, and the guess is wrong.
You don't need an enterprise IT asset management suite to fix this. You can build the planner yourself, this weekend.
What you'll build
An internal web tool your IT team logs into. You import two things — your device list (purchase date, model, cost, serial, who has it) and your refresh policy (how many years each device type lasts) — from the CSV or sheet you already keep. The tool does the lifecycle math: it computes each device's age from its purchase date, decides whether it's due, overdue, or still fine, flags machines that are out of warranty or whose model is end-of-life, and projects the replacement spend across the next several quarters.
Then it proposes a refresh cohort — "here are the 38 devices to replace in Q3, here's the budget" — grouped the way you plan: by quarter, by department, by site. Your IT manager reviews the proposed batch and trims or adds. Finance reviews the dollar impact and approves the spend. Only after both sign off does anything get marked Scheduled-for-refresh, and you click once to export a purchase list CSV in the exact columns your procurement team or vendor portal expects. It handles the real-world mess too: devices with a missing purchase date, duplicate rows for the same serial, leased vs. owned machines, and the executives whose refresh you can't batch with everyone else's.
What's inside the Implementation Plan
The downloadable plan is a single markdown file you paste into an AI coding agent. It opens by interviewing you about your own IT estate — your device types and refresh intervals, the exact column names in your asset sheet, how you record serial numbers and models, your warranty and end-of-life sources, your budgeting calendar, and your messiest exceptions (no purchase date, leased gear, VIP devices) — and then it reads a short spec back for your thumbs-up before it builds a thing. That's the difference between a tool shaped to your asset register and a generic template you have to fight.
From there it walks the agent through the data model (devices, policy, warranty, refresh cohorts, approvals), the importers, the duplicate guard on serial number, the age-and-due engine, the quarterly budget projection, the warranty and end-of-life flags, the IT-and-finance approval gate, and the purchase-list export. Every step ends with a ready-to-copy prompt. There's a full "No API yet?" path: import from a sheet, export a clean purchase-list CSV, and you never have to touch your asset system's API to ship.
The governance it includes (this is the point)
A refresh plan moves real money, so the controls are the product. The plan builds them in: a login so only your team can use it; row-level security so each organization only ever sees its own device estate; a complete audit trail of who imported, proposed, approved, and exported, and when; a hard two-stage human-approval gate — the IT manager approves the cohort, finance approves the spend — so no device becomes Scheduled-for-refresh and no purchase list leaves the building until both sign off; and a duplicate guard on serial number so the same device can't sneak into two refresh batches. The budget number on the approval screen is the same number that flows to the export — no surprises for finance. That's the audit story your controller wants.
Who it's for
IT managers, IT asset and finance owners, and IT procurement leads who own the device fleet and are tired of replacing laptops only after they fail. If you can explain to a new hire how old a laptop has to be before you replace it and what a replacement costs, you can build this — no developer required.
You've got this — open the plan, paste the first prompt, answer a few questions about how your IT estate actually runs, and you'll watch your first quarterly refresh cohort and its budget propose themselves.