苹果商店官网
Find a file
2025-11-30 14:28:09 +08:00
api init: fork 2025-11 apps.apple.com 2025-11-30 14:28:09 +08:00
assets init: fork 2025-11 apps.apple.com 2025-11-30 14:28:09 +08:00
node_modules init: fork 2025-11 apps.apple.com 2025-11-30 14:28:09 +08:00
shared init: fork 2025-11 apps.apple.com 2025-11-30 14:28:09 +08:00
src init: fork 2025-11 apps.apple.com 2025-11-30 14:28:09 +08:00
us/iphone init: fork 2025-11 apps.apple.com 2025-11-30 14:28:09 +08:00
.gitignore init: fork 2025-11 apps.apple.com 2025-11-30 14:28:09 +08:00
LICENSE init: fork 2025-11 apps.apple.com 2025-11-30 14:28:09 +08:00
README.md init: fork 2025-11 apps.apple.com 2025-11-30 14:28:09 +08:00

Apple App Store frontend source code archive

Extracted from https://apps.apple.com/. Saved using the Chrome extension Save All Resources.

How is this possible?

Because Apple forgot to disable sourcemaps in production on the App Store website 🙃

image

As an interesting discovery, I've archived them here on GitHub for educational purposes.

Directory Structure

.
├── api/          # API related code
├── assets/       # Static assets
├── node_modules/ # Dependencies
├── shared/       # Shared modules
├── src/          # Source code
│   ├── components/
│   ├── config/
│   ├── constants/
│   ├── context/
│   ├── stores/
│   └── utils/
└── us/           # US region specific

What's Inside

  • Complete Svelte/TypeScript source code
  • State management logic
  • UI components
  • API integration code
  • Routing configuration
  • And more...

Disclaimer

This repository is for educational and research purposes only. All code is copyrighted by Apple Inc.

The source code was obtained from publicly accessible resources through browser developer tools.

License

The content in this repository belongs to Apple Inc. If there are any copyright concerns, please contact for removal.


Remember: Always disable sourcemaps in production! 😉