Hello, world
2026-07-25
I build developer tools at GeekyAnts, working on RapidNative — a platform that turns prompts into full-stack React Native apps that run, preview, and deploy entirely from the browser.
That work touches a lot of interesting problems:
- Running a React Native bundler in the browser (Metro semantics, ESM interop, shimming native-only packages for web preview)
- AI code generation pipelines — routing across LLM providers, teaching agents project conventions, metering per-generation cost
- Billing systems that have to be correct — credits, discounts, top-ups, disputes
- Deployment infra — preview domains, APK builds, Expo dev-client deep links
This blog is where I'll write those things down. Mostly short, practical posts about problems I actually hit and how they got solved.
$ echo "welcome"
welcome