Skip to content

Repository files navigation

Reunite

Reunite is a privacy-first community search network for lost pets and precious belongings. It demonstrates a restricted pathway for missing-person cases that can only be published by verified organizations.

Live demo

Open Reunite

The public deployment runs in a clearly labeled demo mode so judges can experience the complete evidence-triage workflow without depending on temporary API quota. The repository includes the live OpenAI Responses API integration and can use GPT-5.6 when OPENAI_API_KEY is configured.

Contest track

Apps for Your Life — OpenAI Build Week 2026.

Core demo

  1. Discover Mochi's nearby lost-pet case.
  2. Review the protected search zone and safe volunteer guidance.
  3. Create a structured loss report.
  4. Analyze a private sighting with GPT-5.6 evidence triage.
  5. Complete the reunion story.

Run locally

npm install
cp .env.example .env.local
npm run dev

Open http://localhost:3000.

The project remains fully demonstrable without an API key. In that mode, the evidence route returns a clearly scoped sample result. To use live analysis, set OPENAI_API_KEY and confirm the currently available GPT-5.6 model identifier in OPENAI_MODEL.

Safety boundaries

  • Exact sighting coordinates are private.
  • Missing-person publication is restricted to verified organizations.
  • AI ranks evidence for review but never confirms identity.
  • Critical decisions require human confirmation.
  • The interface explicitly discourages trespassing and unsafe intervention.

How Codex contributed

Codex was used to translate the product concept and reference direction into the information architecture, safety model, responsive design system, working Next.js implementation, typed AI endpoint, and testable contest narrative. The primary Codex session should be submitted using /feedback as required by the contest.

Technical structure

  • Next.js App Router and TypeScript
  • Responsive CSS design system
  • OpenAI Responses API integration
  • Zod request validation
  • Demo-safe fallback for judge access
  • Deployment-ready for Vercel or another Next.js host

Production roadmap

The next phase adds PostgreSQL persistence, authenticated organization verification, encrypted media, approximate geospatial queries, moderation queues, case audit logs, notification delivery, and formal safeguarding review before any missing-person functionality is released.

About

A privacy-first community network for finding lost pets and precious belongings.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages