Slide 1

Slide 1 text

Pebble is dead. Long live Pebble! rebble

Slide 2

Slide 2 text

Peach Hack • Working on Google Cloud • Failed to make smartglasses at Intel • Used to make watches at Pebble • I make some pony games: ponytone.online, rpg.horse @KatharineBerry

Slide 3

Slide 3 text

What is Pebble? They’re smartwatches

Slide 4

Slide 4 text

What happened?

Slide 5

Slide 5 text

So what?

Slide 6

Slide 6 text

Web Services

Slide 7

Slide 7 text

Web Services • Pebble appstore • Firmware updates • Language packs • Notification icons • Timeline • Dictation • Weather • Notification icons And more…

Slide 8

Slide 8 text

What can we do?

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

rebble · web services A product of the Rebble Alliance, LLC

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

How do we run it? Serverless

Slide 13

Slide 13 text

How many users? “I dunno, maybe a thousand at most?”

Slide 14

Slide 14 text

How many users?

Slide 15

Slide 15 text

How many users?

Slide 16

Slide 16 text

How many users?

Slide 17

Slide 17 text

How many users? “…fifty thousand?”

Slide 18

Slide 18 text

A diversion: money

Slide 19

Slide 19 text

Make a budget

Slide 20

Slide 20 text

APIs are expensive Dictation: $110,000 / year Weather: $260,000 / year

Slide 21

Slide 21 text

Freemium • Basic service: free • Dictation and weather: $3/month (or $33/year) (I hate that word)

Slide 22

Slide 22 text

Subscription enforcement “voice": { "languages": [ { "endpoint": "pebble-eng-usa.nuancemobility.com", "four_char_locale": "en_US", "six_char_locale": "eng-USA" }
 // ... ] }, "weather": { "url": "https://api.weather.com/v1/geocode/$ $latitude$$/$$longitude$$/?api_key=whatever&language=$ $language$$&units=$$units$$" },

Slide 23

Slide 23 text

Crazy Hack Time

Slide 24

Slide 24 text

Crazy Hack Time “voice": { "languages": [ { "endpoint": "pebble-eng-usa.nuancemobility.com", "four_char_locale": "en_US", "six_char_locale": "eng-USA" }
 // ... ] },

Slide 25

Slide 25 text

That’s it! Have a pebble? Want it to keep working? rebble.io