APP LAUNCHPAD

Booking mini program sample

What: read a plan we ran ourselves. Why: see the finished pack before you start your own.

Next: copy prompt #1, or tap “Make my own” to start from the questions.

Make my own →

Open WorkBuddy → choose GLM-5.2 → new task → paste → send · Use what you see in the product. · Checked 2026-09-15

Moli Sample · AI-assisted development · AppID: WeChat’s ID for this mini program. Use the placeholder __APPID__ until you have one. Cloud Base: WeChat-hosted data and files, so you do not buy a server. Filing: you must register the app with the telecom regulator before release.

Plan summary

帮社区小店做预约,客人自己选时间。

One-line purpose

帮社区小店做预约,客人自己选时间。

Who and where

who

社区小店店主和周边居民

pain

客人打电话或到店问时间,店主忙时容易漏单。

scene

下班后打开微信,想约周末去社区诊所。

success

选好时段并确认,店主和客人都看到预约。

Name ideas

  1. 邻里约

  2. 小约宝

  3. 约时达

Do these first

  1. why

    客人自己挑空闲时间,不用打电话问店主。

    name

    选择预约时段

  2. why

    一键提交,店主和客人都能看到预约成功。

    name

    确认预约

  3. why

    客人随时回看已约时间,避免忘记。

    name

    查看我的预约

  4. why

    用微信身份直接进入,不用另外注册。

    name

    微信登录

Not now

  1. 在线支付或定金

  2. 预约改期和取消提醒

  3. 店主后台管理多个门店

  4. 评价和晒单

Pages

  1. name

    选时段页

    actions
    1. 点日期切换可选日子

    2. 点某个时段进入确认页

    elements
    1. 诊所或小店名称

    2. 日期选择条

    3. 可预约时段列表

    4. 底部提示文字

  2. name

    确认预约页

    actions
    1. 点确认提交预约

    2. 点返回修改时段

    elements
    1. 所选日期和时段

    2. 预约人微信昵称

    3. 确认按钮

    4. 返回按钮

  3. name

    我的预约页

    actions
    1. 点某条预约查看详情

    2. 点返回回到首页

    elements
    1. 我的预约列表

    2. 每条显示日期和时段

    3. 状态标签

  4. name

    首页

    actions
    1. 点开始预约进入选时段页

    2. 点我的预约查看记录

    elements
    1. 小程序名称和欢迎语

    2. 开始预约按钮

    3. 我的预约入口

Data to save

  1. fields
    1. name

    2. address

    3. phone

    4. open_hours

    5. status

    collection

    shops

  2. fields
    1. shop_id

    2. user_id

    3. date

    4. time_slot

    5. status

    6. created_at

    collection

    bookings

  3. fields
    1. openid

    2. nickname

    3. phone

    4. created_at

    collection

    users

How we will build it

stack

微信原生 WXML/WXSS/JS + 微信云开发

reason

零基础友好,资料多,云开发免运维。

not using

未选 uni-app 或 Taro,因为只需发布微信小程序。

Rules you must know

filing

上线前必须备案(向工信部报备,没备案不能上架)。个人可以备案。平台初审约 1–2 个工作日,各省管局约 1–20 个工作日。核实日期 2026-09-15。

category

工具/预约报名/记账

pay subject

这版默认不收款,个人主体也能做工具/预约/记账。

qualification

工具 / 预约 / 记账通常不要牌照。以后台当时类目表为准。

Development prompt #1

This is the first prompt from the sample. Read-only. To change the plan, start your own.

Seven stations

Progress after the environment checks and three build rounds. You cannot tick or edit this sample.

  1. ✓ Environment ready
  2. ✓ Home screen runs
  3. ✓ Core feature works
  4. ✓ Data is saved
  5. ○ Phone preview
  6. ○ Trial version
  7. ○ Submit / release