Antler makes it easy for developers to build local first-auth into their web applications. User's download the Antler app (or another IRL Browser), create a profile (a DID). Whenever they scan a QR code, they share their profile data with the third-party web application (mini app) through a WebView.
Antler implements the IRL Browser Specification, a specification for secure communication between IRL Browser apps and mini apps.
- React Native Mobile App:
/react-native/ - Static Website:
/website/ - Cloudflare Worker:
/cloud/(for .well-known files)
antler/
├── react-native/
├── website/
└─── cloud/
cd react-native
yarn installyarn startyarn ios
yarn android