Polished example projects for Axint, the open-source compiler that turns TypeScript and Python into validated Swift for Apple-native features.
These examples are intentionally small and readable. Each one shows a specific surface or capability so builders can copy a working pattern instead of reverse-engineering the compiler repo.
trail-planner/intent.tsQueryable entity + dynamic options + interactive parameter summary for an App Intent.profile-card/view.tsSwiftUI view with props, state, and conditional rendering.step-counter/widget.tsWidgetKit widget with entry fields, refresh interval, and multiple families.
npm install -g @axint/compiler
axint compile trail-planner/intent.ts --out generated/- Playground: https://axint.ai/#playground
- Docs: https://docs.axint.ai
- Registry: https://registry.axint.ai
- Main repo: https://github.com/agenticempire/axint
If you build something interesting with Axint, open a discussion in the main repo and share it.