This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/u011 on 2025-04-19 17:48:09+00:00.
Hey everyone
Dusted off my hobby project I've been building for a while and just open-sourced it:
CarCare — a self-hostable workshop management system for vehicle repair shops, garages, and service centers.
What it does:
- Manage work through offers, repairjobs.
- Track clients and vehicles
- Generate offers and invoices (PDF export with Puppeteer)
- Email integration for sending out offer and invoices.
- UI built with Next.js 15
- Backend is .NET 9 with NHibernate & PostgreSQL
Docker-based, runs locally in minutes
Instructions to run without Docker coming up later.
GitHub repo:
Live demo (create a sandbox company):
Released under AGPL-3.0 — totally free to use, hack, and self-host.
Would love feedback, ideas, or even contributors. Hope it’s useful to someone!