跪拜 Guibai
← All articles
Frontend · WeChat Mini Program

A WeChat Mini Program Replaces Paper Gift Ledgers with AI Voice and Photo Bookkeeping

By 蜗牛前端 · · 215 views · 2 likes · 5 comments
Read original on juejin.cn ↗ Google Translate ↗ Alt translation

Social gift-giving in China is a dense, high-stakes ledger of reciprocal obligation that most families still manage on paper. Moving it to a voice-and-photo-driven Mini Program with family sharing and automated reminders eliminates the friction that causes missed obligations and family disputes, and the WeChat-native distribution means it can reach non-technical users who would never download a standalone app.

Summary

A new WeChat Mini Program called AI Gift Ledger targets the deeply ingrained Chinese custom of tracking cash gifts at banquets, funerals, and holidays. Instead of pen and paper, users snap a photo of a red envelope or speak an entry aloud; Doubao's streaming voice recognition and OCR extract the name and amount automatically. Entries are archived into per-event ledgers, and the app sends push reminders when a reciprocal gift is due, solving the social risk of forgetting to return a favor years later.

Family sharing lets multiple members contribute to and view the same ledgers, while a proxy-bookkeeping mode supports the common banquet scenario where a designated person mans the gift table. After the event, the host and bookkeeper can reconcile and settle accounts online. A contacts directory links every transaction to a person's profile, and annual statistics turn a year of scattered obligations into a clear income-and-expenditure report.

The tool also folds in traditional cultural touches: a daily almanac of auspicious and inauspicious activities, lunar calendar dates, and zodiac fortunes. It runs entirely inside WeChat, so even older relatives who never install apps can use it immediately.

Takeaways
Photo recognition and Doubao-powered voice input let users log a gift entry by snapping a red envelope or speaking, with no manual typing required.
Entries are organized into per-event ledgers supporting both cash gifts and physical presents, categorized by occasion and date.
Scheduled reminders alert users when a reciprocal gift is due, preventing the social cost of forgetting a prior obligation.
Proxy bookkeeping with time-limited authorization lets a designated person record gifts during a banquet, with online reconciliation afterward.
Family sharing pools all members' entries into shared ledgers, so relatives don't maintain conflicting records.
A contacts directory links every transaction to a person's profile, showing their full gift history on demand.
Annual income-and-expenditure statistics and a bookkeeping calendar turn fragmented entries into a clear financial overview.
A daily almanac of auspicious activities, lunar dates, and zodiac fortunes is built in for users who consult traditional calendars before scheduling events.
Conclusions

Voice and photo input aren't gimmicks here — they match the physical workflow of a gift table, where someone is handling envelopes and calling out names in real time.

Proxy bookkeeping with expiration dates solves a genuine coordination problem: the host controls access, the bookkeeper does the work, and both can settle up without face-to-face haggling.

Family sharing turns a personal tool into a household utility, which matters because gift obligations in China are often family obligations, not individual ones.

The inclusion of a traditional almanac is a smart retention play — it gives users a reason to open the app even when they have no gifts to record.

Building this as a WeChat Mini Program rather than a standalone app sidesteps the biggest adoption barrier for older users: app store friction and installation reluctance.

Concepts & terms
WeChat Mini Program
A lightweight app that runs inside WeChat without requiring a separate download or installation, accessible via search or QR code.
Doubao Voice Recognition
ByteDance's streaming speech-to-text service that converts spoken Chinese into text in real time, used here for hands-free gift entry.
Proxy Bookkeeping
A time-limited authorization model where a host grants another user permission to record entries into their ledger, commonly used when a designated person manages the gift table at a Chinese banquet.
Gift Ledger (礼簿)
A traditional Chinese record book used to log monetary gifts received at weddings, funerals, and other family events, serving as a social obligation tracker for future reciprocation.
Source: juejin.cn ↗ Google Translate ↗ Backup ↗