Studio One

Studio One was an MVP created to test its potential as a social network for artists. I helped build out a complex backend using AWS Lambdas and to set up an easy-to-use CMS for moderating art and managing users.

SKIP TO

Team
FuzzProduct Development

Artworld approached us with the goal of creating Studio One, a social network they envisioned exclusively for artists and art professionals. What would this look like, a more Avant-Garde Linked-In or more of a Post-Modern Instagram? Our goal was to find out, working quickly in collaboration with the client to build out an MVP to test this hypothesis and build something users would actually want to use.

Backend Architecture:

As backend web engineers for Studio One, our primary goal was to develop a scalable and efficient backend infrastructure. After weighing our options we chose to utilize a lambda-based microservice approach that would allow for flexible usage and cost-effective handling of the growing user base.

Built with: AWS Lambdas Details:

  • Node 12 based
  • 100% Free-Range Typescript
  • MySQL
  • Sequelize TS

For image and video uploads we utilized Cloudinary, for social feeds we used Stream to rank and populate the home feed with user's artwork. I personally handled the implementation of Stream, Cloudinary assets and the Cognito Auth integration along with implemented pagination API-wide along with numerous user facing features like:

  • Waitlist
  • User Connections
  • User Follows
  • Member Search
  • Artwork Upload and View Count

User Permissions breakdown

One of the more interesting details was establishing a strong permissions model to allow different types of users to interact with the service at different levels, for example the Tourist user type: they can view and follow but can't connect with others until they are upgraded to Member:

FeatureGuest AnonymousTourist - Has an accountMember - Invited, Has an account
InvitedNoNoYes (email must match)
Membership applicationNoYesN/A
Can view the GalleryYesYesYes
Can view artwork details in the GalleryYesYesYes
Has a profileNoYes (private)Yes
Can view member profilesNoYesYes
Can view member’s connections/favoritesNoYesYes
Can view member’s favoritesNoYesYes
Can upload artworkNoNoYes
Can favorite membersNoYesYes
Can report usersNoYesYes
Can connect with another MemberNoNoYes
Can send a messageNoNoYes (if connected)

Followers and Connections

CMS Build

Once the API was up an running with enough functionality to unblock iOS development, we needed a quick way to add users/ approve uploaded artwork, so Omari and I began work on a simple CMS that included:

  • Analytics dashboard (Overview of stats)
  • Artworld users (At-a-glance dashboard, user details, inviting user)
  • Member applications
  • Member artwork (At-a-glance and artwork detail)

Admin

CMS
CMS

The App

App 1
App 2

Conclusion

Though the Studio One app still exists as a closed beta, the work we did powers the app to this day and served as a testbed for ideas about how an art-focused social network should work.