From Strangers
Event Community App
Overview
From Strangers is a project focused on making in-person events feel more connected. Keith Azodeh designed this app around a familiar set of event needs, gated access, simple sign-in, quick check-in, and lightweight ways for attendees to share and coordinate. The result is a pattern for community tooling that can be adapted to meetups, conferences, and small private events.
The problem
Events create temporary communities. People want a place to share photos, coordinate plans, and keep conversation organized. At the same time, organizers often want a lightweight way to restrict access to real attendees without turning onboarding into a complicated account system. Keith Azodeh approached this as an identity and flow problem, not a "build a social network" problem.
Core features (as a workflow)
1) Simple sign-in
The app uses a phone-based sign-in model, which is a practical tradeoff for many event contexts. It reduces password friction and provides a basic identity anchor for gating features.
2) Quick check-in
Events often need fast entry. From Strangers includes the concept of a QR-based check-in flow, which aligns well with the "arrive, verify, participate" rhythm of a meetup or conference session.
3) Shared event spaces
Once inside the event context, attendees can access shared experiences like photo sharing and conversation links. The point is not to build a huge feature set. The point is to provide the few functions that create the most value during a short window of time.
Architecture notes
From Strangers uses a static frontend approach paired with Firebase services. That combination is effective for event apps because it reduces operational overhead while still enabling authenticated, real-time data flows. Keith Azodeh’s approach keeps the client-side code responsible for UI state and view switching, and uses Firebase for identity and shared state.
This architecture tends to scale well for small to medium event contexts, and it is easy to deploy. It also makes it straightforward to add constraints later, such as limiting features to approved attendees or enforcing specific security rules.
Why this project matters
From Strangers is a representative example of a style of product work Keith Azodeh does well, taking a human workflow and implementing just enough structure to make it smoother. The project emphasizes the basics, identity, gated access, shared spaces, and a clean flow. Those same patterns show up in internal tools, customer portals, and community products.