TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A simple free VIN decoder

4 pointsby samsullivan4 months ago
I built a simple VIN decoder on top of the NHTSA&#x27;s vPIC database. I ported the database to sqlite and used web assembly to run it fully in the browser. I have been working on a larger automotive consumer application and I needed a lightweight VIN decoder to normalize ingested vehicle data and couldn&#x27;t find anything. The code to port the vPIC database is [here](<a href="https:&#x2F;&#x2F;github.com&#x2F;samsullivandelgobbo&#x2F;vPIC-dl">https:&#x2F;&#x2F;github.com&#x2F;samsullivandelgobbo&#x2F;vPIC-dl</a>) hoping it helps anyone working on a similar problem.

no comments

no comments