# Super App V1 · Presentation · Companion Notes **Deck file**: `super_app_v1_presentation_storyboard_v1.pptx` **Slides**: 16 main + 3 appendices (A coverage matrix · B visual index · C speaker notes) **Format**: 16:9 widescreen · 13.333" × 7.5" · brand palette (magenta/pink/yellow/sky/ink · Noto Sans Thai + Space Mono) **Build batch**: PPTX-01 **Built from**: Batch PPT-01 HTML storyboard + CAPTURE-02 screenshot manifest + MGT-LINK-01 mapping ## Slide-by-slide summary with image mapping | # | Title | Images used | Status | |---|---|---|---| | 1 | Cover | (gradient, no screenshot) | — | | 2 | Why V1 matters | v1_01_home | captured | | 3 | What V1 proves | v1_01_home · v1_06_mice · v1_07_wallet · v1_24_ai_plan | captured ×4 | | 4 | Overall app feel | v1_02 · v1_03 · v1_04 · v1_05 | captured ×4 | | 5 | Mode architecture | v1_01_home | captured | | 6 | Trip deep-dive | v1_02 · v1_03 · v1_04 · v1_05 · v1_18 · v1_20 | captured ×6 | | 7 | MICE pitch | v1_06_mice · v1_06_mice_state_conference | captured ×2 | | 8 | Rewards / Wallet | v1_07_wallet · v1_07_wallet_state_b | captured ×2 | | 9 | Stay / Hotel | v1_08_hotel · v1_04_booking_state_b | captured-improved (CAPTURE-02) + captured | | 10 | Operator B2B | v1_11 · v1_12 · v1_13 · v1_15 · v1_16 · v1_17 | captured ×6 | | 11 | AI moment | v1_24_ai_plan · v1_24_ai_plan_step_2 | captured ×2 | | 12 | Content types | v1_21_media · v1_22_embed · v1_23_immersive | captured ×3 | | 13 | Personalization | v1_09_profile · v1_10_news | captured + captured-improved (CAPTURE-02) | | 14 | Strengths | v1_06 · v1_24 · v1_11 · v1_05 | cross-ref ×4 | | 15 | Gaps | v1_01_home · v1_11_op | reference ×2 | | 16 | V1 → V2 transition | (2-column Keep/Change matrix) | — | | A | Coverage matrix | — (table, 29 rows) | — | | B | Visual index | all 29 thumbnails | ×29 | | C | Speaker notes | — (3-column layout) | — | ## Speaker notes Every content slide has a `speaker_notes` block embedded in the `.pptx` file itself — open the Notes pane in PowerPoint / Keynote / Google Slides to see them. Quick preview below: - **Slide 2**: Frame V1 = proof. Audience: anyone who has only seen a pitch deck. 60 seconds. - **Slide 3**: Elevator-pitch slide. If you only have 2 minutes, show this one. - **Slide 4**: Main conversion loop. Dwell on Booking + Cockpit for business; Discover + Detail for product. - **Slide 5**: Connect to Marketing Doc #5 (Mode Architecture). V1 already decided 6 modes. - **Slide 6**: Deepest mode coverage. Answers "is it actually a super-app?" - **Slide 7**: MICE hero slide. 3–4 minutes for product audience, 60 sec for executive. - **Slide 8**: Open with base wallet, pivot to tier ladder → "loyalty economy, not just wallet". - **Slide 9**: Hotel was partial in CAPTURE-01; CAPTURE-02 got the real flow. Worth mentioning as a process proof-point. - **Slide 10**: 7 screens for operator/B2B. Answers "is it real platform vs. consumer app?" - **Slide 11**: Differentiator slide. "Guided flow, not chatbot." - **Slide 12**: Ties to MGT-LINK-01 bridge service CONTENT-RENDER. - **Slide 13**: News was partial in CAPTURE-01 (drawer); CAPTURE-02 found the real TGScreenNews. - **Slide 14**: Summary. Closer before Gaps. - **Slide 15**: Be honest. Deck's credibility depends on admitting what's missing before anyone asks. - **Slide 16**: Closing. "V1 is proof, V2 is platform, same design DNA." Then Q&A. ## 3 audience pacing (from Appendix C) - **Executive · 5 min** → 01, 02, 03, 16 - **Product · 20 min** → 04–13 mode-by-mode, then 15, 16 - **Technical · 30 min** → 05 → 10 → 11 → 13 → 15 → 16, lean on Appendix A matrix ## What the slides DO NOT include (by choice) - **Fabricated content**: every screenshot comes from `docs/prototypes/super-app-v1/screenshots/` — no manufactured UI. - **Bilingual in every body text**: for density reasons, Thai is primary in body copy; English is used in all headers/labels and talking points. Captions file in `screenshots/super_app_v1_presentation_captions.txt` holds the full TH+EN for every image if the presenter needs bilingual voiceover. - **Animation**: static slides only. Presenter can add build-ins in PowerPoint if needed. - **Branded theme master**: the deck uses shape-based visual design (rectangles, pills) rather than a PowerPoint theme file. This keeps the file portable across PowerPoint, Keynote, and Google Slides without theme fidelity loss. ## How to update Source: `/tmp/v1_capture/build_pptx.py` (inline narrative + image list) Rebuild: ```bash python3 /tmp/v1_capture/build_pptx.py ``` Output lands back in this folder with the same filename (version-bump the filename by editing `PPTX_FILE`). ## Known cosmetic quirks - **Pills are fixed-width 1.1"** — python-pptx has no measure-text API so pills can't auto-fit. Visual is still clean. - **Long Thai body text** may wrap awkwardly on slides with dense angle boxes (slides 3, 14). If needed, shorten the angle body lines manually in PowerPoint. - **Gradient on cover slide** is approximated via 3 stacked rectangles (pink → yellow → sky). A true gradient fill via python-pptx requires XML patching that we kept out of scope. ## Downstream files - `super_app_v1_presentation_storyboard_v1.pptx` · the deck - `super_app_v1_presentation_notes.md` · this file - `../screenshots/super_app_v1_screenshot_manifest.json` · image source-of-truth - `../screenshots/super_app_v1_presentation_captions.txt` · full TH+EN caption set - `../../../marketing/super-app-v1-presentation-storyboard.html` · HTML storyboard (PPT-01) — this PPTX is the .pptx export