[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [v0](/c/v0/59) # Vercel deployment limits and PR merge failures with v0 on Hobby plan 37 views · 1 like · 3 posts marko.wav (@markowav) · 2026-02-15 Hi, seems that when I open a `PR` I get this automatic message that I hit the deployment limits? I’m on a `Hobby` (free) plan and from what I’m reading on Vercel it’s 100 deployments each hour. I made yesterday maybe 3-4 deployment merges in total and it worked, but for the next 24 hours or so whenever I try to merge `PRs` nothing happens (I tried more than 10 times or so). ## Problem - Deployment limit reached after only 3-4 merges. - Unable to merge `PRs` for over 24 hours. - Using `v0` for project generation/updates. What’s the new deployment limit or is this some kind of a bug?   Jacob Paris (@jacobparis) · 2026-02-16 · ♥ 1 The limit for hobby accounts is 100 deployments per day, not per hour, and this includes preview deployments. Since v0 pushes a commit with each version, a new preview deployment is generated, so if you're very active in v0 it's possible to hit this limit system (@system) · 2026-02-23 Hey! To help debug your v0 project, could you share your **v0 chat link**? It looks like `https://v0.app/chat/...` — you can copy it from your browser's address bar while in the chat. You'll also need to unlist the chat so our team can view it — here's how: https://v0.app/docs/sharing This helps the team reproduce what you're seeing much faster. Thanks!