Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Incomeware: Making Money Off Side Projects

Avatar for Brad Brad
June 20, 2021

Incomeware: Making Money Off Side Projects

Avatar for Brad

Brad

June 20, 2021
Tweet

More Decks by Brad

Other Decks in Technology

Transcript

  1. Markus Persson If you build a car, you can only

    sell it once. If you paint a fence, you only get paid for it once. If you create a piece of software that's essentially free to reproduce, you can keep getting paid over and over perpetually.
  2. Income Opportunities • Ads • Subscription Services (SaaS) • In

    App Purchases • Pay To Use Software (licensed software)
  3. Ads • Extremely easy to set up • Allow you

    to monetize projects that users wouldn’t pay for • Low maintenance cost
  4. Ad Networks • Google Ads • Google AdMob (mobile) •

    Carbon Ads (for developer and designer audiences)
  5. Subscription Platforms • Stripe (2.9% + 30¢) • ChargeBee (generous

    free tier, paid starts at $250/month) • RevenueCat (mobile) (cost scales by transactions, paid starts at $8/month) • Apple / Google Play (mobile) (30% / 15%)
  6. In App Purchases • Conventionally only accepted in mobile apps

    • Tons of options: Game currency, extra lives, extra photo filters, special effects, ad-removal, there’s not really any limit • You probably want to make sure your application is still usable even if the user doesn’t make any purchases
  7. Ideation • Solve a problem ◦ Needs to be worth

    solving ◦ Something someone would pay to have solved for them • This step is critical. No matter how great your code or design is, if it doesn't actually do anything useful, no one will pay for it.
  8. Market Research • Who would pay for this problem to

    be solved? • How many people are there with this problem? • Are there any tools out there that help with this problem currently? • What do people pay to solve this problem currently (if they can). • What are the lifestyles that people with this problem lead?
  9. Luna Journal’s Market Research • Canine Seizure Support Group -

    5.6k people • 1 or 2 times per week, “What app are you using to track your pet’s seizures?” • Seizures are expensive, pet owners don’t have a lot of money to spend on an app to help track seizures. • Several tools help log data, few help share it with your veterinarian.
  10. Building a Product without Monetization • Have an idea on

    how to monetize your product, app or tool, but don’t build monetization first. • Focus on solving the problem and get a few people using it to get their feedback. Once they’ve used it, ask if they'd be willing to pay for it. If so, how much? • Good coding techniques (architectural planning, design patterns) will make it fairly easy to add monetization later.
  11. Luna Journal without Monetization • Built on Firebase’s Free Tier

    • Added support for all the core features • Pushed Luna Journal out to Friends and Family (non-medical needs pet owners) • Get feedback, implement improvements
  12. Bolting on a Monetization Strategy • Ads are the easiest

    • Paywalls help gate off paid features • Offer a free trial for subscriptions • Incentivize existing users to upgrade
  13. Luna Journal’s Monetization Strategy • Subscription for Cloud Storage and

    the “Sharing with Vet” functionality • Building out on-device storage for free tier • May investigate ads and the ability to purchase them away. • “Pet Health is stressful enough. Be respectful to the user.”