Landing page and Universal Links handler for Limit - Premium Bluesky Client for iOS.
- 🌐 Landing page for the iOS app
- 🔗 Universal Links support for bookmark sharing
- 📱 Apple App Site Association (AASA) file
- 🎨 Modern gradient design
/
├── .well-known/
│ └── apple-app-site-association # iOS app association file
├── bookmark/
│ └── index.html # Bookmark redirect handler
├── index.html # Landing page
├── CNAME # Custom domain configuration
└── _config.yml # Jekyll configuration
The site handles Universal Links in the format:
https://ios.hyperlimit.app/bookmark/{did}/{collection}/{rkey}https://ios.hyperlimit.app/b/{did}/{collection}/{rkey}(shortened)
This site is automatically deployed via GitHub Pages to ios.hyperlimit.app.