Three months ago I had never shipped an app. Today I have two web apps and one mobile app on the App Store and Google Play. Here's what building them actually taught me.
Mobile is harder than web. I built my first web app from concept to production in under 10 days. Building Waylena as a mobile app introduced complexity I hadn't anticipated. App Store and Google Play review processes, platform-specific behavior, testing across devices and screen sizes. Web is forgiving. Mobile is not.
Prototyping is fast. Debugging is not. You can have something working in hours. One bug can then consume days. I used Claude Code as the main tool throughout every build, and it's genuinely remarkable, but it's not perfect. The most revealing moment came after a stubborn bug was finally resolved. I asked Claude Code why it hadn't tried that solution earlier. It hadn't defaulted to the simplest fix. It started with more complex approaches and only landed on the obvious solution later. Now I ask for the simplest possible fix first. It saves time and tokens.
How did I ship three apps in three months while working full time? The honest answer starts with a ski injury that kept me home and created time I wouldn't otherwise have had. But circumstance doesn't ship products. What actually got them across the finish line was prioritization and perseverance. I kept a daily task list ordered by urgency and importance. I learned to close the laptop and listen to my body. Some nights a Claude Code session ran long and the bug stayed unfixed. Eventually I realized that was okay. Fresh eyes the next day often got further than another hour past midnight.
I still can't write code, but that's no longer the point. What changed is how I work. AI tools made it possible to own the entire process from concept to production — product, engineering, design — in a way that simply wasn't possible a year ago.
The best way to learn is to build something.