In next 30 minutes...

You'll see blocks

You might take your laptop out of the bag

We'll definitely have something going wrong

We'll potentially have something going right again

You might learn something

Product Digitization

Born digital

Born digital


This product was born digital

Interact with it


Renew
Origin
Screenshot_from_2018_06_21_14_40_55

Let's take a look at experience we're going to build today

Please, feel free to get me out of the bag now

That's not required though, you might just enjoy.

https://tn.gg/HRkU3cjG

Signup

https://dashboard.evrythng.com

Account is free, but rate limited to 5k requests a day

Onboarding

Product

{
  "id": "U3EtU2k3BD8wQpwwR6EMXgKb",
  "createdAt": 1501509769311,
  "updatedAt": 1501509769311,
  
  "description": "A delicious animating local beer for export.",
  "name": "Honeysuckle Zombie Brown Ale",
  "tags": [ "export" ],
  "properties": { ... },
  "customFields": {
    "bottles_per_case": "24",
    "ingredients": { ... }
  }
}

Redirection

Thng View

Custom experience

EVRYTHNG Experience Starter

Deploying basic experience

Deploying AR experience

AR.js

Augmented reality for the web

THREE.js

JavaScript 3D library.

EVRYTHNG SDK

https://github.com/evrythng/evrythng.jshttps://developers.evrythng.com/docs/evrythngjs
const user = await app.appUser().create({
  email: 'user@company.com',
  password: 'password', // don't put this one in the code :)
  firstName: 'Mister',
  lastName: 'User'
});

user
  .product(productId)
  .property('owner')
  .update(user.id);

Some Javascript

Questions