Few weeks ago, we introduced Vercel as the most powerful and scalable platform for static websites and serverless functions powered by any language or framework. This came at the expense of writing vercel.json files. Today, we are introducing Zero Config , a conventional and completely backwards-compatible approach to deployment. Link to heading Getting Started To start, create a new project using a frontend stack of your choice . For this example, we'll create a vanilla Next.js project: Then, from within the project, with no additional configuration, run the following command (requires Vercel CLI or our integration for GitHub / GitLab ): That's it. It works for any framework or tool you can think of. No matter if you're using Gatsby , Vue , Ember , Svelte or any other package.json project with a build script , you always get fully static or hybrid rendering out of the box. Link to heading From Frontend to Backend Upon deployment, we optimize your frontend seamlessly and deploy it to our built-in Smart CDN .…