Local-first scanning
Reads pubspec.yaml, Info.plist, and source paths on disk. No cloud upload of your codebase.
macOS · BYOK · Tauri + Rust
AppMeta scans your repo locally, helps you confirm what is actually true, then uses your OpenAI or OpenRouter key to draft App Store Connect fields. No guessing. No upload.
scan → confirm → generate → export
A pipeline that builds a verified project profile before any model writes a single character of metadata.
appmeta connect ./project Point AppMeta at your local mobile project folder.
appmeta scan Parse manifests, plists, dependencies, permissions, and source structure.
appmeta facts review Build a truth file from verified facts and your answers.
appmeta generate Draft App Store Connect fields via your own API key.
appmeta export Write submission-pack.md and submission-pack.json.
Helps prepare App Store Connect metadata from confirmed project details — not generic marketing copy.
Reads pubspec.yaml, Info.plist, and source paths on disk. No cloud upload of your codebase.
Generation runs against a confirmed project profile — not against whatever the model feels like inferring.
Character counts, limit warnings, and consistency checks before you paste into App Store Connect.
Markdown and JSON submission packs — product page, review notes, privacy helpers, IAP copy.
BYOK. Local scan. Confirmed facts only in the prompt.
# what leaves your machine
- confirmed facts → your AI provider (via your API key)
- nothing else, unless you export or save a pack yourself
# what stays local
- full source tree
- API keys (settings.json; Keychain planned)
- project truth filesScan locally, confirm facts, generate fields with your own API key.
download