Blind Date A Book

Published on

Blind Date A Book is part ecommerce website and part art project. I first encountered its physical counterpart at a Barnes and Noble some five years ago: I remember thinking to myself even then that it was a perfect candidate for digitization. At long last, using the approach to making I picked up in DESIGN11, I’ve hacked together a boutique version of this experience accessible for anyone with an internet connection.

A table at SF’s Telescope Coffee covered in disguised books

At first I was confused by the lack of digital equivalent to the physical stands. Surely ordering books online is a solved problem? I mean, that’s what Amazon was founded on—and a custom frontend that just displays things differently seems a trifling project.

A hyperscaling version might look something like:

  1. Scrape books from some list.
  2. Have a generative model write summaries based on a set of examples.
  3. Display that on a sexy website.
  4. Have Amazon deliver the books to users.

Turns out it’s hard to buy things with code. So it actually came out a bit more personal:

  1. A list of books chosen by myself, my family, and my best friends.
  2. Descriptions we wrote.
  3. The website is still sexy.
  4. It sends you to Shopify where you buy Book #X.
  5. I see that, go buy the real book, and send it your way.

More of a sensitive touch, perhaps.

Early ideation of the website in my notebook

The tech stack of the site bears further analysis. I’ve long puzzled over the best way to go about building web projects, whereas I have strong established preferences for CLIs and iOS/macOS apps. With this project, I decided to try a new framework that has been making waves in the community: Web Origami. I enjoyed a lot of what it has to offer:

It wasn’t all sunshine and rainbows, though. The data processing capabilities are something of a double-edged sword: formats like YAML and JSON are convenient (especially for source control), but something of a hack to avoid interfacing with a real database. I can see that design being limiting for certain use cases. Still: I sent a message in the Matrix room about hosting in production and the author replied really quickly and was super helpful. That’s worth a lot, in terms of goodwill and my hope for the future of the project. I’ll keep my eye on Origami, though I’ve got some more experimenting to do before I commit to the framework in the longterm.

Check out the website for yourself to find your next read!