Skip to main content

Template Creator

Build a maintenance template for your vehicle. Fill out the form and we'll generate the JSON files you need. Then fork the repository, add the files, and open a pull request.

Loading template index…

Vehicle Info

Engine

Metadata & Inheritance

Maintenance Items

No items yet. Click "+ Add item" to add maintenance tasks.

Generated Output

base.json

{
  "id": "yourmake-yourmodel",
  "meta": {
    "make": "YourMake",
    "model": "YourModel",
    "years": null,
    "engine": null,
    "author": "your-username",
    "version": "1.0.0"
  },
  "maintenance_items": []
}

Instructions

  1. Fork the repository on GitHub.
  2. Clone your fork and create the folder:
    mkdir -p templates/data/yourmake/yourmodel
  3. Save base.json into templates/data/yourmake/yourmodel/.
  4. Commit, push to your fork, and open a pull request. The templates/index.json will be regenerated automatically by CI.