From Strangers
Event Community App
Overview
I built From Strangers around a simple idea: in-person events create temporary communities, and those communities need lightweight digital structure. The app is designed around gated access, simple sign-in, quick check-in, and shared spaces for attendees.
I approached it as an event workflow problem, not as a generic social network. The goal was to help organizers and attendees coordinate during the short window when the event is active.
The problem
Events need identity, access, and shared context. Attendees want to share photos and coordinate plans, while organizers need a way to restrict participation to real attendees without making onboarding complicated.
I designed the flow around that tension: make access simple, keep the event space focused, and avoid building features that do not serve the event itself.
Core workflow
I used phone-based sign-in as a practical identity anchor for event contexts. I also designed a QR-based check-in pattern that fits the rhythm of arrival, verification, and participation.
Once inside, attendees can access shared event experiences like photo sharing and event-specific links. The feature set is intentionally focused because a short-lived event app has to be useful immediately.
Architecture notes
I paired a static frontend approach with Firebase services because that combination works well for event tools. It keeps deployment simple while still supporting authenticated, shared, and real-time interactions.
The same architecture patterns apply to internal tools, customer portals, and community products where identity and shared state matter.