Search across multiple salvage yard inventory locations nationwide.
Currently indexes salvage yards from:
- Multi-source Search: Search across multiple salvage yard networks simultaneously
- Advanced Filtering: Filter by make, color, year, state, and specific yards
- Real-time Results: Fast, concurrent searches with live result updates
- Vehicle Details: Complete vehicle information with images and direct links
- Shareable URLs: All filters and search state preserved in the URL
- Saved Searches: Save and quickly reload your favorite searches
- Next.js - React framework with App Router
- TypeScript - Static type checking
- Tailwind CSS - Utility-first styling
- shadcn/ui - Accessible UI components
- tRPC - End-to-end type-safe APIs
- Algolia - Search index and InstantSearch UI
- Drizzle ORM + Turso (libSQL) - Vehicle data and ingestion metadata
- Trigger.dev - Scheduled ingestion, Algolia projector, and search alerts
- Effect - Ingestion pipeline errors and concurrency
- nuqs - Type-safe URL search params
- better-auth - Authentication
- Clone the repository
- Install dependencies:
bun install - Run the development server:
bun dev - Open http://localhost:3000
This project is open source and available under the MIT License.