Open Source Car Maintenance Log Template
Every oil change remembered, every due date computed.
A car maintenance tracker with a full service log, cost totals, and due-soon reminders computed from your actual mileage and service history.
This is the real app, not a mockup. Whatever you enter in the demo stays in your browser and belongs to nobody.
What you get
One zip. Everything to own it.
Car Maintenance Log replaces the glovebox envelope of receipts. Record every service — oil changes, tire rotations, brakes, inspections — with date, mileage, and cost; keep the odometer current and the app computes what's due soon from real intervals (5,000 miles or 6 months for oil, 8,000 for rotations, yearly inspection) against your actual history. Multiple vehicles, lifetime spend totals, and interval rules that live in one editable object. No baseline record, no fake prediction — the due-soon math is honest.
- Service log with date, mileage, cost, and notes
- Due-soon reminders computed from real intervals and your odometer
- Multiple vehicles
- Lifetime maintenance spend totals
- Editable interval rules (miles and months)
car-maintenance-log/├── app/the running Next.js app├── agent/START_HERE, PROJECT_MAP, RULES, RECIPES, TESTS, DEPLOY├── CLAUDE.mdread automatically by Claude Code├── AGENTS.mdread automatically by Codex├── .cursor/rules/loaded automatically by Cursor└── README.mdrun it, then make it yours
Inside the app

Customize with AI
Your agent already knows this codebase.
Ships with CLAUDE.md, AGENTS.md, Cursor rules, and a full agent handbook — project map, safety rules, recipes, tests, and deploy notes.
Prompts written against this app
Run it
5 min to your own copy.
- 01Create your editable app copy and unzip it.
- 02Run npm install.
- 03Run npm run dev and open http://localhost:3000.
- 04Read /agent/START_HERE.md before customizing.
- 05Swap the local-first storage boundary for your own backend when ready.
Car Maintenance Log data stays in this browser by default.
No account, backend, or cloud sync is included in the current package.
An agent can add optional sync later while preserving the local-first default.
This package is standard-ready for Create My App and AI customization.
A full app-only PWA install route is not enabled yet for this app.
If this isn’t quite right
Take Car Maintenance Log and make it yours.
Free, MIT, 5 min to running. The demo above is exactly what lands in your folder.