Leave what matters with care. Entrust it to the right person. Let it return with restraint.
A relationship-centered life-record and entrustment project for the Hong Kong Physical AI Hackathon.
Website · UI walkthrough · 46-second concept film · Project flyer · Final pitch deck · Documentation · Experience prototype
Wozai is an emotional companion product built around authentic life records and relationship entrustment. It helps a living creator preserve her own voice, videos, photos, words, and object stories, then personally decide who may receive them, how they may appear, and how they may be used.
It is not digital resurrection. AI may organize, retrieve, connect, and explain evidence, but it must never invent a new memory, promise, intention, or sentence on behalf of the creator.
The best place to understand the product is the bilingual official website. It brings together the product story, entrustment flow, future recipient experience, AI boundaries, concept film, and project flyer.
A walkthrough of the creator experience and the future recipient-view preview in the visual prototype.
The primary user is the living creator: for example, a mother who wants to make sense of her life, relationships, and wishes while she can still decide how they should be entrusted.
The “daughter experience” in the prototype is not a separate acquisition product. It first acts as a recipient-view preview for the creator. The mother can see how her material may be found, cited, and experienced in the future, understand what choices the recipient will have, and adjust the content or permissions before entrusting it.
Creator preserves authentic material
→ personally confirms and authorizes each item
→ previews the future recipient experience
→ adjusts content, permissions, and entrustment
→ the authorized recipient chooses whether to open it
Wozai is built for the Hong Kong Physical AI Hackathon, in the alloop-supported human-centered track on state recognition and active support.
Our vertical scenario is simple: make the presentation of meaningful memories sensitive to a person’s current capacity, without turning Wozai into a medical or generic health-management product.
Alloop HRV is treated as a supporting state signal. It does not diagnose emotion and does not decide which memory is “important.” Together with explicit user feedback, it participates in a human-centered loop:
| Loop | Wozai interpretation |
|---|---|
| Sense | Receive Alloop HRV and the user’s text or voice interaction |
| Understand | Find grounded connections only within creator-confirmed material; use HRV only to tune presentation intensity |
| Respond | Present traceable original words with neutral messenger narration in a gentle or standard mode |
| Improve | Learn from “very relevant,” “too heavy,” “do not show this again,” and “this is not what she meant,” together with before/after interaction signals |
Here, learning means improving retrieval, ranking, and presentation policy. It never means learning to generate more things the mother never said. See the track alignment document for the complete reasoning and demo narrative.
The repository keeps the official website at the top level as the public product entry. Runnable clients, backend services, and analysis utilities are grouped under apps/, services/, and tools/, so the root remains readable without hiding the complete Hackathon work.
loop/
├── landing/ # official website
├── apps/ # product and device clients
├── services/ # maintained APIs and relay experiments
├── tools/ # offline analysis
├── data/ # documented sample data
├── docs/ # product, Hackathon, hardware, and presentation material
├── config/ # integration reference configuration
├── artifacts/ # packaged binary deliveries
├── scripts/ # maintenance helpers
└── .loop/ # engineering decisions and historical records
| Path | What it contains | Start here |
|---|---|---|
landing/ |
Official bilingual website, concept film, flyer, FAQ, and co-creation subscription | www.wozai.space |
apps/ |
Visual prototype, Alloop Flutter client, Omi recorder, and the Vite/Capacitor software MVP | Application map |
services/ |
FastAPI messenger backend and the early local relay experiment | Service map |
tools/ |
Offline exploration of the 14-day wearable CSV dataset | Tool map |
data/sample_data/ |
Measurement and activity sample data | Data dictionary |
docs/hardware/models/ |
Editable Rhino 7 charger/enclosure CAD source | .3dm model |
docs/ |
Hackathon, product, architecture, hardware, privacy, and demo documentation | Documentation map |
config/ |
Archived Flutter, Firebase, and Android reference configuration | Configuration map |
artifacts/relay/ |
Packaged Android relay demo and offline utilities | Delivery archive |
scripts/ |
Small cross-platform maintenance helpers | Script notes |
.loop/ |
Design decisions, risks, interface requests, audits, and implementation task records | Project records |
cd landing
python3 -m http.server 4173Open http://localhost:4173.
cd apps/visual-prototype
pnpm install
pnpm devOpen http://127.0.0.1:5174/.
cd services/pigeon-backend
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -e ".[dev]"
python -m uvicorn app.main:app --host 0.0.0.0 --port 8010Open http://127.0.0.1:8010/docs. Windows commands, environment variables, HRV examples, and the stable /api/v1 contract are documented in services/pigeon-backend/README.md.
We welcome developers, designers, hardware builders, researchers, storytellers, and people thinking carefully about memory, mortality, relationships, and AI boundaries.
GitHub Discussions is the best place to begin:
- discuss product scenarios and relationship-centered interaction;
- explore HRV, Physical AI, Alloop, Omi, BLE, and hardware ideas;
- examine grounded retrieval, AI narration, consent, privacy, and safety;
- share interface, industrial-design, CAD, documentation, and translation suggestions;
- ask questions before proposing a larger code or architecture change.
Focused issues and pull requests are welcome. For a larger direction, please start with a Discussion so context, boundaries, and the demo story remain aligned.
Please do not post real medical records, private family memories, credentials, device tokens, or other sensitive personal data in public Discussions, Issues, or pull requests.
The people building Wozai at the 2026 Physical AI Hackathon.
- Original material remains available; AI organization is always distinguished from the creator’s own words.
- Content must be personally confirmed and authorized item by item and relationship by relationship.
- HRV is a relative state and presentation-intensity reference, never a medical or emotion diagnosis.
- AI may retrieve, connect, segment, and provide neutral narration, but it may not fabricate memories, promises, intentions, or new words for the creator.
- A recipient enters by choice and may postpone, skip, hide, or permanently close an experience.
- A recipient’s response belongs to the recipient and is never rewritten as an expression from the creator.
- Official website: www.wozai.space
- Concept film: watch online
- UI walkthrough: animated prototype demo
- Project flyer: Chinese PDF
- Final pitch deck: Physical AI Hackathon presentation
- Charger/enclosure model: Rhino 7 source
- Documentation map:
docs/README.md
- Website: www.wozai.space
- Discussions: github.com/wujiajunhahah/loop/discussions
- Email: hello@wozai.space

