ALL MEMOS Download .docx

MVP Feature-Breadth Audit — 2026-05-13

Scope: 30 silentinfinity apps across 7 studios

Method: Static HTML review — classified by interactivity, data richness, and working UX loops

Legend: Working = fully interactive JS + data loop in the single file · Partial = UI complete, key loop mocked or absent · Sketch = static shell or landing-page only

---

Full App Roster by Studio

| Studio | App | Classification |

|---|---|---|

| manifest | ECHO | Partial → Working (JS added today) |

| manifest | TOTEM | Working |

| manifest | VISION | Partial |

| manifest | OMEN | Partial |

| manifest | SUMMON | Partial |

| livegrow | ASSISTANT | Working |

| livegrow | DINNER | Working |

| livegrow | WALLET | Working |

| livegrow | MOVE | Working |

| livegrow | OUTFIT | Partial |

| innerverse-spinoffs | DREAMS | Partial |

| innerverse-spinoffs | ORACLE | Partial |

| innerverse-spinoffs | TIMELINES | Partial |

| innerverse-spinoffs | CHILDHOOD | Partial |

| innerverse-spinoffs | ARSENAL | Partial |

| sadhana | KARMA | Working |

| sadhana | PRANA | Partial |

| sadhana | WONDER | Partial |

| sadhana | INTENT | Partial |

| sadhana | DARSHAN | Partial |

| sadhana | SHADOW | Partial |

| sadhana | AKASHA | Partial |

| thefive | AURUM | Partial |

| thefive | RUSH | Partial |

| thefive | OBSIDIAN | Partial |

| thefive | MIRROR | Partial |

| thefive | ORACLE2 | Partial |

| gauntlet | HEIST | Working |

| gauntlet | VERSE | Partial |

| gauntlet | DASH | Partial |

| gauntlet | MERGE | Partial |

| gauntlet | PREDICT | Partial |

| gauntlet | STACK | Partial |

| cipher | DROP | Partial |

| cipher | AKIN | Partial |

| cipher | DECK | Partial |

| cipher | STREAK | Partial |

---

Top 5 — Most "Real Product"

1. ASSISTANT (livegrow)

Full voice-first UI: composer textarea, mic toggle with waveform animation, day planner with checkable timeline rows, artifact sheet modals with real content, four-tab nav. Data is hardcoded but the interaction loop is complete — a user can open it and feel like they are using a product today.

2. DINNER (livegrow)

Most complete daily-utility loop: hero recipe card, ingredient checklist with have/need states, numbered cook steps, 7-day weekly plan grid, pantry tracker, and a full cook-mode overlay with step navigation and TTS toggle. The closest thing in the studio to a shippable iOS cooking app.

3. HEIST (gauntlet)

Countdown screen, vault-crack puzzle mechanic with timer, real game state transitions, JetBrains Mono cipher aesthetic throughout. Has a manifest.json link — built to be installed as a PWA. The daily-reset hook is explicit. Feels like a real game.

4. TOTEM (manifest)

Richest visual design in the studio: particle canvas, animated spirit-animal portraits from S3, archetype pair selector, animated halo rings, streak tracking. Has the most complete "world" feel — opening it creates genuine atmosphere.

5. KARMA (sadhana)

Thoughtful karma-ledger concept with inflow/outflow classification, jade/rust color system tied to meaning, paper-texture palette, and a clear data model. Visually distinct from every other app — feels like a real fintech-meets-ritual product.

---

Bottom 5 — Most "Sketch"

1. ORACLE2 (thefive)

Near-duplicate of ECHO/oracle but without the archetype selector or any JS interaction. Static portrait, two lines of flavor text. No distinguishing mechanic from the other oracle-adjacent apps.

To make it real: ship a single differentiated mechanic — e.g., a daily 3-card pull with animated reveal and shareable card image.

2. STACK (gauntlet)

Landing page with a hero and a CTA. No game state, no puzzle loop, no data. The concept (stacking items under time pressure) is clear but zero of it is implemented.

To make it real: build the core stack mechanic — a draggable tower with physics-lite collision and a daily high-score board.

3. MERGE (gauntlet)

Same pattern as STACK — polished visual shell, no playable loop. The "merge" tiles concept is defined in the press-release but the app.html is a feature-list landing page.

To make it real: implement a 4x4 grid merge loop (2048-variant) with a daily seed so every player gets the same board.

4. PREDICT (gauntlet)

Question cards shown but no resolution mechanic, no scoring, no calendar of past predictions. Looks like a card but doesn't behave like a game.

To make it real: add a resolve-later flow — the user submits a prediction today, and the app surfaces it 7 days later for confirmation/denial with a running accuracy score.

5. CHILDHOOD (innerverse-spinoffs)

The concept (60-sec voice note from your 7-year-old self) is the most emotionally compelling in the entire studio. But the app.html is a pre-generated static audio player with one hardcoded track. The personalization engine and nightly generation pipeline are not wired in the client.

To make it real: wire the nightly S3 output path (innerverse-apps/childhood/{user}/{date}/audio.mp3) into the player — the concept sells itself if the audio is actually there.

---

Recommendation: Next Round of Investment

CHILDHOOD — by far.

It is the only app where the concept creates genuine emotional differentiation that cannot be replicated by a generic AI chatbot. Every other app in this studio has a near-equivalent in the App Store. A 60-second daily audio note voiced as the user's 7-year-old self does not. The nightly generation pipeline already exists. The gap between "sketch" and "real product" is a single file: wire the audio player to the S3 path and add a 30-day archive scroll. That is one session of work.

---

Audit performed by FORGE · 2026-05-13 · based on static HTML review of all app.html files