[project] · proof of concept

A small experiment
in human video.

A test of two pieces: a browser-first video upload pipeline and a swipe-based player with thread-on-card chat. Built end-to-end on AWS — S3, MediaConvert, Lambda, CloudFront.

Pipeline
operational
CDN
cloudfront
Region
us-west-2
POC A

Upload pipeline

Drop a video. Watch it compress in-browser, upload directly to S3, transcode to HLS adaptive bitrate, and stream back via CloudFront.

Start uploading
POC B

Swipe deck

TikTok-style vertical swipes or Tinder-style horizontal cards. Tap up to open a thread. Same videos, two interaction patterns.

Open the deck

Stack

uploadpresigned PUT → S3
transcodeMediaConvert → HLS 720p/480p/360p
deliveryCloudFront → HLS.js
orchestrationLambda + API Gateway
compressionMediaBunny (browser-side)

About

This is an exploration toward a larger project — a verified-human social network where activity is the proof of presence. These two POCs validate the video stack. Everything you upload here is public and may be deleted at any time.