TwitchCon - The Emotifier
Real-time photo management platform built for a large-scale live event

Overview
The Emotifier was an interactive stand at TwitchCon 2022 in San Diego, USA. Visitors entered the experience, took a photo using a tablet, applied digital accessories (such as glasses and hats), and instantly saw their image displayed on large event screens. They also received a personalized copy of their photo via email.
The system required real-time image processing, moderation control, cloud storage, and live display integration during a high-traffic public event.
I was responsible for building the backend system and the CMS used to manage and moderate the experience.
My Role
- Built the backend APIs for photo ingestion, moderation, and event screen delivery
- Received images from the tablet application and stored them in
AWS S3 - Saved participant and photo data in the database
- Implemented moderation logic (approve/reject) before public display
- Sent approval-based email flows for participants
- Built the CMS moderation dashboard for event managers
- Enabled managers to review submissions, approve/reject photos, and monitor activity
- Ensured only approved images reached the live event screens
Problem
The event needed a reliable system that could:
- Handle live photo submissions
- Display approved images instantly on large screens
- Send personalized emails automatically
- Prevent inappropriate content from being shown publicly
- Remain stable during high visitor traffic
Because this was a public live event, failures or delays would immediately impact the experience.
Solution
I built a backend system that connected the tablet application, cloud storage, moderation dashboard, email system, and live display panels.
The workflow worked as follows:
- User takes photo on tablet
- Tablet sends image to backend API
- Image is stored in AWS S3
- Photo appears in CMS moderation dashboard
- Admin approves or rejects the photo
- Approved photos are pushed to the event display screens
- User receives an automated email with their image
This created a controlled, real-time content pipeline for a live event environment.
Application Features
Live Photo Processing
- API-based image ingestion from external application
- Secure cloud storage via AWS S3
- Real-time moderation workflow
Moderation & Content Control
- Admin approval / rejection system
- Prevention of inappropriate public display
- Separate email flows for approved and rejected photos
Event Screen Integration
- Automatic push of approved images to large display panels
- Controlled content flow to public screens
Email Automation
- Automated personalized email delivery
- Approval-based email logic
Technical Highlights
I implemented a moderation-first pipeline where photos were reviewed in CMS before being published to event screens. This reduced the risk of inappropriate content and kept operations controlled during peak traffic.
Backend System Design
- REST API design for external application consumption
- Image upload handling and cloud storage integration
- Moderation state management
- Reliable email automation workflows
CMS Development
- Built custom dashboard for live moderation
- Clear UI for fast decision-making during event traffic
- Real-time updates for image status changes
Event Reliability
- Built for live production environment
- Stable under high user interaction
- Designed to prevent inappropriate public content
What This Project Demonstrates
- Backend ownership for live event system
- Real-time media handling and moderation
- Cloud storage integration (AWS S3)
- API design for external client applications
- Email automation workflows
- Production reliability in high-traffic environments
Impact
The Emotifier successfully powered a live interactive experience at TwitchCon 2022, allowing visitors to instantly see their customized images on public screens while receiving personalized digital copies.
My backend and CMS ensured content control, automation, and operational stability throughout the event.