Home / Companies / Vercel / Blog / April 2019

April 2019 Summaries

2 posts from Vercel

Filter
Month: Year:
Post Summaries Back to Blog
Vercel is a platform that aims to simplify website deployment by allowing developers to deploy their websites with just one command: vercel. The platform provides GitHub and GitLab integrations, enabling teams to manage staging and production by merging pull requests. It also supports monorepo development for static websites and serverless functions within the same repository. Vercel dev is a single-command local development tool that automates the deployment process, eliminating tedious steps such as running processes, finding ports, and managing dependencies. With vercel dev, developers can enjoy live reloading of their code, making it ideal for modern frontend frameworks like Next.js and Gatsby. The tool also supports Go functions, static HTML, Node.js, Headless Chrome, and various other platforms and frameworks, making it a versatile solution for developers. Vercel dev is now available as part of the latest version of the Vercel CLI, with a dedicated feedback form and FAQ page to help users improve their experience.
Apr 30, 2019 604 words in the original blog post.
Vercel's platform enables the deployment of modern websites and applications without requiring complicated server configuration, automatically configuring DNS records and issuing free wildcard SSL certificates through Let's Encrypt, a non-profit organization that aims to encrypt the web. By utilizing ACME protocol and presenting challenges to verify domain ownership, Vercel automates the process of obtaining and renewing SSL certificates, making it easier for developers to focus on their core applications rather than server setup. The platform supports automatic HTTPS-enabled deployments for both staging and production environments, allowing users to test changes before merging them into the default branch, and ensures that certificates are immediately set up against the chosen domain name, enabling a secure web experience.
Apr 16, 2019 808 words in the original blog post.