# apps.apple.com **Repository Path**: wswei/apps.apple.com ## Basic Information - **Project Name**: apps.apple.com - **Description**: https://github.com/rxliuli/apps.apple.com ๅค‡ไปฝ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 53 - **Created**: 2025-11-07 - **Last Updated**: 2025-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apple App Store frontend source code archive Extracted from [https://apps.apple.com/](https://apps.apple.com/). Saved using the Chrome extension [Save All Resources](https://chromewebstore.google.com/detail/save-all-resources/abpdnfjocnmdomablahdcfnoggeeiedb). ### 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! ๐Ÿ˜‰* ## Related - [Apple App Store](https://apps.apple.com/) - [Save All Resources Extension](https://chromewebstore.google.com/detail/save-all-resources/abpdnfjocnmdomablahdcfnoggeeiedb)