Realspace is an alternative social media platform where online engagement is driven by meaningful community building and offline experiences. It combines elements of Letterboxd, Goodreads, and local events platforms into a community-driven experience discovery app: users share what they've watched, read, and gone to, join discussion topics, browse local events at nearby venues, and keep personal to-do lists of media and activities they want to experience.
The iOS app is built natively in SwiftUI with SwiftData persistence. Its backend is a C#/ASP.NET Core REST API — a rewrite of the original Swift/Vapor backend — with JWT authentication, BCrypt password hashing, and a MySQL database, all containerized with Docker. Realspace is a personal project in active development; core features like tab navigation, post creation, and data persistence are functional, with authentication and full backend integration in progress.
Solo project.