Skip to content
Public proof gallery

Proof, not screenshots.

This page shows the concrete artifacts behind the Axint Registry: generated Swift, Cloud verdict language, fix prompts for AI tools, install commands, and the compatibility automation that keeps trust visible.

Generated Swift proof

Package pages expose readable source and compiled Swift output so installation never depends on trusting opaque bundles.

export default defineIntent({
  name: "CreateEvent",
  title: "Create calendar event",
  params: {
    title: param.string("Event title"),
    startsAt: param.date("When it starts"),
  },
});
struct CreateEvent: AppIntent {
  static var title: LocalizedStringResource = "Create event"
  @Parameter(title: "Event title") var title: String
  @Parameter(title: "When it starts") var startsAt: Date
}
Cloud verdict + repair prompt

Cloud reduces Apple breakage to a verdict, the top issue, and a copyable repair prompt that can go straight back into an AI tool.

Needs review
AX108 · entitlement string format
What broke: the HealthKit entitlement shorthand does not match Apple’s expected identifier.
Update the entitlement to use the canonical HealthKit identifier and
make the Info.plist usage text user-facing. Keep the existing feature
shape, then rerun Axint Cloud Check.
Install path

Every package exposes the exact install command early. The Registry install count is public, but it never replaces source, publisher, or validation proof.

Create Event
@axint/create-event
23 registry installs
$ axint add @axint/create-event
Log Workout
@axint/log-workout
1 registry installs
$ axint add @axint/log-workout
Play on Spotify
@axint/play-on-spotify
1 registry installs
$ axint add @axint/play-on-spotify
Check Weather
@axint/check-weather
1 registry installs
$ axint add @axint/check-weather
Compatibility coverage

Trust coverage is public too. Package trust is backed by visible automation, not only by package card styling.

Publish validation
100%
14/14
Policy review
100%
14/14
Bundle hashes
100%
14/14
Version diffs
100%
0/0