After a startup considers building a SaaS product, choosing the right SaaS architecture type is highly imperative to not only ensure the right pricing model but also accommodate special design requirements, such as scalability and customizability. Also, if you’re considering SaaS type 2 architecture to isolate both data and runtime environments, this article is a must-read. As an application architect working on enterprise software, let me walk you through how we helped a project management startup succeed by applying SaaS type 2.
The project management platform that we were working on was enterprise-level software. It based on a well-established algorithm to perform an optimal schedule for different types of project environments. However, to provide scheduling solutions at a much granular level, the product was going through a major overhaul in terms of new functionality for existing solutions. Also, we had to revamp the UI to make it more user-friendly.
Learn more about Software Development For Startups: A Founder’s Guide
Challenges that Came Along
While building a Saas product the main challenge was to get early feedback for the new functionality from existing customers for quick product enrichment. Simultaneously, it was also necessary to give the product to a wide variety of potential customers for initial trials. This was to get them on-board for long-term engagement and provide scheduling solutions based on their needs.
While we started placing our focus on reducing the cycle time for features, it wasn’t possible with the traditional model of deployment wherein the product was hosted in the customer’s environment. Therefore, we decided to provide the platform as a SaaS offering. However, the immediate next step was to pick the right SaaS architecture, and this was crucial considering its role in fostering the platform’s future growth.
Arrival at the ‘Make-or-Break’ Decision
Since every organization’s business model is different, the task management and execution could be different. Engineers design these platforms in a way to make customization is easy for end-users. Moreover, the platform should be easily customizable for different customer environments. In one common time frame, multiple customers are going to use the platform to create portfolios for their organizations, which will hold very sensitive data specific to the businesses.
In this model, the customers were very clear and strict on the need to have complete isolation both at the application level as well as data level. We agreed that Type 2 architecture was the right fit for this case. Hence, we decided to implement it using our experience of saasifying products for growth-stage startups from various domains.
Dealing with the Architectural Roadblocks
The following are some of the architectural challenges that we encountered, and effectively tackled to drive successful implementation-
Scaling
Each customer runs on a different scale; some customers have thousands of users using the platform for planning and execution. On the other hand, there are customers with very few top-level executives using the platform. Since we have the freedom to deploy the application at the customer level, the application was deployed keeping the size of user bases in mind.
Fast Customer Onboarding
We had to onboard new customers with minimal assistance from the Engineering or Implementation teams. For this, as soon as a new user signs up on the platform, we need to provide the application and database instance within minutes of signing up. We did this by using the automated scripts to deliver an application instance from a pre-configured base image quickly. Also, a unique URL for the application was generated using AWS Route 53. Once the provisioning happens, the user is notified that he/she is ready to use the platform with his unique URL (user-specific or organization-specific).
Customization
Architecture should support the customization of different business entities without any customer-specific deployment from the engineering team. These customizations were provided in the application via a configuration dashboard, wherein an admin user of an organization will set the configuration parameters based on the organization’s needs.
Hardware Utilization
We had to optimize the new architecture for hardware availability. It is imperative that there will be existing customers with huge data sets and customizations. But there will also be some customers with little data and almost zero customization. We did this by analyzing the costs of cloud infrastructures like instances, database servers, etc. and preparing the pricing plans for end-users accordingly.
Security
By handling data isolation and application run time for each customer, we can solve a lot of security concerns. The data in transit was over HTTPS only. The application itself provides secure access to all customer data.
Cloud
Our customer wanted to develop the existing platform as “Portfolio as a service.” They didn’t want to manage infrastructure and hire an admin for management. The implicit requirements were complete automation of provisioning, which was achieved with a one-click deployment for the product to provision application and database instances within no time. We built the architecture around multiple clusters so that all customers have their own runtimes (applications) and database server and we could prevent sharing of data or applications-
Design
As demonstrated in the diagram, on every new customer onboarding, our automated services created keys and did provisioning of applications and databases as per the pricing plan adopted by customers. Once the step is complete, they could immediately start using the platform.
For every customer’s request, the load balancer identifies the right IP address of the application to process. Thereafter, the application gets fully-encrypted data from an isolated database, decrypts data using the keys, and sends it back to the user.
Advantages of SaaS Type 2 Architecture
They say- sometimes it’s the smallest decisions that can change things forever. It was our decision to probe the customer’s case and choose the right SaaS architecture type. This was to serve their purpose well. Some of the advantages that the customer enjoyed-
- Handle security at the infrastructure level to ensure that the application doesn’t have to take care of data sharing.
- No necessity of managing connection pools for tenant-specific databases.
- Low chances of the system’s underutilization as scaling can be done differently for different clients.
- Faster customer onboarding is possible as there are tenant-specific items.
- Customize the system as per user’s need without worrying about its impact on other users.
You may also be interested in: Building SaaS Applications with Data Isolation but No Run-time Isolation
Conclusion
We have customized customer onboarding, wherein customers can pick pricing plans as per portfolio size and number of users. Our fully automated deployment solution provisions verify instances in the cloud and ensure optimization of the system. SaaS type 2 architecture comes with several benefits. Startups considering implementing it must understand that automation and monitoring need heavy investment.
Need help in building your SaaS product? We specialize in software development for startups. As your dedicated technology partner, we’ll accompany you on your startup journey, providing guidance on tech decisions and addressing any engineering gaps.