reference

Features

The submission workflow, implemented as a desktop tool — scan through export, with a truth file in the middle.

scanner/

Project scan

Connect a local folder and parse the files App Store reviewers care about — manifests, plists, dependencies, permissions.

  • Flutter: pubspec.yaml, ios/Runner/Info.plist, lib/ screens
  • Dependency risk mapping with confirmation prompts
  • README / CHANGELOG / spec import
  • Roadmap: Swift SPM, .xcodeproj, React Native, Expo
truth-file

Facts & truth file

Detected facts get a status. You confirm what is true. The truth file is the only context passed to generation.

  • verified · needs_confirmation · rejected per fact
  • Manual questionnaire: summary, privacy, review flow
  • Raw JSON view — no black box
  • Persisted per project in local app data
byok

AI generation

Your API key. Your provider. The model transforms confirmed facts into App Store Connect copy — it does not invent project details.

  • OpenAI · OpenRouter
  • subtitle · promotional_text · description · keywords
  • review_notes · whats_new
  • privacy_summary · IAP helpers · regenerate per field
lint

Validation

Warnings for missing fields, limit overruns, and inconsistencies — before you paste into App Store Connect.

  • Character limits on subtitle, keywords, descriptions
  • Analytics deps vs privacy questionnaire mismatch
  • IAP detected but review notes incomplete
  • Live warnings panel in the app shell
out/

Export

Structured output you can copy, diff, or commit alongside your release branch.

  • submission-pack.md
  • submission-pack.json
  • Save to any folder
  • Copy all fields at once
next step

Try it on a real project

Build from source. Pre-signed releases are in progress.

download