# Copilot helped me deploy my passion project to the App Store

> Source: <https://dev.to/haritad/copilot-helped-me-deploy-my-passion-project-to-the-app-store-21m6>
> Published: 2026-05-28 12:42:44+00:00

I’ve always had a love-hate relationship with technology. In college, I majored in computer science and took classes ranging from electrical engineering to human-computer interaction. From soldering transistors on a physical circuit board to designing UI/UX experiences, I’ve touched many layers of the computing stack—and I’m constantly mind-blown by every new piece of the puzzle I learn.

However, my experience as a *user* of technology before studying it was very different. In middle school and high school, my phone made me feel anxious, stressed, and cynical. I felt lonely on social apps and isolated when I wasn’t on them. I remember some summer days in middle school spent alone in my bedroom watching YouTube, where I was recommended extreme dieting videos. Back when I had no idea what an algorithm was, I still knew I was being harmed by them.

By my sophomore year of college, I had deleted Instagram and TikTok and turned off YouTube recommendations. While this protected me from harmful and extreme content, I also missed important life updates from my close friends and family.

After taking a web development class and learning how to build a basic card layout, I decided to try building my own social app: Lumira.

My goal was simple. I wanted to create a mobile, personal feed of photos just from my friends and family, curated by their genuine interests and sorted by time.

[https://youtube.com/shorts/DwbVU_LFOc0?si=9H5zPovzIbbW8t-i](https://youtube.com/shorts/Wqvwa1S9NmY?feature=share)

[https://apps.apple.com/us/app/lumira/id6737853449#information](https://apps.apple.com/us/app/lumira/id6737853449#information)

Lumira was born out of 3:00 AM manic coding sessions in my college apartment. This was my first fully end-to-end deployed and distributed application—and it was rocky. My code was chaos. My files were unorganized, and I followed no real patterns, but the thing that motivated me to keep going was that it somehow kind of just worked.

I remember the sense of accomplishment I felt the first time I connected to my Firebase backend and saw a photo successfully upload, or the first time I was able to build my code locally and see it displayed on the iOS simulator on my computer.

However, this initial excitement quickly wore off. The inconsistency and lack of structure in my code were making it very difficult to grow my project and making the developer experience very stressful. While I started this project two years ago, I took multiple three-month-long breaks without touching the code, since it seemed that every time I added a new feature, something would break, dependencies would become incompatible, and the amount of time spent versus the amount of progress being made was not worth the effort.

I was fully content with keeping my buggy Lumira on TestFlight forever and moving on with my life.

However, once I started working in industry and began seeing the power of Copilot and agentic coding in general, I was motivated to push Lumira to the finish line.

I had three major breakthroughs that significantly moved this project forward:

I view GitHub Copilot as my escalator to the App Store. There were key steps in logic I still had to think through myself to move forward, but Copilot significantly sped up the ride.

I used Copilot in a few core ways:

I built Lumira because, after my early experiences with social media applications, I lost much of my trust in them. Through building this app, I gained a deeper understanding of the complexity and incentives driving many existing social networks. I realized this was more of a business and human problem than a technical one, and that neither I nor Copilot could meaningfully change them alone. However, Copilot empowered me to build a simple solution for my specific issue—and, most importantly, to actually ship it.
