What is Vercel?
Vercel is a cloud platform for deploying and hosting frontends, built by the company that created Next.js. Every push and pull request can get its own preview URL, and production is served from a global network together with serverless functions. It supports other frameworks too, including Astro, and deploys Next.js with no extra configuration.
How we use it at Koda Plus
Alongside Cloudflare, Vercel is one of the two places where we host storefronts and websites. It runs the website for a business training company, built with Next.js, React and Tailwind. On Next.js projects the client receives the full code and every access credential, so they can stay on Vercel or move the application to their own server or a container.
Used in
See the portfolioIn our services
When it makes sense
- Your website or application is built with Next.js
- Every change should have a preview for sign-off before it goes live
- You do not want to maintain a server for the frontend
- A headless storefront should run independently of the commerce backend