Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

20 AWS reviews

External reviews

89 reviews
from and

External reviews are not included in the AWS star rating for the product.


4-star reviews ( Show all reviews )

    Aalok Tanwar

Efficient deployment has enabled me to launch front end projects quickly and manage CI CD workflows

  • February 13, 2026
  • Review provided by PeerSpot

What is our primary use case?

I have been using Netlify Platform since three years to host my websites, mainly React-based websites. Netlify Platform is very easy to use.

I primarily use Netlify Platform for hosting my personal projects, which are front-end projects. The projects I deployed include a real-time code platform and real-time social media websites. I deployed those React projects onto Netlify Platform.

I have been using it to deploy front-end websites only. I have also hosted serverless functions a few times, but mostly it is based on front-end React.

What is most valuable?

The best features are the ease with which you can deploy your website and the fact that you get a URL instantaneously. You can deploy your front-end and get the URL with just a few clicks.

The Git integration feature is excellent because I primarily deploy my projects on GitHub and Netlify instantly creates a CI/CD pipeline with GitHub. Whenever I push new code, it automatically deploys that code onto its platform and I am able to see my deployed version instantly. Git integration is a great feature and I can also see versioning, which is very important. Although I have not used instant rollback, different branches allow me to instantly review code and merge it to my main branch, which is a great feature.

Netlify Platform has significantly saved my time while deploying front-end applications. Whenever I redeploy anything, I need to constantly change my code on GitHub and it instantly redeploys everything to the cloud and I can see my code visually live whenever I push new code. This has greatly impacted me positively.

I could save five to six hours per week. Per day, I save approximately one hour using Netlify Platform.

What needs improvement?

I wish Netlify Platform had given me more options to deploy other platforms, other things that Netlify Platform does not currently support, such as Node.js applications or Java-based back-end applications or real-time applications. It would be great if it had included databases as well.

Support and documentation are up to par, but regarding pricing, Netlify Platform could include student-based pricing, which would be easier for hobby projects and developer-based pricing for those not looking for business upgrades, just for hobby projects.

What do I think about the stability of the solution?

Netlify Platform is stable ninety-five percent of the time. It does not sleep if the server is not used, unlike Vercel. If you are not using the instance on Vercel, it goes to sleep, but Netlify Platform was better. It does not sleep.

What do I think about the scalability of the solution?

Netlify Platform can handle big projects and the scalability options provided are good across different tiers to improve it. It gives options to scale horizontally and vertically both, so I think it is good.

How are customer service and support?

The customer support on Netlify Platform is excellent. Whenever I require any assistance or have questions about how to use Netlify Platform, I receive a reply instantly and their support is ten out of ten.

Which solution did I use previously and why did I switch?

Previously, I used on-premise solutions that Netlify Platform does not currently support, such as AWS EC2 instances and other platforms in which I had to manually set up everything. Netlify Platform gave me the option to do it on the fly without much hassle.

Which other solutions did I evaluate?

I have tried Vercel, which is also a good competitor to Netlify Platform, and it was the main competitor I tried to understand. However, the pricing model of Vercel was slightly expensive for my needs, so it was out of my budget. The feature set which Netlify Platform provided was exactly what I needed.

What other advice do I have?

My advice would be that if you are looking for a platform which gives you an ease of deployment and is easy to access and maintain your application at a scalability level and you require good customer support, Netlify Platform is the platform you should choose as it provides customer support, scalability and ease of deployment. I give this platform a rating of eight out of ten.


    Kyle P.

Effortless Deployment and Automation with Netlify

  • January 27, 2026
  • Review provided by G2

What do you like best about the product?
I like that I'm able to deploy my web applications on Netlify easily using a live link. This feature is useful for publishing both front-end and back-end applications like those built with React, Next.js, Angular, Vue, and Django. The platform allows me to connect to real applications and deploy for various purposes such as ecommerce stores or client projects. I appreciate using artificial intelligence to help detect errors during deployment and enhance productivity. The command line interface, continuous integration, and continuous development features are great for ensuring my applications are always deployable and up to date, which helps prevent vulnerabilities and software rejections. Netlify automates the deployment process, checking for exposed .env variables and outdated software, which is crucial for maintaining security and functionality.
What do you dislike about the product?
Netlify has where it requires you use a certain amount of credits. They have their own command line interface, which I can easily use within the terminal rather than using the web application. Or the web version and being able to manually deploy it. It also gives me error messages when it hasn't been successfully deployed to the platform and posted to the web. There's also some ways of detecting any vulnerabilities and how I can improve and protect the web application from vulnerabilities. Just like Cloudflare or Vercel, Vercel has a detection where it can tell if you're vulnerable and which platform is vulnerable.
What problems is the product solving and how is that benefiting you?
I use Netlify to deploy applications with live links, automate deployments using CLI, detect errors with AI, and ensure up-to-date software. It helps me showcase projects and handle servers efficiently, boosting productivity.


    Pranjalya Tiwari

Streamlined full‑stack deployments have saved time and now support dynamic personal projects

  • January 26, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Netlify Platform is deploying front-end and back-end applications, particularly when I need a custom domain. For example, if I have a React application that I want to deploy and make available to the world, Netlify Platform is an excellent option.

A specific example of an application I deployed using Netlify Platform is an end-to-end application comprising both back-end and front-end components. The back-end was built using Python FastAPI, and the front-end was built using Next.js, deployed as a complete end-to-end RAG application for retrieving Ghazals from across the internet. This application has been deployed on Netlify Platform and performs exceptionally well.

I typically use Netlify Platform for deploying applications, and an interesting capability is the ability to specify various types of environment variables and quickly configure my deployment regarding how to scale and descale, how to assign a custom domain name, and other settings.

For deploying with Netlify Platform, I generally use GCP, which is Google Cloud. However, I am indifferent to the choice because since I use the free tier, AWS, GCP, and Azure all provide free tier options, which is excellent. I have not experienced any issues so far.

What is most valuable?

The best features Netlify Platform offers include a comprehensive range of template deployments for different technology stacks, whether Python back-end, React, or Vue.js. Netlify Platform automatically compiles my code when I select a GitHub branch and specify the stack, detects the most suitable stack type, creates a build, and deploys it in the optimal manner. Additionally, using a set of environment variables to inject them in real-time is highly valuable.

Regarding the automatic stack detection on Netlify Platform, this feature saves considerable time because the standard process for deploying web applications typically involves creating an application, writing comprehensive build scripts, specifying the build configuration, and providing proper NGINX configuration. With automatic stack detection, Netlify Platform automatically configures the necessary scripts, deployment scripts, or configurations required, which I find remarkable.

Netlify Platform has positively impacted both my organization and personal projects. Previously, I deployed my applications using GitHub Pages, which only served static web pages. Now I can implement server-side rendering or create dynamic web pages, and if I want a custom domain while remaining under netlify.com, Netlify Platform is excellent for that purpose. This has been very beneficial for me.

What needs improvement?

Netlify Platform is excellent overall. One minor improvement I would appreciate is the AI feature they introduced, which appears very promising. I have not tested it yet, but I am looking forward to exploring it.

Regarding improvements for Netlify Platform, the free tier is excellent, and the pricing seems appropriate. The pricing could potentially be reduced slightly, but I have not had the requirement to purchase an application because I did not need a custom domain. I am satisfied with my current options. Regarding the overall application, I have nothing significant to add because the observability features are present, allowing me to quickly review performance, and their different plans are suitable for my needs.

For how long have I used the solution?

I have been using Netlify Platform for almost two to two and a half years, and I use it for deploying my personal applications.

What do I think about the stability of the solution?

Netlify Platform is generally stable, and I have not experienced significant downtime or issues. There was a time approximately one and a half to two years ago when the back-end VMs experienced some downtime, but it was not a major issue and was resolved quickly.

How are customer service and support?

Netlify Platform's customer support is excellent. I once emailed them regarding a task, and they responded quickly during their regular office hours. I would characterize their support as very good.

Which solution did I use previously and why did I switch?

Previously, I deployed my applications using standard static VMs. For static applications, I preferred GitHub Pages, and for non-static applications, I used either AWS EC2 instances or GCP VMs or cloud runs. Since discovering Netlify Platform, I no longer see the need to use GCP or AWS for my custom applications.

How was the initial setup?

Regarding my experience with pricing, setup costs, and licensing, I have not needed to purchase licensing because I have only used Netlify Platform for personal projects. Upon preliminary review, the pricing appeared somewhat higher. However, corporations may not hesitate to purchase at that price point. Some personal creators who are emerging might find the pricing somewhat higher than expected.

What was our ROI?

I have realized a return on investment in terms of time saved and reduced manual tasks. When creating personal projects previously, I had to first configure the deployment environment, create build scripts, and establish an entire CI/CD pipeline. Now with Netlify Platform, I simply push my code to a branch, and with a single click on configuration, my application is built and deployed.

What's my experience with pricing, setup cost, and licensing?

I have not needed to purchase licensing because I have only used Netlify Platform for personal projects. Upon preliminary review, the pricing appeared somewhat higher. However, corporations may not hesitate to purchase at that price point. Some personal creators who are emerging might find the pricing somewhat higher than expected.

What other advice do I have?

I would advise others considering Netlify Platform to explore the entire application thoroughly. There are many features that may prove quite useful, such as how to deploy, configure authentication, set cron jobs, and establish different configurations including proper NGINX certificates and SSL domains. I recommend taking proper time, building small applications, attempting to deploy them, using different types of configurations, and exploring Netlify Platform as comprehensively as possible. I would rate my overall experience with this platform as an eight out of ten.


    Hari_Krishna

Hosting personal portfolios has been smooth and saves costs while deployment stays effortless

  • January 26, 2026
  • Review provided by PeerSpot

What is our primary use case?

I hosted my personal portfolio on Netlify Platform, which I created using React.js, and I am now creating my portfolio using Vite React. These are two of the three portfolios I have hosted on Netlify Platform, all of which were created using React.

I directly host on Netlify Platform using my GitHub Git repository by uploading my code to the Git repository and granting Netlify Platform access to host it directly from there. By using CI/CD, whenever I make changes locally, I commit them to Git and the changes are reflected on my Netlify Platform page.

I majorly use Netlify Platform to host portfolios only, and sometimes I perform DNS configuration to specify my name on my portfolio and define my portfolio's name specifically. Normally, I simply use GitHub to host it on Netlify Platform.

If I want to host any of my portfolios on other websites, I have to pay, but Netlify Platform makes hosting free, so I feel my expenses have been saved by using Netlify Platform.

What is most valuable?

All of these features are what I feel are the best features of Netlify Platform because it deploys code from Git automatically, which is comfortable since I do not want to redeploy every time. It also allows custom domains and free SSL is an important benefit.

Netlify Platform has automatic deployment. By using that, it is very efficient to deploy recent code, so I feel comfortable with it. Even though my organization does not use Netlify Platform, I personally use Netlify Platform for my portfolios.

What needs improvement?

While using Netlify Platform, I feel that if they provided a guide to deploy code from Git, it would be more helpful. If they added some videos within Netlify Platform itself, that would be beneficial since I have to go to other sites for references.

The one reason I am not giving Netlify Platform a perfect rating is that I miss the guide to deploy code using Git. For this purpose, I have to search on other websites, so that is the reason I provided a nine. If they provided a comprehensive guide to deploy and a guide about their features, it would be perfect.

For how long have I used the solution?

During my studies, I have been using Netlify Platform to host my websites to interact with human resources professionals and other organizations. I have been using Netlify Platform for around one and a half to two years to host my websites.

What do I think about the stability of the solution?

As of now, I did not notice any downtime or reliability issues with Netlify Platform.

What do I think about the scalability of the solution?

I did not try to scale my project with Netlify Platform because it is a portfolio, so I did not try to scale it, but I will do it in the future.

How are customer service and support?

As of now, I did not contact any customer support from Netlify Platform, but in reviews, I feel they are more comfortable to get support from customer service.

Which solution did I use previously and why did I switch?

I did not use any hosting servers previously to host my portfolios. I started with Netlify Platform and I am comfortable with Netlify Platform, so I continued with Netlify Platform.

What's my experience with pricing, setup cost, and licensing?

As of now, I have used Netlify Platform for free only, and I feel comfortable with it, so I did not explore pricing or setup costs. I feel Netlify Platform free itself is worth using.

Which other solutions did I evaluate?

Before choosing Netlify Platform, I evaluated AWS, but it is not free of cost, so I chose Netlify Platform to deploy my portfolio.

What other advice do I have?

My advice is that you can use Netlify Platform for free, so before switching to other hosting platforms, you can use Netlify Platform because it is free of cost and it is easy to do many things. I have not mentioned anything new about Netlify Platform, and as of now, I feel comfortable with Netlify Platform. I gave this review a rating of nine.


    RohitVerma2

CI workflows have improved and platform automates frontend deployments with reliable previews

  • January 25, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Netlify Platform is deploying and hosting frontend web applications. I use it for continuous deployment from GitHub, fast builds, preview deployments, and easy SSL setup. I mainly use Netlify Platform for CI/CD automation for frontend projects, and it automatically builds and deploys applications from Git repositories, provides review environments, and simplifies hosting and SSL management. I have considerable experience in this domain.

Beyond deploying applications, Netlify Platform helps streamline our workflow by enabling automated deployments, easy rollback to previous versions, environment variables management, and preview deployment helps our team review changes before production, which improves quality and reduces bugs. In simplified terms, it improves our workflow with automatic deployments, easy rollbacks, and preview environments, which saves time and reduces errors.

What is most valuable?

In my opinion, the best features of Netlify Platform are continuous deployment from Git, preview deployments, built-in SSL, and easy environment variables management. The feature I use the most is continuous deployment because it automatically builds and deploys the application whenever code is pushed to the Git repository. It saves time, reduces manual errors, ensures fast deliveries, and preview deployments are also very useful because they allow the team to review changes before going live. The best features are automatic deployments, preview build, SSL management, and Git integration. I mostly use continuous deployment because it speeds up releases and removes manual work.

Netlify Platform has improved our deployment speed and reliability. It reduces manual deployment efforts and minimizes configuration issues. Our release cycles become faster, and developers can focus more on development instead of infrastructure. Preview deployments also improve collaboration and reduce production bugs. We noticed faster go-live time, fewer deployment errors, and better team productivity. The platform increases deployment efficiency, reduces manual work, and improves release stability.

What needs improvement?

Overall, Netlify Platform works very well, but there is always room for improvement. Sometimes, build times can be slow for larger projects, and better build optimization or caching controls would help. Additionally, more advanced monitoring and logging features inside the platform would be very useful for troubleshooting. The improvements I would suggest are build performance, and more detailed analytics and monitoring features would make it even better. Better cost transparency and usage insights would also help teams manage budgets more effectively.

I would suggest that I would like to see better native support for advanced backend workflows and more customizable build pipelines. Enhanced security features and deeper integration with monitoring tools would also be valuable. These improvements would make the platform even more flexible for larger teams and enterprise use cases. More customization in build pipelines and better monitoring and security features would be great additions.

For how long have I used the solution?

I have been using Netlify Platform for three years because I deploy all my projects on Netlify Platform, ranging from basic projects to the most advanced. I have considerable experience in this domain.

What do I think about the stability of the solution?

Netlify Platform has been very stable in our experience. We have rarely faced any downtime, and most deployments and builds run reliably. Any minor issues were quickly resolved by the platform. In terms of scalability, it scales very well and easily handles increased traffic, more projects, and growing team usage without any additional infrastructure effort from our side. It supports our organization's growth and changing requirements effectively. Netlify Platform is stable with minimal downtime, and it scales easily to support growth without manual infrastructure management.

How are customer service and support?

For customer support, I have interacted with Netlify Platform's support team a few times, mainly through documentation and support tickets. The response was timely and helpful, and the issues were resolved efficiently. The documentation and community resources are also very strong. I have limited direct interaction with support, but the documentation and community resources are very helpful. Whenever we raise tickets, they cleared all the things very quickly. The response was very good. Overall, I would rate their customer support at eight out of ten.

Which solution did I use previously and why did I switch?

Before using Netlify Platform, we were hosting our application on a self-managed setup using AWS EC2 and manual deployment pipelines. The process required more maintenance and manual configuration. We switched to Netlify Platform to simplify deployments, reduce operational overhead, and improve deployment speed and reliability. We also evaluated other platforms such as Vercel and Firebase Hosting, but Netlify Platform offered better flexibility, easier CI/CD integration, and better team collaboration features for our use case. Previously, we used a self-managed AWS setup, but we switched to Netlify Platform for easier deployments and reduced maintenance. The experience is quite great using Netlify Platform, and I would continue with it in the future.

What other advice do I have?

I would advise others to start with a small project to understand the workflow of CI/CD because if you start as a beginner, growing in these terms with CI/CD will be very difficult. For small projects, I would suggest starting with the basic things. Make good use of preview deployments, environment variables, and Git integration. Also, monitor builds, performance, and pricing as the project scales to optimize usage and cost. Start small, explore automation features, optimize builds, and cost as you scale. I would rate this review at eight out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Aadi Deshmukh

Fast deployment has enabled me to focus on building a sensor data dashboard and integrating APIs

  • January 25, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Netlify Platform is to deploy and host my app, which is a sensor-based dashboard that shows all the data from my company's sensors. For my sensor-based dashboard, I mainly relied on Netlify Platform's support for React and the ability to host my website directly through Netlify, allowing me to deploy it online.

What is most valuable?

The best features that Netlify Platform offers, in my experience, are mainly its support for React and the single-click deploy functionality, which helped me deploy my project really fast.

The single-click deploy feature made a significant difference for my project because I didn't want to spend too much time on my deployment process and mainly focused on the actual sensor integration, so it helped me reduce the time dedicated to the website.

While using Netlify Platform, I noticed that the API integration part was very easy, and I could work with my AWS and other APIs pretty fast.

Netlify Platform saved me a significant amount of time; manual deployment would have taken me around three to four hours, but Netlify Platform helped me do it in around twenty minutes.

As I mentioned earlier, I was able to save two to three hours on my project, which allowed me to focus on my main project instead of deployment and the website, plus a lot of integration work from GitHub was done pretty fast, saving me another two to three hours.

What needs improvement?

I think Netlify Platform can be improved by allowing more people to use it, so we can get a lot of good websites deployed on Netlify Platform, and then peer-to-peer, we can enhance our own projects accordingly.

While I think the GitHub integration is pretty good, I would like to see Netlify Platform integrate directly from our computers as well.

For how long have I used the solution?

I only used Netlify Platform for one project, but I would like to try it out more in the future.

What do I think about the stability of the solution?

In my experience, Netlify Platform is stable.

What do I think about the scalability of the solution?

Netlify Platform's scalability is pretty good, and I haven't had any issues with scalability later.

How are customer service and support?

I didn't have a need to contact customer support, so I don't know how it is.

Which solution did I use previously and why did I switch?

I have used Vercel and still use it sometimes, which is why I switched to Netlify Platform.

What was our ROI?

Netlify Platform has positively impacted my organization by saving a lot of time for me.

What's my experience with pricing, setup cost, and licensing?

Since I used the free version, I did not have any costs, and pricing and licensing were also free.

Which other solutions did I evaluate?

Before choosing Netlify Platform, I didn't really evaluate other options; I just wanted to try working on this project with Netlify Platform, so I chose it.

What other advice do I have?

My advice for others looking into using Netlify Platform is to try it out to make their own projects; the platform has a lot of good features which I haven't explored yet but I'm interested in the future.

I think it is really cool that you are taking reviews from actual users.

I think this is a fantastic interview; I don't think there's anything that should change for the future.

I would rate this experience an eight overall.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Rudraksh Kapoor

Seamless web deployments have transformed how I launch and manage multiple projects quickly

  • January 23, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Netlify Platform is the deployment of all sorts of projects such as React projects, HTML projects, and other framework projects. Basically, all web-based projects and web apps are deployed on Netlify Platform.

A quick example of a project I deployed on Netlify Platform is my own portfolio website, which stands out for me. It is a very seamless, one-click process once you connect your GitHub. Then it is simple; you just connect to the right commands, add any sort of environment if needed, and it is a one-click deploy. In a minute or two, I get my live website.

I do not face any challenges with my main use case on Netlify Platform because it is a pretty simple process. Once you do it one or two times, it is done pretty easily. A good extra feature with the premium plan is that they also provide analytics and custom domain connections freely available. I did face a little bit of a challenge with a custom domain once, but I found that Netlify Platform allows us to connect custom domains easily by just adding the domain and the specific IPs, and it is done.

What is most valuable?

The best features Netlify Platform offers, in my experience, are one-click deployment, environment management, and automated deployment. You do not need to care about CI/CD workflows at all, and I think that is all for best features.

I find myself relying mostly on the one-click deployment and automated deployment features because once I deploy something, it is pretty effective. Basically, all of these features go hand in hand; after deploying, I manage the environment, and Netlify Platform automates everything. You can tweak the environment anytime and do infinite redeploys. The automated feature ensures that whenever I push new code, it automatically redeploys my site for me. The best part is having 500 web apps for free with support for almost all major frameworks.

Netlify Platform positively impacts my organization by saving time for sure.

What needs improvement?

Netlify Platform is already pretty good enough, and I think there are no significant improvements needed.

I personally have not encountered any frustration from Netlify Platform, so I am okay with it as it is. If I had to point out something minor, it would be nice if they provided some analytics for free as well.

For how long have I used the solution?

I have been using Netlify Platform for approximately two to three years, specifically for about two and a half years.

What do I think about the stability of the solution?

Netlify Platform is very stable.

What do I think about the scalability of the solution?

The scalability of Netlify Platform is pretty good; it auto-scales efficiently.

How are customer service and support?

My experience with customer support for Netlify Platform has been pretty great.

Which solution did I use previously and why did I switch?

I have been using Netlify Platform from the start; I used Vercel for a very few days, but while it offers more features, it is also quite expensive. Therefore, Netlify Platform wins.

What's my experience with pricing, setup cost, and licensing?

My experience with pricing, setup cost, and licensing for Netlify Platform is great; the pricing is very reasonable and the free tier is super. Everything is good.

Which other solutions did I evaluate?

I did not evaluate other options before choosing Netlify Platform; I only knew about Netlify Platform and Vercel, and I ended up using both for some specific use cases, mainly sticking with Netlify Platform.

What other advice do I have?

My advice to others looking into using Netlify Platform is to just use it. If you want to deploy your things, then use it. If you get stuck somewhere, ask ChatGPT or YouTube; just put in five minutes and you will get the hang of it. I would rate this product a 9 out of 10.


    Kurmathi Reddy

Automated deployments have simplified portfolio updates and have reduced manual pipeline work

  • January 22, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Netlify Platform is that it is easy to deploy the website without changing the code and pushing it manually by myself. Whenever I make any changes to my portfolio website, for example, if I complete any new certification or anything which I need to add to my profile, I just change the code in my local desktop and push it back to GitHub. Through GitHub, Netlify Platform picks up the updated code and it reflects back the new changes, so that made it easy with Netlify Platform cloud environment.

I have a lot to add about my main use case and how I use Netlify Platform in my workflow because it is also easy for me to use multiple options over there. For example, I sometimes use Netlify Platform CLI and sometimes I do it myself on my local desktop and push it to GitHub, but there are pretty much options in Netlify Platform. There is also a lot of documentation present in the platform where I can refer to and make changes if I need to in some other or different ways.

What is most valuable?

The best features that Netlify Platform offers, which really make it shine for me, include its recent integration of AI into it, and that is one of the main features which I like. It also allows deploying a website with the new frameworks, the modern frameworks which are in the market right now.

I like that the AI integration in Netlify Platform auto builds based on the commands because it is easy to deploy a website with just a few commands at our fingertips. When it comes to the new modern frameworks, all the other platforms require extra configurations to get deployed into the DNS servers, but using Netlify Platform, it is easy; everything is handled by Netlify Platform in the backend, and the deployment process and all the CI/CD pipeline that Netlify Platform handles is something which is good in regard to the modern frameworks which are used nowadays.

Netlify Platform has positively impacted my organization and personal projects by making it easy for me to deploy my personal portfolio website without doing all the DevOps and CI/CD pipeline myself. Netlify Platform handled that, and I just need to do my code, push it to GitHub, my repo, and Netlify Platform picks it up from there and refreshes whatever the new code changes I have made, and that made it easy for me to use for my personal project.

What needs improvement?

For the improvements in Netlify Platform, I think it should focus on better marketing because competitors like Vercel and others are present in the market. While Netlify Platform looks clean, neat, and enhanced, it should do better marketing, as it is actually recommended by ChatGPT for small-sized projects. I believe it should also be suggested for larger projects and promoted more so that Netlify Platform is used by multiple people; it should be the go-to cloud environment.

I think the technical side of Netlify Platform can improve, especially in the documentation. They can add more information about new frameworks as they come into the platform or market. They should maintain a troubleshooting page on Netlify Platform docs that comprehensively shows all the steps. Adding more user-friendly animations or navigation would make the platform easier. Moreover, with the documentation, it currently shows all the tabs at one place, and the customer should understand what each use is without having to click into it. They should support more old frameworks as well, to increase the range of utilizations since mostly old frameworks are still in the market, prompting more users to migrate to Netlify Platform.

For how long have I used the solution?

It has been about one year since I started using Netlify Platform, and I hosted my personal portfolio on Netlify Platform cloud, so I have been using it since one year.

What do I think about the stability of the solution?

I have not tested Netlify Platform with a large amount of traffic for larger projects, but I have tested it with my original website, which I hosted. I sent that link to multiple people, recruiters, and friends, and whoever used that or opened it never experienced any issue with the site, such as slow loading or rendering problems, so it seems good with scalability according to me.

How are customer service and support?

I have not had to reach out to customer support from Netlify Platform because I have not encountered any issues. However, I see there are options for AI and customer service; before going to customer service, we can select the AI and get help most of the time, as everything is documented. There is not much need to contact customer support unless there is a problem with billing or some technical glitch, making it not a frequently needed option.

Which solution did I use previously and why did I switch?

Before choosing Netlify Platform, I used GitHub Pages, PythonAnywhere domain, and AWS hosting, but I switched to Netlify Platform because it is easy to use; everything is in one place. I do not need to manually configure or upload files as I had to with the other websites, making my work easier, so I switched to Netlify Platform from the others.

How was the initial setup?

I signed up for Netlify Platform directly and did not come across any of the cloud providers such as AWS, Azure, or Google Cloud.

What was our ROI?

I think I have saved around two to three days by letting Netlify Platform handle all the DevOps and CI/CD work for my portfolio because understanding the configuration, uploading all the files, getting all the configuration right and deploying it to the DNS server takes me at least two days. It has made my workflow much easier, and I see a lot of benefits with that—it is easy to go, free to use, faster, and the UI is also user-friendly when we could find all the essential tabs and necessary things available right in the dashboard when we enter into the platform.

I have seen a return on investment with Netlify Platform; I have saved money by not spending on hosting my website on the internet using providers such as GoDaddy or some popular DNS hosting sites, which cost me hundreds per month. By using the free version provided on Netlify Platform, I save that amount, and I also save time because Netlify Platform handles the deployment processes and CI/CD by itself, so I do not need to manage it all.

What's my experience with pricing, setup cost, and licensing?

I want to mention that the pricing for Netlify Platform is pretty much good. I basically started with a free trial, and there are different options available. The free version is pretty much good if we want to host a static website with a limited number of visitors, for example, a portfolio, and so coming to the pricing and UI part of the Netlify Platform dashboard, using the platform is easier for the users, and such kinds of things are pretty much good with Netlify Platform.

My experience with pricing, setup cost, and licensing is that currently I am using the free version, and there are different types available which I could say are good and affordable. The price is low compared to the functionalities given by the platform, and since my portfolio website is small with a limited number of users visiting it, the free version works well for me. Upgrading to personal or pro is also a good idea, and there is also a custom enterprise option for companies, which is good for larger needs, but on a short scale, free or personal would be better.

Which other solutions did I evaluate?

I evaluated other options such as AWS and Vercel before ultimately choosing Netlify Platform, as I felt it was a better choice because of the pricing and ease of use with the UI. The platform is stable in my opinion, which is why I chose to use Netlify Platform.

What other advice do I have?

I advise others looking into using Netlify Platform to use it for sure because they can just work on their code, push it to GitHub, connect it with Netlify Platform cloud, and then relax. After that, whatever changes they make to their code on GitHub automatically reflects back on Netlify Platform and their website, eliminating the need for much work or worrying about the pipelines and processes that happen in the backend.

I am generally satisfied with Netlify Platform, as it is going well and helping a lot of people. I hope they keep improving and adding new AI enhancements alongside both new and old existing frameworks so that they are readily available for anyone to choose. This makes the backend processes easier for any developer who chooses Netlify Platform, and I appreciate the work being done at Netlify Platform. My overall rating for this platform is that I do not have a specific numerical rating to provide at this time.


    Pranay Jain

CI/CD automation has reduced deployment effort and enables rapid sharing of web applications

  • January 20, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Netlify Platform is deploying my local website to a hosted platform where I can share the link with multiple people so that they can easily access and use that particular website, which can be built in any language, irrespective of the language being used.

I use it for deployments of both back-end and front-end services. It is easy and fast to deploy websites and website applications.

How has it helped my organization?

Netlify Platform has positively impacted my organization because the entire CI/CD pipeline in place becomes very easy to manage using Netlify. There is no need to go to an external platform, as Netlify alone is sufficient to see the changes, and it is quite easy. Whenever I push something to my Git repository, it automatically gets triggered, making the CI/CD pipeline very convenient to use and quite better performing thanks to Netlify.

Regarding the impact of Netlify Platform, I have seen that deployment is quite easy, reducing our manpower from six people to two. It has made deployments, which were very hard before, very easy and convenient now. The error logging that previously was not easily accessible for normal users is now quite easy, making it simple to know what changes are made.

What is most valuable?

The best features Netlify Platform offers in my experience include fast deployment, error logging, and easy deployment context and flow. I am very interested in the deployment process.

Netlify Platform features include a very convenient user interface for beginners as well as intermediate or advanced users. The overall flow and plugins are very easy to use. I have used multiple plugins within it, and they are quite easy to use, such as adding environment variables, adding secrets, and adjusting the size of the hosted application, which means the memory, CPU, and virtual CPU memory are very convenient for me to manage.

What needs improvement?

Netlify Platform can improve by collaborating with different repository management platforms, which would make holding the CI/CD pipeline much easier. While it has integration with some platforms, a few are left out, such as Bitbucket, which Netlify has not done yet. If this were done correctly, it could be a very easily achievable thing for one person.

The pricing of Netlify Platform is acceptable for beginners but can become costly for intermediate users, as it can be high when CPU usage goes beyond a certain amount. While it is good, it could be reduced a little for companies spending this much on platforms that are not in production yet, though it is acceptable when in production.

For how long have I used the solution?

I have been using Netlify Platform since three or four years, from my college days, to host my websites.

What other advice do I have?

A specific example of a project I deployed using Netlify Platform is an orphanage-based website named Zanam, which was used by multiple orphanages. It was an internal website I created that was used by multiple orphanages to gather information about their children and to receive donations from people in the area.

My advice for others looking into using Netlify Platform is that it is a quick and fast way to deploy applications and an easier and convenient way to get clients on-boarded, making it very quick and fast. You do not need to take into consideration multiple things; just use this platform and proceed with it. I rate this product an eight out of ten.


    Lakshman Mulchandani

Seamless Git-based deployments have boosted my front-end delivery and project velocity

  • January 20, 2026
  • Review from a verified AWS customer

What is our primary use case?

My biggest use case for Netlify Platform is to deploy my front-end website and create a CI/CD pipeline with GitHub itself.

For example, I built my college project, a lost and found website. I created the UI in React, made the repository in GitHub, created a CI/CD pipeline to Netlify Platform, and hosted my project there. I have hosted several other projects as well.

I also hosted a UI for a platform as a service I was building for my personal project, which is a video platform where you can have video calls. For that as well, I used Netlify Platform.

What is most valuable?

I think the best feature of Netlify Platform is how easily I am able to integrate it with GitHub and GitLab, along with how user-friendly it is. You don't really need to specify everything because it has most things built in, requiring you to write nothing more than the start command. It is able to read from the project itself what is needed.

What makes the integration with GitHub and GitLab stand out is that you can simply log in to Netlify account, pair it with your GitHub account, find the project in Netlify itself, select the project, put the root folder if it is not already the root, and then it is done. It will take care of everything and is very easy to use.

I also appreciate Netlify functions. Although I have not used them very much, the serverless capability is really nice.

The best thing Netlify Platform has done for me is that it gives me velocity, taking away all the burden and time-consuming processes so I can move fast. It would be hard to quantify, but any deployment would previously take a few hours, while Netlify Platform takes a few minutes.

What needs improvement?

I think Netlify Platform can be improved if it has the functionality to have a full back-end as well. I love Netlify Platform. I just want one thing: the ability to do everything in the same application. Currently, I have to use Render or something else for the deployment of my back-end, but if it can deploy the back-end as well, I would really appreciate it.

For how long have I used the solution?

In my current field as a full-time professional, I have been working for one and a half years, but I have been working on Netlify Platform and other projects for the last four to five years from my college itself. I have been using Netlify Platform for the last four years.

What other advice do I have?

I deploy Netlify Platform using public cloud. I use AWS as my cloud provider with Netlify Platform. I did not purchase Netlify Platform through the AWS Marketplace. I would rate this product a nine out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)