Compare client palm photos over time with AI-generated health notes

When a client sends a palm photo, the system saves it, compares it to their last one, and logs AI insights automatically.

How the work actually flows

It branches. Exactly one path is taken.

Pattern: Exclusive Choice (4) · Simple Merge (5)

flowchart TD trig>"client sends palm photo"]:::trig s0["save photo to drive"]:::task s1["check for past records"]:::task s2[("log results to sheet")]:::store s3["send insights to client"]:::svc trig --> s0 s0 --> s1 s2 --> s3 gx{"× first photo or repeat client"}:::gate s1 --> gx p00["ai writes initial reading"]:::task gx -->|"first photo"| p00 p10["ai compares to previous photo"]:::task gx -->|"repeat client"| p10 jn{"○ "}:::gate p00 --> jn p10 --> jn jn --> s2 out[/"AI comparison note sent to client"/]:::out pay{{"Tracks client progress without manual notes"}}:::pay s3 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceA record or sheetOne path onlyPaths rejoinResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
Spreadsheet & Database OpsReporting & AnalyticsAPI & Webhook IntegrationFile & Cloud Storage
Connects
LINEGoogle DriveGoogle SheetsGoogle Gemini

The problem it solves

Right now you're probably keeping client palm photos in your phone's camera roll or scattered chat threads, with no easy way to compare today's reading to last month's. Writing up observations for each client by hand takes time and it's easy to lose track of who sent what, when.

Who it fits

Wellness practitioners or palm reading consultants who track client sessions over time.

How it works

  1. Triggers the moment a client sends a palm photo through LINE
  2. Saves the photo to Google Drive and checks Google Sheets for the client's past records
  3. If it's their first photo, Gemini writes an initial reading
  4. If a past photo exists, Gemini compares the two and notes what's changed
  5. Logs the results in Google Sheets and sends the insights back to the client on LINE
What you get

Client changes noticed session to session

You get each client's palm photo compared against their last one, with AI notes on what changed saved to your records automatically.

What you get

An AI-written comparison note for each client, logged in Google Sheets and sent back through LINE.

What you need

A LINE messaging account, a Google account for Drive and Sheets, and a Google Gemini API key.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook