Browse The Web Like It’s 1995 With Cufflink For Apple Watch

The Apple Watch was announced last fall with the usual Cupertino razzle-dazzle. Which made it easy for the expectant watching world to overlook the fact that although Apple had indeed birthed its long-rumored wrist computer, it had not bestowed upon it a native browser. Indeed, a browser was nowhere to be seen on Apple Watch.

In one sense that’s not at all surprising, given the watch doesn’t have a keyboard. But it’s also a pretty big break with convention. Here’s a mobile device whose native view of the web is siloed and segmented.

Well, no matter, developers are already beavering away to fill any app gaps left on Apple’s debut wearable. One such long-time iOS developer, Alaric Cole, has built what he reckons is the first browser app for Apple Watch — and managed to get it approved by Apple. It’s called Cufflink.

Now obviously a browser on the Apple Watch has pretty big constraints to work with. Namely a tiny screen, no keyboard and a relatively low power processor. So Cufflink is very much browser ‘lite’ — and one that Cole happily admits resembles web browsing as it was back in 1995. But still, a browser.

Cufflink uses Siri as the interfacing entity, as you’d expect. So you speak what you want to search, and then the app serves up results with all formatting removed — which means no ads either, just text and media. Cole says it’s using the same Readability tech that Safari’s Reader view uses.

“It’s just content and media that’s left, and it’s actually quite legible,” he says. “There are certainly some sites, on occasion, that have confusing markup that may only render out as an image or two, but I do some extra work of trying to strip out what important info I can. I was invited to Apple to test on an actual Watch a few weeks ago, and it worked great!”

Apple is apparently recommending to devs that Watch apps have an interaction time of less than 10 seconds. What can you do on a browser in 10 seconds? Obviously not that much noodling around the Internet but Cole reckons there’s still value in having choice.Cufflink Siri

“I don’t expect people to read a book on it, but I do think there’s value in having access to content,” he tells TechCrunch. “I’ve used this same tech for a Reddit app and a Hacker News app — it’s one thing to see a list of articles, another to actually be able to read them. I’d rather choose when to stop reading versus having an app do that for me.”

“The idea came from talking to a friend at Apple about what native apps would be on the Watch. I thought to myself, you’ll be able to use this thing in places you normally couldn’t take a phone — like the shower. It made sense to me to have the ability to look things up, or read an article in full if I wanted.

“While a fully fledged web browser seems like too much for such a little device, I thought about how important the concept of hypertext was, and is, to the strength of the web. While the trend is silos of information, I still feel this is a concept that should stick around, even if it’s a bit early for the Watch’s hardware,” he adds.

The app also includes a shortcut list of any previous searches (as shown in the video below), so you can access something you looked up before without needing to wrangle with Siri again.

Cufflink is a paid app ($3) — a charge that Cole says covers his running costs, given he’s doing the formatting stripping on a backend service to minimize processing on the Watch itself, and to help reduce battery drain and speed up your wrist-based searches. (He is offering some promo codes here.)

“This is the right solution, I think, versus showing some horribly scaled down web view representation. The trick I used, due to the very limited constraints of WatchKit, is to display text and media as a vertical list. Hyperlinks are emulated by allowing you to tap any part of a sentence that contains a link. Doing so pushes another view, and you can swipe back to a previous page, just as you’d expect,” he says.

“Images and media are also resized to fit the diminutive screen, and tapping one shows it in a larger view. (I’ve actually built a video GIF converter that I use in the Reddit client, and will issue an update to Cufflink with this, so you can view GIFs and videos on the watch as well.)”

Asking Siri to place a GIF of your choice on your wrist? It’s the future apparently…

Asked about the challenges and attractions of developing for Apple Watch, Cole agrees it’s a fresh chance for indie devs to stand out on iOS — noting that the watch app store has around 2,000 apps thus far and he’s personally built 15 of them. Ergo: “Which means my work accounts for nearly one percent of all watch apps right now! When could you ever say that as a developer?”

On the challenge side, he says Cufflink took longer to plan than to develop with the main consideration being building an experience that was useful but not overwhelming on a wrist. The wider theme here is that the overpopulated app economy is undergoing a shift — with individual apps being pushed more towards being background services than delightfully distracting interfaces in their own right. Aka the rise of the invisible apps. And the increasingly important role of interactive notifications.

“Because of the [Watch’s] simplified user interface, it’s very easy to get a simple app built. However, I think the Watch is a moniker for the kind of app economy we’re entering, that of the ‘background service’ where context is important and apps become services that present themselves as needed,” says Cole. “The UI, and using the app itself, becomes less important, while interactive notifications come to the forefront.”

Building savvy background services that understand users well enough to serve up exactly what they want the moment they want it is lining up as the next (very) hard problem for devs.