Software Alternatives, Accelerators & Startups

How to Add Paid Features to Your SaaS Apps

LaunchDarkly AWS WAF
  1. LaunchDarkly is a powerful development tool which allows software developers to roll out updates and new features.
    Pricing:
    • Open Source
    This kind of goes without saying since it's the opposite of the first don't I listed, but it's worth restating and giving some examples. Using tools from third parties means taking advantage of what they have done so you don't have to do that work. This means you are free to build things that make your app special. I like to use feature flag tools for this. Some examples are LaunchDarkly, Split, and AWS App Config. I can't say I've used App Config, but the principles behind all of these are about the same; you pass in some bit of information and it tells you if the thing is on/off. It's a simple way to get tier management without a lot of work. Plus, if you aren't using feature flags in your app already you really should consider them. That's probably worth a blog post of its own.

    #Feature Flags #Developer Tools #Release Management 37 social mentions

  2. AWS WAF is a web application firewall that helps protect your web applications from common web exploits.
    If you aren't using API Gateway (REST API to be specific) your options are a bit more limited. You can get some benefit from WAF, though it's not really designed to be tenant-based. Still, it can help. Beyond that, you're mostly on your own. Keep in mind that anything you implement in your code is already sharing some amount of resources. Let's just hope AWS decides to add it to other places, like AppSync, in the near future.

    #Web Application Security #Security Monitoring #Identity And Access Management 29 social mentions

Discuss: How to Add Paid Features to Your SaaS Apps

Log in or Post with