{
  "markdown": "> ⚠️ **WARNING:**\n> Tracktor is under active development. There may be frequent breaking changes, though we are taking precautions but it is **not stable for production use**.\n> _Please keep regular backups of your data!_\n\n<div align=\"center\" style=\"margin-bottom: 20px;\">\n  <img src=\"./docs/images/logo.svg\" style=\"height:60px; margin-right: 10px; vertical-align: middle;\"/>\n  <h1 style=\"display:inline; font-size: 2.5rem; vertical-align: middle;\">Tracktor</h1>\n</div>\n\n<div align=\"center\">\n\n![GitHub License](https://img.shields.io/github/license/javedh-dev/tracktor?label=License)\n[![Demo Instance](https://img.shields.io/website?url=https://tracktor.bytedge.in&label=Demo&logo=rocket&logoColor=white)](https://tracktor.bytedge.in)\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/javedh-dev/tracktor/ci.yml?logo=githubactions&logoColor=white&label=Build)](https://github.com/javedh-dev/tracktor/actions/workflows/ci.yml)\n[![GitHub Tag](https://img.shields.io/github/v/tag/javedh-dev/tracktor?logo=docker&logoColor=white&label=Tag)](https://github.com/javedh-dev/tracktor/releases/latest)\n[![GitHub Sponsor](https://img.shields.io/github/sponsors/javedh-dev?label=Sponsor&logo=githubsponsors)](https://github.com/sponsors/javedh-dev)\n\n</div>\n\nIf you own more than one vehicle, you know the drill: fuel receipts in a drawer, insurance PDFs buried in email, a maintenance date you meant to write down somewhere. Tracktor is a self-hosted app that keeps all of that in one place — fuel logs, service history, insurance and pollution certs, reminders before they lapse, and a dashboard that actually shows you what's going on across your fleet.\n\nRun it on a Raspberry Pi, a home server, or a $5 VPS. Your data stays yours.\n\n<p align=\"center\">\n    <image alt=\"Dashboard\" src=\"./docs/images/tracktor-demo.gif\" width=\"90%\" style=\"border-radius: 10px\" />\n</p>\n\n## What it does\n\n- **Garage** — Add and manage multiple vehicles, each with its own fuel type and history.\n- **Fuel tracking** — Log every fill-up and watch your mileage/efficiency trends over time.\n- **Maintenance log** — Keep a full service history per vehicle, and know what's coming up next.\n- **Compliance** — Track insurance and pollution (PUCC) certificates, with renewal dates that don't sneak up on you.\n- **Reminders** — Get nudged before something expires or a service is due.\n- **Expenses & reports** — See what your vehicles actually cost you.\n- **Dashboard** — A fleet-wide overview with widgets you can rearrange to your liking.\n- **Auth & feature toggles** — Username/password login with sessions, and the ability to turn off features you don't need.\n- **11 languages** — English, Hindi, Spanish, French, German, Italian, Arabic, Romanian, Hungarian, Finnish, Russian, Czech and Polish.\n\n## Tech stack\n\nSvelteKit (Svelte 5) + Tailwind CSS on the frontend, SvelteKit server routes on the backend, SQLite via Drizzle ORM for storage, shipped as a Docker image.\n\n## Getting started\n\nThe fastest way to try Tracktor is Docker Compose:\n\n```yaml\nservices:\n  app:\n    image: ghcr.io/javedh-dev/tracktor:latest\n    container_name: tracktor-app\n    restart: always\n    ports:\n      - '3333:3000'\n    volumes:\n      - tracktor-data:/data\nvolumes:\n  tracktor-data:\n```\n\n```bash\ndocker-compose up -d\n```\n\nThen open `http://<your_ip_address>:3333`.\n\nFor local development, Proxmox LXC setup, reverse proxies, and every configuration option, see the [installation guide](./docs/installation.md).\n\n## Documentation\n\n- [Installation Guide](./docs/installation.md) — Docker, local dev, Proxmox LXC\n- [Environment Variables](./docs/environment.md) — every config option, explained\n- [Authentication](./docs/authentication.md) — how login and sessions work\n- [Feature Toggles](./docs/feature-toggles.md) — turning features on/off\n- [Contributing](./docs/contributing.md) — how to get involved\n\n## Contributing\n\nPRs and issues are welcome — read the [contributing guide](./docs/contributing.md) first. If Tracktor is useful to you, a star ⭐ or a [sponsorship](https://github.com/sponsors/javedh-dev) helps keep it going.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n\n## Contributors\n\n<a href=\"https://github.com/javedh-dev/tracktor/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=javedh-dev/tracktor\"/>\n</a>\n",
  "bytes": 4317,
  "sha": "05d1985aeb3bbb8e982502f1889c645e1c40d430646bf93cb6498d7fcd8ec8a3",
  "repo_slug": "javedh-dev/tracktor",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_javedh_dev_tracktor_docs_openwiki_index__23e0f036/readme"
}