Loading...
Answers
MenuHow does one go about finding funding for a mobile app?
We've recently finished the design of a mobile app for our startup. We would like to strengthen its capacity and reach but we need funding.
Answers
Step 1: Innovate
Step 2: Kickstart, Self-fund, VC
Step 3: Repeat
Great question. I have spent 15 years in the seed stage startups and now is a great time to be building and funding a mobile startup. We (my seed VC fund) invest in a lot of mobile startups that are pre revenue. Typically in the range of $50,000 for 5%.
That being said, having an MVP isn't enough. First try to bootstrap your way to early users. Customers are better than investors for a variety of reasons, including: no dilution and access to user feedback. Then try kickstarter, especially if this is a b2c app. Nothing proves you have a hot product like early users, especially those early users willing to put their money in first.
Next I might turn to an accelerator like Techstars or DreamIT. This programs offer you way more than just cash. These programs offer: mentorship, education and buzz. All very helpful assets in the early days.
Hope that helps, drop me a line if you wish to know more.
Funding for mobile App stages are as follows:
1. Bootstrapping: Bootstrapping means funding your idea with your own money. This is also one of the safest options since you will not owe anyone anything in case your app idea does not work out. In case your own money is not enough, you can turn to your personal network of family and friends.
2. Personal network: This is not to say that you do not need a solid plan and a proper sales pitch to persuade them to lend you money, of course. But persuading people who know you tends to be easier than selling your idea to a stranger. Often, funding your app idea through a personal network is possible with smaller and cheaper projects. With an MVP, your chances of getting funded by bigger investors rise significantly.
3. App funding contests: If you’re feeling brave and confident in the revolutionary nature of your idea, you can get funding for your app through one of multiple app funding competitions held by industry leaders, angel investors, and other companies every year. On the other hand, taking part in a competition can be a valuable experience and a way to attract attention to your idea even if you do not win.
4. Angel investors: Angel investors do not give you money and expect nothing in return. However, being backed by angel investors is way less risky than dealing with most, if not all, other types of loans. It is true that you will not need to give back the money angel investors lend you in case your idea flops. This is what attracts most start-ups to seek angel investors. However, if your idea does survive and thrive, your “angel” will have a share in your business. Typically, you can expect angels to ask for anything from 10% to 25% of your shares, depending on the sum of money they give you. There are also angel investment pools where several investors combine their funds and invest jointly. Since mobile app angel investors undertake great risks in funding start-ups, it can be challenging to pitch your idea to them. But if you manage that and you are fine with offering equity to a third party, angel funding for an app can propel your business nicely.
5. Crowdfunding: Crowdfunding platforms can attract all kinds of investors. When you pitch your app idea on a site like GoFundMe, IndieGoGo, or Kickstarter, anyone can offer funds for your project. But crowdfunding offers more than just money. Crowdfunding platforms are also placing to promote your app to an audience larger than a few investors. Crowdfunding is very public, making it a perfect way not only to raise money but to spread the word about your project.
6. Bank loans: The last funding option on our list, bank loans are the least favoured by start-ups. That is why for a start-up, a bank loan is a bad option. In most cases, tech start-ups requiring funding for app development go through several options among those listed above, one by one.
Besides if you do have any questions give me a call: https://clarity.fm/joy-brotonath
Securing funding for a mobile app can be challenging but very rewarding. One approach is to explore venture capital, angel investors, or crowdfunding platforms. Additionally, you might want to consider applying for startup grants or looking for strategic partnerships with businesses that align with your app's goals.
For more insights, you may find this article on how to create a money lending app helpful: https://www.cleveroad.com/blog/how-to-create-a-money-lending-app/. It provides valuable information on developing a successful app, which could also give you ideas on making your app more appealing to potential investors.
Related Questions
-
Whats are some ways to beta test an iOS app?
Apple will allow a developer to register 100 UDID devices per 12 month cycle to test via TestFlight or HockeyApp. Having started with TestFlight, I would really encourage you NOT to use it, and go directly to HockeyApp. HockeyApp is a much better product. There is also enterprise distribution which allows you far more UDID's but whether you qualify for enterprise distribution is difficult to say. As part of your testing, I'd encourage to explicitly ask your testers to only register one device. One of the things we experienced was some testers registering 3 devices but only used one, essentially wasting those UDID's where we could have given to other testers. Who you invite to be a tester should be selective as well. I think you should have no more than 10 non-user users. These people should be people who have either built successful mobile apps or who are just such huge consumers of similar mobile apps to what you're building, that they can give you great product feedback even though they aren't your user. Specifically, they can help point out non obvious UI problems and better ways to implement particular features. The rest of your users should be highly qualified as actually wanting what you're building. If they can't articulate why they should be the first to use what you're building, they are likely the wrong tester. The more you can do to make them "beg" to be a tester, the higher the sign that the feedback you're getting from them can be considered "high-signal." In a limited beta test, you're really looking to understand the biggest UX pain-points. For example, are people not registering and providing you the additional permissions you are requiring? Are they not completing an action that could trigger virality? How far are they getting in their first user session? How much time are they spending per user session? Obviously, you'll be doing your fair share of bug squashing, but the core of it is around improving the core flows to minimize friction as much as possible. Lastly, keep in mind that even with highly motivated users, their attention spans and patience for early builds is limited, so make sure that each of your builds really make significant improvements. Happy to talk through any of this and more about mobile app testing.TW
-
Where can I find programmers willing to join a growing mobile start up for equity only?
You won't find anyone worth adding to your team willing to work for equity only, no matter how compelling your product and business is. The realities of the talent market for mobile developers anywhere is such that a developer would be foolish to work only for equity unless they are a cofounder and have double digit equity. Happy to talk about hiring and alternatives to full-time hires.TW
-
What is the best technology for developing a new mobile app from scratch?
There are two sides to that question. One is the mobile app itself and the other is the backend. If I misunderstood in any way and you didn't mean "native" app I apologize in advance. On the backend, there is no clear cut answer to which is the "best". It depends solely on the developers you are able to get. We for example use Node.js , mongoDB, redis, elasticsearch and a couple of proprietary tools in the backend. But you have your pick of the litter now both on the backend api and the datastore with the myriad of options available and touted as the "best" currently on the market. Now on the app side again it solely depends on what you need your mobile app to do. Experiencing first-hand "develop once, run anywhere" I can say it's more like "develop once, debug everywhere" to quote a Java saying. We have tried Phonegap and Titanium Appcelerator and we have switched to native (ObjC and Java) after a couple of months of trying to go the hybrid route. The reasons behind the choice are as follows: - anything that breaks the pattern of how those frameworks NEED to operate is just a huge technical debt that keeps accruing a huge interest. - anything that uses css3 accelerated animations on Android is buggy at best and slow as hell at worst on any lower (< 4.1 I think) versions of Android I hope this gives you some insight. If you need/want to ask me anything feel free to contact me. MihaiMP
-
What tools to use for mobile Prototyping ?
My 2 favourite are: - www.uxpin.com - www.flinto.com Flinto is by far my favorite for mobile. I also us www.balsamiq.com for anything wireframe. Sometimes I jump into Sketch http://www.bohemiancoding.com/sketch/ for more high fidelity mockups using their Mirror feature http://www.bohemiancoding.com/sketch/mirror/ Hope that helps. P.S. There's a tonne of Mobile UX experts on Clarity, many $1/min - call them, you'll learn so much. my2cents.DM
-
How much equity is typically taken by investors in a seed round?
From my experience I would not advise you to go with Venture Capital when you're a start-up as in the end they will most likely end up screwing you. A much better source for funding would be angel investors or friends/family. The question of how much equity should I give away differs for every start-up. I remember with my first company I gave away 30% because I wanted to get it off the ground. This was the best decision I ever made. Don't over valuate your company as having 70% of something is big is a whole lot better than having 100% of something small. You have to decide your companies value based on Assets/I.P(Intellectual Property)/Projections. I assume you have some follow up questions and I would love to help you so if you need any help feel free to call me. Kind Regards, GiulianoGS
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.