A private iPhone app for the people you keep close.
People you add float as warm bubbles. Closer relationships are larger. Tap someone to write down what matters — a dinner, a call, a birthday, a thing you want to remember.
There is no Kith account. Notes live on the phone and, when you are signed
into iCloud, in your personal private CloudKit database (team
8F7LXHTJZR).
The public landing is Astro in site/ (the shared iOS landing template).
cd site
pnpm install
pnpm devbrew install xcodegen # once
cd ios
xcodegen generate
open Kith.xcodeprojOr from the repo root:
ios/scripts/check.shThat regenerates the project, runs unit and UI tests on a simulator, and builds an unsigned Release.
ios/Sources/KithCore— people, logs, and the local JSON documentios/Sources/Kith— SwiftUI constellation, person pages, and loggingios/Tests— XCTest for the document and the main interface
Launch with --ui-demo to load a fixed sample constellation instead of the
on-device document. --fresh-demo starts empty.