Under the hood

For the curious — what Tockwell is built on and what it deliberately isn't.

What it's built on

100% native SwiftUI

No third-party UI frameworks. No web views.

WidgetKit

Home Screen, Lock Screen, and StandBy widgets.

AlarmKit (iOS 26)

System-grade alarms — ring through silent and Focus.

AppIntents

Per-widget configuration via Edit Widget.

App Group, no server

App ↔ widget data sharing through UserDefaults in an App Group. No sync, no backend.

Tolerant settings decoder

App updates can add fields without resetting existing users' preferences.

Migration tests + WCAG helpers

Ship with the codebase to keep the contrast guard honest.

One required-reason API

UserDefaults (App Group), reason 1C8F.1 — Apple's published code for "access info from apps in the same App Group." That's the entire data story.

Try it.

Built for iOS 26. Free, private, and ready for your Home Screen, Lock Screen, and StandBy.

Download on the App Store

In review — launching soon