מסמכים
קרדיטים · Credits
OpenCarIL בנוי על גב של הרבה עבודה טובה של קוד פתוח. הדף הזה מפרט כל תלות זמן-ריצה ובניה עם רישיון SPDX שלה, יחד עם מקורות הנתונים.
Credits
OpenCarIL is built on top of a lot of good open-source work. This page lists every runtime + build-time dependency with its SPDX license, plus the data sources the site depends on.
Also rendered on the site at /credits.
Data
- data.gov.il — the Israeli government's open-data portal. All vehicle-registry, recall, and history data on OpenCarIL is republished from here, unmodified in substance. Published under the "Other (Open)" license which permits reuse, redistribution, and modification. Source: Ministry of Transport and Road Safety (משרד התחבורה והבטיחות בדרכים).
- Central Bureau of Statistics (הלשכה המרכזית לסטטיסטיקה) — the
yishuvim (localities) dataset that powers
/stats/cities.
Runtime dependencies (web)
| Package | Version | License |
|---|---|---|
@sveltejs/kit |
^2.17.0 | MIT |
svelte |
^5.16.0 | MIT |
@sveltejs/adapter-cloudflare |
^4.8.0 | MIT |
workers-og |
^0.0.27 | MIT |
marked |
^18.0.6 | MIT |
better-sqlite3 (dev shim only) |
^11.7.0 | MIT |
@sentry/sveltekit (optional) |
^8.55.0 | MIT |
Build tools
| Package | Version | License |
|---|---|---|
vite |
^6.0.0 | MIT |
typescript |
^5.7.0 | Apache-2.0 |
svelte-check |
^4.1.0 | MIT |
wrangler |
^3.95.0 | Apache-2.0 OR MIT |
@cloudflare/workers-types |
^4.20250601.0 | MIT OR Apache-2.0 |
ETL (Python)
| Package | Version | License |
|---|---|---|
httpx |
~=0.27 | BSD-3-Clause |
tqdm |
~=4.66 | MIT + MPL-2.0 |
uv (package manager) |
0.5.x | Apache-2.0 OR MIT |
Infrastructure
- Cloudflare Pages — hosting the SvelteKit worker. Cloudflare's proprietary managed service.
- Cloudflare D1 — serverless SQLite at the edge for the vehicle registry.
- Cloudflare Turnstile —
bot challenge on
/plate/[n],/compare/*,/plate/*/report. - Cloudflare Rate Limiting — per-IP budgets on search + plate lookup paths.
Standards + specs referenced
- OpenGraph (image + text card metadata)
- Atom 1.0 (recall feeds)
- Sitemap Protocol 0.9
- Schema.org
Vehicle,Dataset,WebSite,BreadcrumbList,SearchAction(JSON-LD) - WAI-ARIA 1.2 (combobox on typeahead)
- RFC 9116 (
security.txt) - llmstxt.org (
llms.txt) - EPSG:2039 — Israeli TM Grid 05 (the coordinate system CBS
yishuvim ships in). Conversion to WGS84 in
web/src/lib/itm.ts.
License
OpenCarIL itself is released under the Apache License 2.0. Data on the site is redistributed under the terms of data.gov.il's "Other (Open)" license, which permits reuse, redistribution, and modification.
If OpenCarIL used your work and it's not credited here, please open an issue.