What is Vehiclez?
+
Vehiclez is a build-planning and maintenance app for DIY car enthusiasts. You manage a garage of project cars, plan builds as a phase / assembly / step tree, log parts and receipts, and chat with an AI mechanic that knows your specific car.
What does the AI mechanic actually do?
+
It is a Claude-powered assistant with full context on the car you have selected. It can explain parts, draft procedures, suggest specs, and propose edits to your build plan — adding phases, assemblies, steps, or parts. Every write is gated by an explicit approve-or-deny step inside the app.
Is my build data private?
+
Yes. Your garage, build plans, and conversations are tied to your account and not shared with other users. Authentication uses JWT access and refresh tokens; secrets and tokens are stored in the platform secure store on native and in localStorage on web.
How much does it cost?
+
There is a free tier with the full garage and build planner plus 10 AI mechanic messages. The paid plan is $20 / month for unlimited mechanic chat and remote MCP access. Cancel any time.
Does it work on iPhone, Android, and the web?
+
Yes. Vehiclez is built on Expo (React Native) and ships to iOS, Android, and the web from a single codebase. The web build is what you would use today; native installs follow the same flows.
What is MCP and why do I care?
+
MCP is the Model Context Protocol. Vehiclez exposes its build-plan tools through an OAuth-secured MCP endpoint, which means clients like Claude Desktop or Claude Code can read and edit your garage with your permission — same tools the in-app mechanic uses.
Can I track parts, receipts, and work sessions?
+
Yes. Parts attach to the step they belong to, with price and source. Photos attach to the build. Work sessions clock real time against tasks so you have an honest picture of where the hours went.
Do I need to be a mechanic to use it?
+
No. Vehiclez is built for the gearhead in the garage on a Saturday — first build, tenth build, doesn't matter. The mechanic assistant fills in the spec lookup and the procedural detail.