wink

This app is not designed to be fully touch-free, but to reduce the amount of scrolling required when browsing those infinitely long social media feeds. If you have an Apple device with True Depth Camera, using ARKit for eye-tracking (e.g. the amazing Hawkeye Access) could be a more appealing solution.

Installation

If you are an Android user, you can use Wink through Expo Client, simply go to https://expo.io/@weixuanz/wink. Alternatively, you can install using APK from the latest release.

Things are more complicated if you are using iOS, since I haven't paid for the Apple Developer Program ?‍♂️. Currently, you can clone this repository and use expo-cli to serve locally.

yarn install
yarn run start

Or you can detach to ExpoKit with yarn run eject, build using Xcode and sideload it onto your device. I may explore this option (e.g. provide .ipa file so you can install with AltStore) when the app is in a more completed state.

How to use ?

Close right eye to scroll down and left to scroll up, keep it closed for continuous scrolling. Double blink to focus the search bar. Otherwise, it's just your usual browser.

You can turn blink detection off by pressing the face icon in the tool bar.

face

Adjust wink detection sensitivity by long pressing the face icon.

4

You can add or remove bookmarks by clicking the bookmark button in the navigation bar, whose state shows whether the current url is already bookmarked. The bookmarks are stored on device, and appear as a list when the search bar is focused.

2

GitHub