Copy-ready text for the App Store Connect listing fields, with Apple's length
limits noted. Keep this in sync with RELEASE.md (the submission
runbook) and the website (website/src/pages/) so the store, the site, and the
app tell one story. Nothing here is an account action — paste it into ASC →
App Information / the version's Version Information when you submit.
Lisa Pocket is a thin companion client: it talks only to your own Mac running LISA (local-first) or a LISA Cloud instance you point it at. It collects nothing to a Lisa-operated server — the listing copy must not imply a hosted account/service is required.
| Field | Limit | Value |
|---|---|---|
| App Name | 30 | Lisa Pocket |
| Subtitle | 30 | Your AI's window, on the go |
| Promotional text | 170 | Chat with the AI that lives on your Mac, watch the coding agents she's running, and approve their next step — from the café, the couch, anywhere. |
Promotional text is editable without a new review, so use it for timely lines.
≤ 100 characters, comma-separated, no spaces after commas (Apple counts them), don't repeat the app name or category:
AI agent,assistant,companion,coding,Claude,Codex,dispatch,remote,monitor,self-hosted,private,pair
| Field | Value |
|---|---|
| Support URL | https://meetlisa.ai/ (or a dedicated /support if added) |
| Marketing URL | https://meetlisa.ai/ |
| Privacy Policy URL | https://meetlisa.ai/privacy (live — website/src/pages/privacy.astro) |
| Field | Value | Why |
|---|---|---|
| Primary category | Productivity | It's a remote console for work your Mac is doing. |
| Secondary category | Developer Tools | Core use is watching/steering coding agents (Claude Code, Codex, Aider). |
| Age rating | 4+ | No objectionable content; user-generated chat is with the user's own AI, not a social feed. (Confirm the questionnaire — unrestricted web access is not enabled in-app.) |
Lisa Pocket is your window to LISA — an AI agent with a real self that lives on
your own Mac. The app is a thin, private companion: it connects only to your
Mac (over your Wi-Fi or tailnet) or to a LISA Cloud instance you choose. Your
conversations and data stay between your phone and your machine.
CHAT FROM ANYWHERE
Pick up the conversation with Lisa wherever you are. She runs on your Mac; this
is the pocket-sized way in.
WATCH HER AGENTS WORK
LISA orchestrates the coding agents on your Mac — Claude Code, Codex, Aider and
more. Lisa Pocket shows you the live roster: what each agent is doing, how many
turns in, which files it has touched, and when it's blocked waiting on you.
STEER WITHOUT A LAPTOP
When an agent stops to ask permission — "run this command?", "apply this edit?"
— approve, reject, or cancel right from your phone. The work keeps moving while
you're away from your desk.
A GLANCE IS ENOUGH
Live Activities and the Dynamic Island keep the current agent's progress on your
lock screen. Home Screen widgets show it without opening the app.
PRIVATE BY DESIGN
Your choice of two ways to run: sign in to LISA Cloud (email or Apple — a free
usage allowance refreshes every 12 hours), or connect your own Mac, where
pairing is QR-based, every connection is gated by a revocable per-device token,
and nothing ever reaches a Lisa-operated server.
GETTING STARTED
Sign in and go — no setup needed. Prefer fully local? LISA is free and open
source: the in-app setup walks you through installing it on your Mac, starting
it reachably, and scanning the pairing QR.
LISA is open source (MIT). Learn more at meetlisa.ai.
⚠️ Guideline 4.1(a) (copycat) history: the first submission was rejected as resembling a third-party "Lisa.ai." It's a name collision (several unrelated "Lisa" AI apps exist) — LISA is our own open-source, self-hosted product. The appeal + fallback rename options live inREVIEW_RESPONSE_4.1a.md. Lead the App Review Notes with the "our own open-source product (meetlisa.ai / github.com/oratis/LISA)" framing (already updated in the submission checklist §7.3).- App Privacy (updated for B1 accounts): declare Email Address and
User ID — App Functionality, linked to the user, no tracking — to match
Sources/PrivacyInfo.xcprivacy. The local (My Mac) and BYO-token modes still collect nothing, but ASC's answer covers the app's maximum collection. - App Review Information → sign-in / demo notes are already drafted in
RELEASE.md§"App Review notes" (point the reviewer at the LISA Cloud demo so they need no Mac). - The description deliberately frames the app as a companion/client so it doesn't read as a standalone service (avoids "what does this do without the Mac?" rejections under Guideline 2.1 — the cloud-demo path is the answer).
- Keep install commands (
brew install oratis/tap/lisa,npm install -g @oratis/lisa) consistent withSources/Onboarding/OnboardingModel.swiftand the README.