northdan.
Vezi pagina în română

Comparison

Web app or mobile app: where your product will actually live

If your user opens it at a desk, build a web app; if they open it on the bus, ten times a day, build a mobile app.

Picture two users: the accountant who works inside your platform four hours a day from a laptop, and the courier who opens it thirty times a day, one-handed, between two deliveries. The first needs a web application — it runs in the browser on any device, updates instantly for everyone, never passes through an app store, and costs an indicative €5,000–50,000 depending on complexity. The second needs a mobile app: an icon on the home screen, push notifications that actually arrive, offline operation in a basement with no signal, and access to GPS and camera — at the price of publishing in two stores and maintaining two platforms. The short decision rule: internal business tools, customer portals and administration go to the web; daily consumer usage that depends on notifications goes mobile. And the route that most often protects the budget: launch on the web now, build the mobile app only when traction demands it — with the server and the APIs already paid for once.

Let’s talk about your project

Message us on WhatsApp or send an email — you talk directly to a developer.

office@northdan.com · +40 752 070 247

Key takeaways

Where the web app wins

A single product that runs on laptop, tablet and phone, with no installation and no approval from Apple or Google. You publish a fix and a second later every user has the new version — for business tools that removes an entire category of support problems.

Where the mobile app wins

Push notifications with open rates email can only dream about, genuine offline operation, sensors (GPS, camera, NFC) and the icon that keeps your brand on the customer's home screen. For products used daily, retention is the category where the web cannot compete.

The long-run maintenance difference

On the web you maintain one system; mobile means two platforms, mandatory updates at every major iOS and Android release, and store reviews that can delay urgent fixes. Budget an indicative 15–20% per year of the initial cost for either — but the base it applies to differs.

The criteria that tip the balance, one at a time

Usage frequency is the sovereign criterion: below a few sessions a week nobody installs your app and nobody keeps it — phone storage gets cleaned of exactly the rarely used apps. Usage context comes next: at a desk, with a keyboard and a large screen, the web is ergonomically superior; on the move, one-handed, a dedicated mobile interface wins. Hardware needs settle the argument instantly: barcode scanning in a warehouse, GPS navigation, photos for damage reports — mobile app, no debate.

Budget also separates the two. At equivalent functionality, the mobile route ends up more expensive because of the two platforms and the publishing requirements, and every future iteration inherits that double cost. That is why the sequence “web first, mobile once there is traction” works so often: you validate the product with the smaller investment, and if the numbers confirm it, the mobile app reuses the server, the APIs and the business logic in full — you effectively pay only for a new interface layer.

Cases where the answer differs from what you were sold

We are regularly asked for “an app in the App Store” for B2B portals that customers would open a few times a month, from a desk. We politely decline and explain why: those users will install nothing, and the doubled budget would be spent on a dead channel. A responsive web app with simple authentication serves exactly the same purpose, and the money saved funds a year of genuinely useful feature development.

The reverse is equally true: if your product competes for a consumer's daily attention — deliveries, sport, personal finance, communities — a web-only version leaves you without the decisive weapon, the push notification that pulls the person back in. Here the investment in mobile is not a whim, it is the business model. And for the cases in the middle there is the PWA compromise, which we cover separately: an installable web app, with its known limits on iPhone.

Frequently asked questions

Does a web app work on a phone too?

Yes — built responsively, it adapts to any screen and covers consultation and simple actions from mobile perfectly well. What it cannot match: reliable push notifications on iPhone, working without a signal, and full access to the phone's sensors. If you do not need those, the web is enough.

Can I have both web and mobile without paying for everything twice?

Yes, with the right architecture: the server, the database and the APIs are built once and serve both interfaces. In practice you pay in full only for the first application; the second costs an indicative 40–60% of the first, because it adds only the visual layer and the platform-specific logic.

Why is maintaining a mobile app more expensive?

Three concrete reasons: iOS and Android ship major yearly releases that can break existing functionality, the stores periodically impose new requirements (minimum SDK, privacy policies), and every fix passes through review. On the web the same fix is published in a single day, once.

What should I choose for a booking system with occasional customers?

Web, with almost no exceptions: a customer who books once a month or less will not install an app for it — they arrive from a search engine or a link. The mobile app becomes relevant only if you add subscriptions or recurring usage where notifications change behaviour.