Vercel
Best for React, Next.js, Vue, Vite, AI APIs
- 1Add all API keys to a
.env.localfile. Add.env*to.gitignore. - 2Push your project to a GitHub repository.
- 3Go to vercel.com -> sign in with GitHub -> Add New > Project -> Import your repo.
- 4Before deploying, open the Environment Variables section and paste your key names and values from your .env file.
- 5Click Deploy. Copy your live URL, for example your-project.vercel.app.
.gitignore
.env*
!.env.example