<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lee</title>
    <description>The latest articles on DEV Community by Lee (@dutchenglishman).</description>
    <link>https://dev.to/dutchenglishman</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1205755%2F641564e8-3c8c-46e8-81e2-f86dbd525512.jpeg</url>
      <title>DEV Community: Lee</title>
      <link>https://dev.to/dutchenglishman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dutchenglishman"/>
    <language>en</language>
    <item>
      <title>The truth behind revenue churn..</title>
      <dc:creator>Lee</dc:creator>
      <pubDate>Wed, 19 Jun 2024 18:26:20 +0000</pubDate>
      <link>https://dev.to/dutchenglishman/the-truth-behind-revenue-churn-iem</link>
      <guid>https://dev.to/dutchenglishman/the-truth-behind-revenue-churn-iem</guid>
      <description>&lt;p&gt;While this is primarly a developer community, I only joined the developer side some time ago. Here is some backstory..&lt;/p&gt;

&lt;p&gt;As an experienced consultant, project manager and now head of customer success, the OPS side of applications has one big final boss: Churn.&lt;/p&gt;

&lt;p&gt;There are numerous of calculators out there which show that a too high level revenue churn can kill MRR and potentially a business &lt;/p&gt;

&lt;h2&gt;
  
  
  How to tackle churn
&lt;/h2&gt;

&lt;p&gt;To be honest, there is never a single best option. Most important is talking to customers. But as Henry Ford once said, if I asked people I would not have made a car, I would have made faster horse.&lt;/p&gt;

&lt;p&gt;So what is more important than talking to customers? Understanding customers. &lt;/p&gt;

&lt;p&gt;What is it that drives the value behind your SaaS (or app) and what brings the value to your customers. Or in case of high levels of churn, what are they missing?&lt;/p&gt;

&lt;p&gt;As head of Customer Success primarily, the success part comes from a single factor: Perceived value - Expected value = Success. If the expected value is greater than the perceived value, there is no success. But if the perceived value exceeds the expected value, your customers experience success.&lt;/p&gt;

&lt;h2&gt;
  
  
  So how do you know
&lt;/h2&gt;

&lt;p&gt;As mentioned before, if talking to customers doesn't always work, how do you get the most important information: their expected value.&lt;/p&gt;

&lt;p&gt;Simply through data. &lt;/p&gt;

&lt;p&gt;If you have customers for your SaaS, you will have customer data in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your own application&lt;/li&gt;
&lt;li&gt;CRM&lt;/li&gt;
&lt;li&gt;Service Desk&lt;/li&gt;
&lt;li&gt;Payment processor&lt;/li&gt;
&lt;li&gt;Insights tool, such as Mixpanel&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Combine this data, and you get a proper overview of your customer behaviour. What features are they using, how many requests are created, when is the next renewal.&lt;/p&gt;

&lt;p&gt;As I've experienced first hand the power of customer data, I needed a quicker way to gather all customer data before a meeting. &lt;/p&gt;

&lt;p&gt;Since I taught myself how to code, I set out to provide value to other founders. And so, &lt;a href="https://beatchurn.com"&gt;beatchurn&lt;/a&gt; was born. A tool to combine all customer data, for easy access.&lt;/p&gt;

</description>
      <category>saas</category>
      <category>customer</category>
      <category>success</category>
    </item>
    <item>
      <title>The 10 benefits of using a SaaS Boilerplate</title>
      <dc:creator>Lee</dc:creator>
      <pubDate>Thu, 09 Nov 2023 09:53:14 +0000</pubDate>
      <link>https://dev.to/dutchenglishman/the-10-benefits-of-using-a-saas-boilerplate-50la</link>
      <guid>https://dev.to/dutchenglishman/the-10-benefits-of-using-a-saas-boilerplate-50la</guid>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;Love the community and wanted to give something back. Here are my 10 benefits of using a SaaS Boilerplate.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Time and Cost Savings
&lt;/h2&gt;

&lt;p&gt;SaaS boilerplates often include pre-built templates, components, and features, reducing development time and costs. This can be especially valuable for startups with limited resources. Not only will you be able to complete your MVP earlier, you will also save cost from hiring a skilled developer.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Rapid Development
&lt;/h2&gt;

&lt;p&gt;Boilerplates provide the basis for your SaaS application, allowing you to start development from a higher point than building everything from scratch, which accelerates the development process. Many times, they will come with basic features such as User Management and Subscriptions, which take time to built.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Scalability
&lt;/h2&gt;

&lt;p&gt;Many SaaS boilerplates are designed to be easily scalable, accommodating growth as your user base and feature set expand. As the basis is already there and the code is well documented, you can start developping rather quickly.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Security
&lt;/h2&gt;

&lt;p&gt;SaaS boilerplates often include security best practices, authentication systems, and data encryption, helping to protect your application and user data.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Customization
&lt;/h2&gt;

&lt;p&gt;While boilerplates provide a starting point, they are typically highly customizable. Developers can tailor the codebase to meet specific business requirements and design preferences.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Community Support
&lt;/h2&gt;

&lt;p&gt;Popular boilerplates often have active communities, which can be a valuable resource for troubleshooting issues, finding solutions, and accessing plugins and extensions.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Cross-Platform Compatibility
&lt;/h2&gt;

&lt;p&gt;Many boilerplates are built with cross-platform compatibility in mind, making it easier to deploy your SaaS application on different devices and browsers.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. Updates and Maintenance
&lt;/h2&gt;

&lt;p&gt;Boilerplate creators may release updates and patches to address security vulnerabilities and improve functionality, helping you keep your application up to date.&lt;/p&gt;

&lt;h2&gt;
  
  
  9. Documentation
&lt;/h2&gt;

&lt;p&gt;Boilerplates often come with comprehensive documentation that can facilitate the onboarding of new team members and make it easier to understand and work with the codebase.&lt;/p&gt;

&lt;h2&gt;
  
  
  10. Focus on Core Features
&lt;/h2&gt;

&lt;p&gt;By leveraging a SaaS boilerplate, you can dedicate more time and resources to developing the unique and value-added features of your application, rather than reinventing the wheel with common functionalities.&lt;/p&gt;

&lt;p&gt;Have you ever considered using a SaaS Boilerplate? Here are some recommendations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Supastarter&lt;/li&gt;
&lt;li&gt;Shipfast&lt;/li&gt;
&lt;li&gt;&lt;a href="https://supaboost.dev"&gt;Supaboost&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Makerkit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please let me know your thoughts. Happy to discuss any and all topics related to Boilerplate and SaaS development!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
