LossnFound helps communities recover lost items while keeping the inventory private and secure. Users submit inquiries via text or photos, and assistants manage a private catalog to verify matches before any claim is confirmed. Built for ConUHacks 2026.
- Inquiry Intake: Capture lost item details with text and optional photo uploads.
- Private Inventory: Keep found item records hidden from the public until verified.
- Match Review: Cross-reference inquiries against a private catalog to reduce false claims.
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS
- AI: Vercel AI SDK + Google Gemini
- Charts: Recharts
- Auth: Better Auth
- Database: Drizzle ORM + Postgres
pnpm install
pnpm devOpen http://localhost:3000 to view the app.
src/app/
├── dashboard/ # Assistant workspace shell
└── page.tsx # Landing page