
Getting Started Guide
How to Use Vercel
A practical guide to get you up and running with Vercel. Written by Delv Editorial, Delv Team.
Getting started with Vercel
In this guide, you'll learn how to deploy your web applications using Vercel, a platform designed for simplicity and efficiency. By the end, you'll be able to set up an account, deploy your first project, and optimise your deployment for better performance.Step 1: Sign up and set up
- Go to Vercel's website.
- Click on the 'Sign Up' button in the top right corner.
- Choose to sign up with GitHub, GitLab, or Bitbucket. Authorise Vercel to access your account.
- Once logged in, you’ll see your dashboard. Click on 'New Project' to start deploying.
Step 2: Your first deployment
- After clicking 'New Project', Vercel will display your repositories. Select the repository containing your front-end code.
- Vercel will automatically detect the framework (e.g., Next.js) and suggest default settings. Click 'Deploy'.
- Wait for the deployment process to finish. Once complete, you’ll see a unique URL where your application is live.
- Click on the URL to view your deployed application.
Step 3: Get better results
- To improve performance, go to your project settings by clicking on the gear icon next to your project name in the dashboard.
- Under the 'Settings' tab, navigate to 'Build & Development Settings'.
- Enable 'Serverless Functions' if you're using dynamic content; this optimises response times.
- Use Vercel's 'Analytics' feature to monitor performance and understand user behaviour. You can find this under the 'Analytics' tab on your project dashboard.