π’ Wall of apps
Apps shipping with ASO Toolkit.
Real iOS and macOS apps that research, translate, audit, and submit through the skill. Add yours β open a pull request with your App Store ID and it shows up here.
Add your app
Submissions are just a one-line pull request. No account, no form, no gatekeeping. Icon, name, developer, and category are pulled live from the App Store, so your entry always reflects the latest listing.
- Open
site/apps.jsonin the repo. - Add your App Store numeric ID (the
id1234567890from the URL). - Open a PR β we merge, Vercel redeploys, your app appears.
// site/apps.json
[
{ "id": "1234567890" },
{ "id": "9876543210", "submitter": "yourhandle" }
]