Sold by
AI Gateway
Robustly access hundreds of AI models through a centralized interface and ship with ease.
Reviews (84)
Information Technology and Services
Easy to Implement, Great Value, and Strong Support
Reviewed on Sep 22, 2026
Review provided by G2
What do you like best about the product?
It’s easy to use and straightforward to implement. They’re always releasing new features, and the support has been good. Overall, it’s a great price for what you get.
What do you dislike about the product?
UI can be a bit clunky at times, and doesn't work in some browsers as seamlessly.
What problems is the product solving and how is that benefiting you?
Hosting our Web apps, hosting our AI models and providing a unified gateway, observability onto our Web apps
Allan H.
Excellent deployment workflow for Next.js, with some limitations on lower-tier plans
Reviewed on Sep 20, 2026
Review provided by G2
What do you like best about the product?
Vercel makes deploying and operating a Next.js application remarkably straightforward. Its GitHub integration is one of its strongest features: every pull request can receive its own Preview deployment, while approved changes can be promoted to Production automatically after merging.
For RentFlow, Preview deployments have been particularly valuable because they allow us to validate a specific commit before releasing it. Vercel clearly displays the associated Git branch and commit SHA, making it easier to confirm that we are testing the exact version intended for release.
Custom-domain management, automatic HTTPS, deployment aliases, environment-variable separation, build logs, and runtime monitoring are also useful. The platform removes much of the infrastructure work normally required to operate a modern web application.
For RentFlow, Preview deployments have been particularly valuable because they allow us to validate a specific commit before releasing it. Vercel clearly displays the associated Git branch and commit SHA, making it easier to confirm that we are testing the exact version intended for release.
Custom-domain management, automatic HTTPS, deployment aliases, environment-variable separation, build logs, and runtime monitoring are also useful. The platform removes much of the infrastructure work normally required to operate a modern web application.
What do you dislike about the product?
Some development and multi-environment workflows are limited on the free plan, so teams may encounter plan restrictions earlier than expected.
Protected Preview deployments can also create friction when sharing a build with testers or reviewers. Authentication adds security, but it can make external review more complicated. Environment variables must be assigned carefully to Preview and Production, and a redeployment is usually required after changing them.
The dashboard is powerful, but deployment settings, domains, environment variables, build logs, and runtime information are spread across several sections. This can take time to learn when troubleshooting a release.
Protected Preview deployments can also create friction when sharing a build with testers or reviewers. Authentication adds security, but it can make external review more complicated. Environment variables must be assigned carefully to Preview and Production, and a redeployment is usually required after changing them.
The dashboard is powerful, but deployment settings, domains, environment variables, build logs, and runtime information are spread across several sections. This can take time to learn when troubleshooting a release.
What problems is the product solving and how is that benefiting you?
Vercel provides the deployment and hosting workflow for our Next.js SaaS application without requiring us to maintain dedicated web infrastructure. It gives us isolated Preview environments for testing, automated Production deployments, custom-domain hosting, and visibility into build and runtime health.
The biggest benefit is release confidence. We can connect a deployment to an exact GitHub commit, test it before merging, and verify that the same approved code reaches Production. This has made our release process faster, safer, and easier to manage.
The biggest benefit is release confidence. We can connect a deployment to an exact GitHub commit, test it before merging, and verify that the same approved code reaches Production. This has made our release process faster, safer, and easier to manage.
Construction
Fast, Predictable Deploys with a Dead-Simple CLI Workflow
Reviewed on Aug 27, 2026
Review provided by G2
What do you like best about the product?
Vercel is what lets a small marketing-run engineering effort ship and run real production apps without a dedicated DevOps person. The CLI workflow is dead simple once authenticated: I run staging and production as two separate Vercel projects pointed at the same codebase, deploy staging first, verify, then push the same build to prod with one command. For a Next.js app like our internal lead-routing dashboard that our sales team relies on daily, deploys are fast and predictable, and I can verify a change actually shipped by curling the live bundle right after. It's also become the backbone of a product we're turning into paid software: our plan to sell it to other companies is to stamp a private Vercel project (plus Supabase and n8n) per customer from one template, which only works because spinning up a new project is trivial.
What do you dislike about the product?
Vercel Cron has been our biggest source of friction. We had nightly scheduled jobs running as Vercel crons and ran into cold starts and occasional silent failures that were hard to notice until something downstream didn't happen. We ended up planning to move that scheduled work into Postgres (pg_cron on our database) instead, specifically to get away from cold starts and get failures that actually surface rather than fail quietly. Managing two parallel projects (staging and production) also means duplicating environment variables and secrets across both, which is easy to get out of sync if you're not careful.
What problems is the product solving and how is that benefiting you?
Without Vercel we'd need someone managing servers, SSL, and deploy pipelines just to keep a handful of internal apps online, which isn't realistic for a marketing department building its own tools. Instead I can go from a Next.js app on my machine to a live URL reps and other departments actually use in minutes, and iterate on it safely by testing in a staging deployment before it ever touches production. The real payoff has been being able to build things like an internal lead-routing dashboard our sales team checks constantly, in-house instead of buying an off-the-shelf SaaS tool for it, and now we're extending that same setup into software we plan to sell externally, since replicating the whole stack per customer is just a matter of standing up a new Vercel project.
Gargi D.
Effortless Deployments, Seamless GitHub Integration
Reviewed on Aug 25, 2026
Review provided by G2
What do you like best about the product?
I use Vercel to deploy static ops trackers and complex intranet sites. It makes deployments easy to maintain and change without chaos. I appreciate that I've never faced deployment credit issues with the free version and enjoy the pro paid version at work. Vercel's UI is straightforward, and deploying sites is a breeze. The GitHub integrations, preview deployments, and automated deployments are fantastic. Once I push changes to GitHub, Vercel deploys them almost instantly without manual checks, and I can view the deployment history for modifications. It's user-friendly, even with minimal coding experience, and the initial setup was quite easy.
What do you dislike about the product?
I sometimes face difficulty with the technical terms, like configuration and environment variables, but I usually sort it out easily by asking for help from Claude or ChatGPT.
What problems is the product solving and how is that benefiting you?
Vercel makes it easy to deploy and maintain websites, connecting smoothly with GitHub and databases without chaos. It offers automatic and fast deployments, saving me time. I've had no deployment issues like those I faced with other tools, even on the free version.
Mohd S.
Effortless Deployments, Better Developer Experience
Reviewed on Aug 24, 2026
Review provided by G2
What do you like best about the product?
I like how Vercel makes deployment feel effortless. Everything is fast, clean, and developer-friendly. Features like instant previews and seamless Git integration make it much easier to test, share, and ship projects quickly
What do you dislike about the product?
The main thing I would improve is pricing transparency. As projects scale, it can be difficult to predict costs. Better usage insights and clearer limits would help developers manage their projects more easily
What problems is the product solving and how is that benefiting you?
Vercel solves the problem of making web deployment simple and efficient. Instead of spending time managing servers and infrastructure, I can focus on building and improving my applications. Features like automatic deployments, Git integration, and preview environments make testing and releasing changes much faster. It saves time, reduces complexity, and helps me deliver projects more confidently.
Satya prakash t.
Simple, Fast, and Reliable for Web Deployment
Reviewed on Aug 24, 2026
Review provided by G2
What do you like best about the product?
What I like most about Vercel is how simple it makes deploying and managing web projects. I can connect my GitHub repository, push changes, and Vercel automatically builds and deploys the latest version. The deployment process is fast, and the dashboard makes it easy to check builds, logs, domains, and deployment status. For my React and frontend projects, it has saved me a lot of time compared to managing hosting and deployment manually.
What do you dislike about the product?
The main thing I dislike about Vercel is that the pricing can become a concern as a project grows, especially when usage increases. Some advanced features and higher usage limits can feel expensive for students or small projects. I also feel that debugging deployment or build issues can sometimes take a bit of time for beginners because the logs can be technical. Overall, the platform is great, but clearer guidance and more student-friendly pricing would make it even better
What problems is the product solving and how is that benefiting you?
Before using Vercel, deploying my projects and managing hosting, domains, builds, and updates required more manual work. Vercel solves this by making deployment closely connected with GitHub, so I can push code and have a new version deployed automatically. This saves me a lot of time, especially when I am working on multiple React and frontend projects. It also gives me deployment previews, build logs, and easy rollback options, which makes testing and fixing issues much easier. As a student, the biggest benefit for me is being able to focus more on building the project instead of spending time managing infrastructure.
Harsh G.
Vercel Delivers Really Fast Hosting Across Technologies
Reviewed on Aug 21, 2026
Review provided by G2
What do you like best about the product?
Vercel provides really fast hosting for any local-site website on our system, regardless of which technology we use.
What do you dislike about the product?
Vercel can sometimes be slow, especially when I’m uploading a large project or using more complex technology. During the upload it may show an error, even though there isn’t actually an issue, since the same web app runs fine locally.
What problems is the product solving and how is that benefiting you?
Vercel solves the problem of having to buy web space to host our website, and it provides cloud storage for our projects through GitHub.
umair d.
The Absolute Best Deployment and Hosting Platform for Modern React Applications
Reviewed on Aug 11, 2026
Review provided by G2
What do you like best about the product?
Vercel's automatic deployment from GitHub is completely magical. It provides ultra-fast global CDN edge hosting, which gives my React templates a perfect 100/100 Google Lighthouse speed and SEO score without any manual server configuration.
What do you dislike about the product?
While the free hobby tier is amazing, the pricing gap skips heavily when transitioning to the pro plan for smaller freelance agencies. Also, managing complex serverless functions can sometimes be tricky for pure frontend developers.
What problems is the product solving and how is that benefiting you?
It completely solves the hassle of complex server hosting and SSL configuration. It allows me to instantly push my code live to production with zero configuration, making client project showcasing extremely efficient.
Praveen V.
Easy Git deployments with shareable instant preview URLs - no engineering help needed
Reviewed on Aug 08, 2026
Review provided by G2
What do you like best about the product?
Git deployments that I don't need to configure. Instant preview URLs that I can share with anyone in the team.
What do you dislike about the product?
The pricing is a bit unpredictable. The Pro plan is $20/seat/month, but that's just a credit wallet. High chances of exceeding the 1 TB included in this plan leading to paying way higher than expected.
What problems is the product solving and how is that benefiting you?
Preview URLs let me spin up mockup pages, create shareable links, and get them reviewed from the team internally. I don't need engineering help for this.
Hospital & Health Care
An Intuitive, Beginner-Friendly Fix for Hosting with Vercel
Reviewed on Aug 06, 2026
Review provided by G2
What do you like best about the product?
Serves as an easy solve to the hosting problem and great for beginners. When I was making websites on my own back in the day, I would use the vercel supabase stack, which is intuitive and simple in the age of nontechnical literate coders and vibe coders
What do you dislike about the product?
Not much I don’t like about vercel. I suppose it doesn’t give as much precision as a service like webflow, but, as I said, great for beginners.
What problems is the product solving and how is that benefiting you?
It solves the problem of wanting a simple and familiar interface for beginners at a budget