Skip to main
Article
Pen and notebook with a sketch of a website interface

When to Choose a Progressive Web App

Part 3 – Responsive Web App vs Native Mobile App vs Progressive Web App

If you’re weighing the performance optimization and device integration opportunities of a native mobile app against the broad reach and lower cost of a responsive web app – and can’t decide which is a higher priority for your digital product – don’t despair. A progressive web app may be just the solution you need. This is part 3 of a three-part series unpacking the reasons to choose one platform over another. Let’s explore progressive web apps.

If you haven’t read parts 1 and 2 yet, you may want to start with the introduction to responsive web apps, native mobile apps, and progressive web apps in part 1 (along with a comparison chart for quick reference).

Read all three parts to compare app types:

  1. When to Choose a Responsive Web App
  2. When to Choose a Native Mobile App
  3. When to Choose a Progressive Web App (this article)

TL;DR – If your top priority is some combination of wide reach and advanced capabilities, you will want to investigate the progressive web app option for your project.

A progressive web app (PWA) is a responsive web app (RWA) with additional capabilities similar to a native mobile app. Like responsive web apps, PWAs are built using standard web technologies – HTML, CSS, and JavaScript. They are accessible from any device with a web browser such as Chrome, Firefox, Microsoft Edge, Safari, or a mobile browser. Like native mobile apps, PWAs can be included in app stores. They can provide push notifications,[1] offline mode, and a home screen icon.

Many of the biggest companies (Google, AirBnB, Twitter, Microsoft, etc.) use PWAs for their products alongside or in place of native apps. Check out this directory of PWAs. You may discover you’re already using one!

Lower Development & Maintenance Costs

Choose a progressive web app when it’s important to keep initial development costs low.

Just like responsive web apps, progressive web apps require just one codebase to be available on any device with a web browser, while providing users with a native-like experience. This makes PWAs less expensive to develop and maintain than a native mobile app, which requires unique codebases for each device. Depending on the amount of special capabilities you need to add, however, a PWA can cost more than a responsive web app.

Faster Development & Updates

Choose a progressive web app when it’s a priority to make your app available to users quickly.

PWAs have all the same advantages of responsive web apps when it comes to speed of development and updates. Developing only one codebase takes less time than developing separate native mobile app codebases for each device. Updates require fewer specialized technologies and can be done incrementally. On the other hand, packaging your PWA for inclusion in app stores takes additional time, and requires going through the app store approval process.

Blurry photo of a cyclist on a road bike

Discoverable Via Search Engines & App Stores

Choose a progressive web app when the people you want to reach will look for your app with a search engine and in an app store.

If your user research shows that people search for the type of content you offer in app stores and via web searches, a PWA can help you reach all those people more effectively than either a responsive web app – which isn’t available in app stores – or a native mobile app – which doesn’t appear in web searches.

Since PWAs are a type of web app, search engines like Google will automatically index them and include them in search results. Various tools such as PWABuilder essentially wrap up a PWA like a native app for inclusion in Google, Apple, and Microsoft app stores.

pwa builder logo

Broad Reach

Choose a progressive web app when you want to reach a broad audience across various devices.

If your budget allows, PWAs can reach a broader audience than either responsive web apps or native mobile apps. With a single codebase, people can access the PWA on any device with a browser. They can find it from a search engine and, with some extra packaging, in any app store. They can access a PWA via the internet or download it onto their phone like a native mobile app and use it offline. Like RWAs, PWAs take advantage of the web’s high level of backward compatibility, meaning people on older devices will retain some level of access.

Paper cutouts of attached pink and red hearts

Specialized Capabilities

Choose a progressive web app when you want to reach a broad range of people while keeping costs down as much as possible, but need some specialized device capabilities.

PWAs are better than native mobile apps or RWAs at providing a balance between reach, cost, and specialization. If you need to be able to send alerts or push notifications to people even when they do not have the app open on their phone, PWAs can do that just like native mobile apps, whereas RWAs cannot.

If you cannot afford to build and maintain more than one codebase, but people using your app may have limited or sometimes no access to the internet, a PWA is likely the best option. While it may not perform as seamlessly as a native app without internet access, people can download a PWA onto their phone and access the content offline without an internet connection.

Accessing an RWA requires opening a browser, but people can access a PWA via an icon on their phone’s home screen just like they do with a native mobile app. This is not just a shortcut to a website, but rather a standalone application completely independent from the browser interface.

Check out and test all the PWA capabilities on What PWA Can Do Today.

phone with lock on the screen

In a nutshell, if your budget and timeline is quite constrained and you don’t need any special capabilities, then the best option is to build a responsive web app instead of a progressive web app. When you have additional budget and more information about the needs of your users, you can always turn the RWA into a PWA. On the other hand, if you do have plenty of budget and highly specialized needs that require full integration with a specific mobile device, a native mobile app is a better option than a progressive web app.

Thanks for joining this three-part series to dig deep into responsive web apps, progressive web apps, and native mobile apps. If you have questions or additional thoughts, please contact us or get in touch on Mastodon.

If you’ve decided that either a responsive web app or a progressive web app is the right platform to build your digital product, we specialize in designing and developing both types of apps. Check out our past work and let’s chat! If you’ve determined that a native mobile app is what you need, let us know and we can help refer you to experts in the mobile platform of your choice.


Still not sure which platform is right for your digital product? Go back and review the comparison chart while you muse.


  1. A push notification is an alert (typically a pop-up or other message) generated by an app when the app is not open, notifying the person of a new message, update, etc. ↩︎

Recent Articles

  1. Article post type

    Generating Frontend API Clients from OpenAPI

    API changes can be a headache in the frontend, but some initial setup can help you develop and adapt to API changes as they come. In this article, we look at one method of using OpenAPI to generate a typesafe and up-to-date frontend API client.

    see all Article posts
  2. Stacks of a variety of cardboard and food boxes, some leaning precariously.
    Article post type

    Setting up Sass pkg: URLs

    A quick guide to using the new Node.js package importer

    Enabling pkg: URLs is quick and straightforward, and simplifies using packages from the node_modules folder.

    see all Article posts
  3. Article post type

    Testing FastAPI Applications

    We explore the useful testing capabilities provided by FastAPI and pytest, and how to leverage them to produce a complete and reliable test suite for your application.

    see all Article posts