This folder is a reusable baseline for a new iOS app repository.
It captures high-value process, release, documentation, and Codex-operating patterns in a reusable form for a new iOS app repository.
- repo constitution in
AGENTS.md - Codex workflow and review/release modes in
.codex/ - MVVM + Repository + Services architecture guards
- docs-first, tests-before-code operating model
- release docs and App Store metadata templates
- GitHub Pages starter site with basic SEO/social metadata
- validation scripts for tests and Pages checks
- iOS project folder skeleton with localization structure
- product-specific feature code
- a ready-made Xcode project
- branding assets for your new app
- product-specific screenshots or screenshot automation
- Copy this folder to a new repository root.
- Rename placeholders in all files.
- Create your Xcode project and wire it to the folder structure.
- Replace the Pages URLs, copy, and branding.
- Keep the workflow: docs -> tests -> code -> validation -> changelog.
Read next: