The "we outgrew no-code" moment
Most founders should start with Lovable, Bubble, or Webflow. We mean that. They are cheaper, faster, and good enough for the first 100-1000 users on most ideas. You should only hire us for custom development when you have hit one of these specific walls:
- You need a mobile app users install from the App Store. No-code tools generate PWAs at best. Apple deliberately limits PWAs (no real push notifications on iOS until 16.4+, no App Store distribution, no in-app purchases). If your users expect to find you in the App Store, you need a real React Native (or native) app.
- Data volumes past ~10,000 rows. Bubble performance degrades visibly around 5,000-10,000 rows in user-facing lists. Lovable's Supabase backend handles more, but the auto-generated query patterns get slow without index tuning. Custom code lets us add indexes, batched queries, and server-side caching.
- Offline support. No-code tools assume always-online. If your users work in warehouses, on flights, or in rural locations, you need a real app with local-first sync (we use TanStack DB or Replicache patterns).
- Hardware integration. Cameras, GPS, Bluetooth, NFC, payment terminals, barcode scanners. No-code does not touch these. React Native does, well.
- Custom business logic that does not map to visual programming. Some logic flows are genuinely too complex to express in Bubble's workflow editor without it becoming worse than code.
- Compliance requirements. SOC 2, HIPAA, PCI-DSS. No-code vendors will sometimes sign a BAA on enterprise plans, but the data-flow guarantees are easier to demonstrate with code you control.
What we build
- Custom web applications — internal tools, dashboards, B2B SaaS, marketplaces. Next.js 16 + Supabase + Postgres. $5,000-18,000.
- React Native mobile apps — iOS + Android from one codebase. Push notifications, deep linking, offline sync, in-app purchases via RevenueCat. $15,000-25,000.
- Hybrid web + mobile — Next.js web app and React Native mobile app sharing one Supabase backend. Users sign up on the web, install the app, all data syncs. $20,000-30,000.
- Internal tools — admin panels, CRMs, ops dashboards specific to your business. Often the fastest engagement (2-4 weeks, $5,000-10,000).
Stack and why
Web: Next.js 16 App Router on Vercel, Supabase for Postgres + Auth + Storage + Realtime, Stripe for billing, Resend for email, Tailwind + shadcn/ui for design. Same stack as our SaaS MVP service.
Mobile: React Native + Expo (managed workflow), NativeWind for Tailwind-style styling, React Navigation for routing, Expo Application Services (EAS) for build + submission, RevenueCat for in-app subscriptions, Supabase as the shared backend with web. One codebase ships to both stores; you avoid hiring separate iOS and Android developers.
Pricing
- Internal tool / admin dashboard — $5,000-10,000. 2-4 weeks.
- Public web app — $10,000-18,000. Auth + Stripe + custom feature + landing. 4-6 weeks.
- React Native mobile app — $15,000-25,000. iOS + Android, App Store + Play Store submission included. 6-10 weeks.
- Hybrid web + mobile — $20,000-30,000. Web app + companion mobile app, shared backend. 8-10 weeks.
- Maintenance — $1,500-2,500/month. Bug fixes, feature additions, OS update compatibility. Cancel anytime.
When NOT to hire us
- You have not tried Lovable yet for the web version. 70% of the time, Lovable is the right answer for the web piece.
- You want a native iOS-only or Android-only app for performance reasons (games, AR/VR, video editing). We will refer you to native specialists.
- Your app needs HIPAA or SOC 2 and you do not have a compliance officer on your side yet.
- You want us to also handle marketing, ASO (App Store Optimization), and growth. We build software.