Reddit Programming
207 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
Built a free vehicle recall lookup tool
https://www.reddit.com/r/programming/comments/1mz4ssh/built_a_free_vehicle_recall_lookup_tool/

<!-- SC_OFF -->I created a free car recall checker that helps people find active safety recalls for their vehicles. Most people don't know if their car has active recalls. Government databases exist but are clunky and hard to search. Recalls can be serious safety issues that get fixed free. Technical Implementation:
- Backend: Hono.js API on Cloudflare Workers
- Data Pipeline: Daily ETL jobs pulling from NHTSA and Transport Canada Data Dumps
- Database: D1 / sqlite
- Type Safety: Full TypeScript with Zod contracts between frontend/backend
- VIN Processing: Custom decoder that validates and extracts vehicle details Data Sources:
- NHTSA (National Highway Traffic Safety Administration)
- Transport Canada Safety Recalls
- Updated daily with automated reconciliation The tool is completely free - no ads, no tracking, no registration required. All recall repairs are legally required to be free at authorized dealers. Check it out: https://crdg.ai/tools/recalls Happy to discuss the technical implementation or data processing challenges if anyone's interested! <!-- SC_ON --> submitted by /u/cardogio (https://www.reddit.com/user/cardogio)
[link] (https://crdg.ai/tools/recalls) [comments] (https://www.reddit.com/r/programming/comments/1mz4ssh/built_a_free_vehicle_recall_lookup_tool/)
Anyone here prefer lightweight retro tools?
https://www.reddit.com/r/programming/comments/1mzkj3r/anyone_here_prefer_lightweight_retro_tools/

<!-- SC_OFF -->Most retro tools feel bloated or paywalled. We built a free, lightweight retro tool at EvolveDev (https://evolvedev.io/), no setup, just share a link and run. Curious: do you like simple tools for retros, or do you prefer structured ones (Miro, FunRetro, etc.)? And what’s a dealbreaker for your team? <!-- SC_ON --> submitted by /u/Andrew_Tit026 (https://www.reddit.com/user/Andrew_Tit026)
[link] (https://evolvedev.io/) [comments] (https://www.reddit.com/r/programming/comments/1mzkj3r/anyone_here_prefer_lightweight_retro_tools/)