Startups Stack Exchange Archive

Should I build a website or an app

I’ve got an idea which was vetted in a hackathon and our team rapidly fell apart afterwards due to politicking and drama. The idea is valid and we got great feedback from a venture capitalist who watched our demo then approached us after the competition.

My question is…given mobile users typically have data streams available to them, is creating a phone app a necessary undertaking or can a website do the same job (when properly configured for viewing on a phone with the same functionality). Why build a phone app when a website can do the same plus also allow regular internet users to access the site as well.

Our initial release for MVP was a phone app but now that the business is mine, I’m wondering if a phone app is the necessary requirement.

Answer 11473

It depends on your product. For example if you are entering the property space therefore you believe most of your users will be primarily desktop based then a responsive SPA (single page web app) might be just the right fit. However if the demands of your application are more demanding on the client i.e. a messaging app like WhatsApp or a taxi service like Uber, then device specific distributions would be much more valuable. But your question is quite vague because you don’t explain the end requirements of your product

Answer 12386

  1. Start with a Web App that works on a mobile device as well

  2. Socialize app

  3. Get user feedback

  4. Develop a mobile app for a more immersive experience

Answer 12408

I’m wondering if a phone app is the necessary requirement.

It depends on the app and time or resources you have. But doing mobile app instead of Web app have its advantage like Native look, ability to work offline, pushing notifications, et al.

Can’t say which way since I don’t know your app nor resources you have and the circumstance you are in.

Answer 12423

Why not both? There are technologies that let you do both.

If you use meteor.js(with node.js),you can build the entire web app with it ,run meteor add-platform ios (mixed with a few other commands) and your mobile app is ready to publish.


All content is licensed under CC BY-SA 3.0.