This project is made with the help of Claude (1M context).
India's car service marketplace — connect with 50,000+ verified workshops across 500+ cities.
AutoCareHub solves fragmented auto-repair discovery by centralizing trust, pricing transparency, and accountability. Users compare quotes from multiple vendors, book services, track progress in real time, and rely on verified ratings — all in one place.
- Workshop discovery — Browse and compare verified workshops by location and service type
- Quote comparison — Transparent pricing from multiple vendors for the same service
- Real-time tracking — Live updates on service progress and completion
- Verified vendors — Ratings, reviews, certifications, parts guarantees
- Service categories — Maintenance, repairs, painting, electrical, diagnostics
- SEO-optimized — Structured data (JSON-LD), Open Graph, Twitter cards
- Skeleton loaders — Smooth UX while data fetches
- Framework: Next.js 16.2 (App Router), React 19.1, TypeScript 5
- Styling: Tailwind CSS 4 with class-variance-authority
- Animation: Framer Motion 12
- Icons: Lucide React
- SDK: @buildwithdarsh/sdk
- Deploy: Vercel
npm install
cp .env.example .env.local # populate values
npm run devLive: autocarehub.work.withdarsh.com
npm run dev— start dev servernpm run build— production buildnpm run start— start production servernpm run lint— run ESLint
src/
├── app/ # Routes + HomeContent (Hero, Features, Testimonials, FAQ)
├── components/ # Navbar and shared UI
└── lib/mock-data.ts # Workshop fixtures