ParkNudge is a privacy-first iPhone parking spot and meter reminder. It saves one active parking location, lets the driver correct the pin, records garage details and one photo, schedules local meter alerts, opens Apple Maps walking directions, and keeps completed history on-device.
The repository contains the native iOS app, tests, product documentation, and a static launch website. It is an MVP source repository—not evidence of physical-device acceptance, App Store availability, a configured in-app purchase, or a deployed domain.
The complete parking loop is free: one active spot, GPS/manual pin, place search, directions, floor/section/note/photo, meter timer, fixed 15/5/0-minute alerts, and the three newest completed sessions.
Lifetime Pro is a planned one-time, non-subscription purchase with a $9.99 U.S. reference price. StoreKit's localized displayPrice is the only price rendered inside the app. Pro adds unlimited visible history, custom reminder presets, parking-cost records, and CSV export. Older history is never deleted when Pro is absent or revoked.
See MONETIZATION.md, ROADMAP.md, REVENUE-ROADMAP.md, EXECUTION-PLAN.md, SEARCH-ENGINE.md, and the GitHub execution queue for the exact boundary, implementation order, search-growth handoff, and remaining gates.
- Swift 6 with strict concurrency
- SwiftUI and MapKit
- SwiftData with a versioned schema
- Core Location one-shot capture
- UserNotifications local, time-sensitive reminders
- StoreKit 2 verified entitlements
- XcodeGen with iOS 17 deployment target
- No third-party packages, backend, account, ads, analytics, background location, or remote push
Requirements: the current Xcode toolchain, XcodeGen 2.45 or newer, and Python 3 for the dependency-free website checker.
./scripts/generate-project.sh
./scripts/verify.shproject.yml is canonical and ParkNudge.xcodeproj is committed for reproducibility. The Debug scheme uses ParkNudge.storekit; the Release app excludes that file.
To preview the website locally:
python3 -m http.server 8080 --directory siteThen visit http://localhost:8080. The parknudge.app canonical URL and parknudge Cloudflare Pages project name are candidates only until the domain is acquired and the public deployment is verified. The source includes a real 404 page, path-normalization redirects, crawler files, llms.txt, an IndexNow verification file, and a provider-neutral search-engine manifest; none is provider or indexing proof by itself.
ParkNudge/— application, domain, persistence, platform adapters, UI, privacy manifest, and assetsParkNudgeTests/— deterministic unit and in-memory SwiftData testsParkNudgeUITests/— simulator UI smoke flowssite/— static SEO/AEO-ready launch and support pagesDocs/— product, architecture, naming, monetization, release, and device-acceptance recordsscripts/— project generation, verification, and release-content audits
The repository does not authorize or claim domain purchase, public deployment, App Store Connect mutation, TestFlight upload, physical-device acceptance, submission, or release. Those remain tracked work with explicit evidence requirements.
Copyright © 2026 Gus Digital Solutions. No license is granted by publication of this source repository.