August 10, 2026

Building Bloom & Co.: From Idea to App Store Approval

Most of the work I talk about is websites. This one wasn't. Bloom & Co. is a native iOS app for tracking pregnancy and early childhood development milestones, built from scratch and approved by the App Store on the first submission. Here's what actually went into it.

The problem: milestones worth remembering, scattered everywhere

Parents already track milestones. The problem is where: a notes app here, a photo album there, a half-filled-out baby book that stopped after month three. Bloom & Co. needed a single place to log a milestone the moment it happens, and to make that entry easy to turn into something shareable or keepsake-worthy later, without a dozen extra apps.

That's a straightforward idea on paper. Making it feel effortless in someone's hands, during a chaotic newborn 2am, is where the actual engineering work lives.

Why React Native, not a website wrapped in an app icon

Some "cross-platform" apps cut corners by loading a website inside a native shell. Bloom & Co. is built in React Native, which is a different thing entirely: it renders real native iOS components instead of a browser pretending to be an app. That distinction is what made the rest of the app possible:

  • Push notifications wired through native modules, not bolted on as a workaround.
  • Deep integration with iOS's native share sheet and PDF generation, so a milestone can become a printable keepsake without leaving the app.
  • Full accessibility support built on iOS's actual accessibility APIs, not an approximation of them.
  • A UI that feels like part of iOS, because it's rendered with real native components, not a webpage.

It also meant the same engineering skill set that builds a client's website could build their mobile app too, without starting from zero on a second stack. Getting the details above right, regardless of framework, is what actually determines whether an app feels reliable or feels like a demo.

What shipped

The final app included:

  • Milestone tracking for pregnancy and early childhood development
  • Shareable, pre-designed social media posts generated from logged milestones
  • PDF generation from entered milestones, ready to save, print, or turn into a keepsake book through any third-party printing service
  • Push notifications reminding parents to log updates
  • Accessibility enhancements throughout
  • Full iPad support alongside iOS

Passing review on the first try

Apple's App Store review process is notoriously strict, especially around privacy, accessibility, and anything that touches notifications or user data. Bloom & Co. was approved on its first submission. That's not a coincidence: it's what happens when accessibility, privacy handling, and edge cases get built in from the start instead of patched in after a rejection.

Why this matters beyond one app

If your business runs on a website, that's exactly the kind of work I do every day. But plenty of businesses need more than that: a mobile app, an internal tool, an integration between two systems that were never meant to talk to each other. Bloom & Co. is proof that "more than a website" isn't a hypothetical for me, it's shipped, live, and in the App Store.

You can see the app for yourself at Bloom & Co. on the App Store. If you have an idea that needs more than a website to bring it to life, let's talk.

← Back to Articles