Skip to content

agenticempire/axint-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Axint Examples

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.

Included examples

  • trail-planner/intent.ts Queryable entity + dynamic options + interactive parameter summary for an App Intent.
  • profile-card/view.ts SwiftUI view with props, state, and conditional rendering.
  • step-counter/widget.ts WidgetKit widget with entry fields, refresh interval, and multiple families.

Try one

npm install -g @axint/compiler
axint compile trail-planner/intent.ts --out generated/

Where to go next

If you build something interesting with Axint, open a discussion in the main repo and share it.

About

Polished Axint examples for App Intents, SwiftUI views, and widgets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors