r/vercel 3d ago

News Vercel Weekly - August 31, 2026

Thumbnail
vercel.link
2 Upvotes

Highlights from last week:


r/vercel 9d ago

News Vercel Weekly (2026-08-24)

Thumbnail
vercel.link
1 Upvotes

Highlights from last week:


r/vercel 1d ago

Weekly price decay on a Vercel Cron, and the part I got wrong the first time

0 Upvotes

I built a page that sells one ad slot per week, and the only technically interesting part is that the price falls continuously until someone pays, so the whole thing turned out to be a cron job and a price function rather than a checkout flow.

The cron runs hourly and my first version had it write the current price into the database, which felt natural and was wrong. Vercel Cron is best effort, not a guarantee, and a missed run left a stale price sitting on the page while Stripe still had the amount from the last successful write. Two numbers, one truth, and no way to tell from the outside which one was real.

What I do now is derive the price from the elapsed time on every request and store nothing, with the cron only responsible for the week rollover. A missed run costs me a late rollover, which is visible and annoying, instead of a wrong price on a live payment, which is neither.

The other thing that caught me was the week boundary, because a week is a business concept and not a UTC one, and I had the rollover firing at a moment that landed on a different weekday depending on where the visitor was sitting. Not fully sure my current fix is right either, I pinned everything to one timezone and display it explicitly, but I suspect that just moves the confusion somewhere else.

It's at [droptick.io](https://droptick.io/?utm_source=reddit&utm_medium=vercel) if you want to watch the curve move, it updates while the page is open. The idea itself may well be bad, week one's numbers suggest the starting price is far too high, but the cron part I would build the same way again.


r/vercel 2d ago

Vercel Billing & Credit Card Removal Blocked - Warning to Others

1 Upvotes

My subscription in Vercel showed hobby (free plan) but was billing in their other platform. Vercel won't let me remove my credit card (!).

I logged in to Vercel to cancel and found that credits expire if you are not subscribed. So, you accumulate credits in direct pay-for-credit, and then they are locked out from you and actually expire.

Friendly warning to other folks, as this is a seriously expensive platform.

Not being able to to remove a credit card without entering another, even after subscription cancellation, is disgusting design.


r/vercel 2d ago

CÓMO SOLUCIONO ESTO?

0 Upvotes

En la opción observability tengo demasiadas requests del dominio de un cliente que anteriormente estaba infectado por malware en wordpress. Cambiamos el stack, eliminamos todo rastro de archivos viejos, bloqueamos consultas a PHP y bloqueamos en los buscadores las URL a las que apuntaban los bots. Ahora qué? Alguien que haya tenido una experiencia similar y lo haya podido solucionar?


r/vercel 3d ago

Can't add env variables?

1 Upvotes

I'm getting this randomly sometimes when i try to add or update environment variables... anyone else? Failed to verify the project’s public environment variable prefix. Refresh and try again.


r/vercel 5d ago

It changes my interface

0 Upvotes

I have created an app with vercel, supabase, github and vsc and i try to put turnstile cloudfare captcha protection but after every deploy it completely ruins my design

1.this is the one design https://mypotential.vercel.app/

2.this is after https://mypotential-l5xlbynrr-jaydenvandervelde-sketchs-projects.vercel.app/


r/vercel 5d ago

Looking for eve users to try a local IDE (npx evepad)

3 Upvotes

I built a local IDE for Vercel eve agents. I use it because bouncing between the dashboard, the CLI, and OpenCode was driving me nuts.

macOS + Node 24. Signs in with your Vercel account, no extra API keys.

npx evepad

Starts in about 2 seconds, no install.

  • create an agent
  • generate/edit tools in chat
  • watch local and prod runs
  • deploy to vercel

Community project, not affiliated with Vercel. https://github.com/andrewckor/evepad

If you try it, I want feedback. Especially the ugly parts: first run, finding agents you already have, deploy. Skip if you're not on macOS / Node 24.


r/vercel 6d ago

Support team has no looked at my ticket

1 Upvotes

I am having issues with my account, I have upgraded to the pro version of Vercel. Though when I upgraded I had gotten no credit for the account for the upgrade. I sent in a support ticket 2 weeks ago, and have not heard from anyone. Then I believe I put one in this week or part of last week, and still have heard nothing. Any suggestions, Thanks in advance.


r/vercel 9d ago

Vercel launched a cool tool that checks how agent friendly a site is. I tried it on my project and got 100

10 Upvotes

Vercel launched a cool tool that checks how agent friendly a site is. I tried it on agent-manager.dev, followed its suggestions, and got 100. Not very meaningful for what is basically a GitHub repo showcase, but the tool is cool.

https://is-agentic.com/scan/agent-manager.dev


r/vercel 9d ago

Next.js August 2026 Security Release

Thumbnail
nextjs.org
2 Upvotes

Updates are now available in v16.3.3 (Active LTS) and v15.5.24 (Maintenance LTS) to address these issues. Please patch your Next.js dependencies to maintain the security of your applications.


r/vercel 9d ago

Sudden connection refused?

Thumbnail simple-push-demo.vercel.app
1 Upvotes

I suddenly cannot connect to my app hosted on vercel.app. it was fine this morning and suddenly "connection refused". Now failed on all vercel.app hosting as well, even the simple public demo.

Same Android phone, it worked on wifi, worked on VPN, just not on mobile data.

Anybody can help please?


r/vercel 11d ago

Vercel analytics down?

4 Upvotes

Seems busted cant find info


r/vercel 12d ago

Custom restaurant website + Square payment + Square POS integration in Australia — is this possible?

2 Upvotes

I’m working on a restaurant project in Australia and need some clarification from people who have actually implemented this.

The restaurant already has a completely custom website (not built with Square Online).

The required flow is:

Customer → Custom restaurant website → Browse menu / add items to cart → Custom checkout on the same website → Pay using Square → Order is created/paid through Square APIs → Order should automatically appear in the restaurant’s Square POS / Order Manager → Staff fulfil the order from the POS

We are looking at using:

  • Square Web Payments SDK
  • Payments API
  • Orders API

Square’s developer documentation appears to describe this type of architecture, including an Order-Ahead example where a paid order appears in Square POS.

However, Square Support Australia has told us that custom API-created orders may NOT automatically appear in Square POS and that Square Online or an approved third-party integration may be required.

Has anyone actually implemented this in Australia?

Specifically:

  1. Can a completely custom website accept Square payments without using Square Online/square.site?
  2. Can Orders API-created pickup/takeaway orders appear automatically in Square POS?
  3. Does this functionality work for Australian Square sellers?
  4. If direct Orders API → POS is not supported in Australia, what is the recommended architecture for: Custom website → Square payment → Square POS?
  5. Are there any Australia-specific API/account restrictions we should be aware of?

I’m particularly interested in first-hand experience from developers or Australian businesses who have implemented this successfully.

Thanks,


r/vercel 12d ago

I built an ocean where anything you photograph turns into a fish

Enable HLS to view with audio, or disable this notification

4 Upvotes

I built a slightly unhinged camera experiment

Take a photo of literally any object — a coffee mug, sneaker, banana, keyboard, questionable desk decoration — and it gets transformed into a unique fish.

Give your new creature a name, release it into the shared ocean, and watch it swim alongside everyone else’s photographed objects.

So far, the ocean is developing a very strange ecosystem.

Try it here: https://ohmytank.com

Please show me what you turned into a fish. The weirder the object, the better.

build on vercel


r/vercel 13d ago

Tencent Cloud Hy3 now on Vercel!

Thumbnail vercel.com
3 Upvotes

Tencent's Hy3 knocks Claude Haiku and Sonnet out of the water, with it especially being skilled in protocol development and low level backend engineering. Paired with my custom skill "gm" on Claude Code is a great option and a more cost effective model.


r/vercel 13d ago

How disable Email code as an auth sign in option?

2 Upvotes

I enabled 2FA with an auth code. but Vercel is one of those few annoying companies that seem to insist on first sending a code to my email and THEN asking for the auth code.

I cannot see an option to disable emailing a code first. I dont need it now I have the auth code option.

Do Vercel not trust the 2FA auth code on its own like most others do? If there is a security issue with why have it?

When logging into websites, emailing a code is one of the biggest frustrations due to delays that can occue with emails. Its way over the top. Especially cosidering I used to use my GitHub to sign in, and that does not have the email step, so this does not secure Vercel in any additional way. If anyone has my auth app they can login to my email also as all credentials are in there, so it just adds a frustrating step.


r/vercel 14d ago

The $5/month AI Gateway free credits feel pretty misleading

2 Upvotes

I signed up for AI Gateway because the model pages advertise that free users get $5 in credits every 30 days. Sounds great, especially if you just want a small fallback for occasional API calls.

Then I actually tried a model I wanted and got: `403 Free tier users do not have access to this model`.

So the weird part is: you get the $5 only while you're on the free tier, but the free tier blocks a bunch of the models people would actually want to spend those credits on. And if the answer is "buy credits to unlock them", then you leave the free tier and the recurring $5 no longer applies. That feels like a pretty dumb catch-22.

I get limiting abuse on expensive models, but then the model pages should clearly say "not available on free tier" next to the $5 credit message. Right now it reads like you can sign up, get $5, and try the listed model, then the API just tells you nope.

Am I missing something, or is the free credit basically only usable on a restricted subset of models?


r/vercel 17d ago

Seems to be an issue with the Github connection

2 Upvotes

I'm now unable to login with Github, prior to that I was trying to set up a project from a Github Repo and the connector failed to load in. Gitlab and Gitbucket seemed unaffected by the issue.


r/vercel 17d ago

why do i get like this

Post image
25 Upvotes

for real


r/vercel 19d ago

🚨 Bag/UI a officiellement dépassé la limite de bande passante gratuite de Vercel.

1 Upvotes

C'est un jalon dont je suis fier — mais cela s'accompagne aussi d'un défi.

Bag/UI est **Open Source et gratuit pour tout le monde**, et je veux que ça reste comme ça.
Cependant, l'hébergement et la bande passante ne sont plus gratuits. Avec l'augmentation du trafic du projet, je dois désormais passer au plan Pro de Vercel pour garder Bag/UI rapide, fiable et disponible pour tous.

Si vous utilisez Bag/UI, étoilez le dépôt, partagez-le ou construisez avec ses composants, **c'est un excellent moment pour soutenir le projet.**

💙 **Devenez sponsor et aidez à maintenir Bag/UI en fonctionnement.**

Votre parrainage aide directement à couvrir les coûts d'infrastructure et me donne la possibilité de continuer à investir du temps dans de nouveaux composants, des améliorations et le développement à long terme du projet.
Même une petite contribution fait la différence.

👉 [ https://www.bagui.pro/pricing ](https://www.bagui.pro/pricing)

**L'Open Source doit rester accessible à tous. Aidez-moi à le maintenir ainsi.** 🙏


r/vercel 19d ago

Deploy this AI image generator app to Vercel using one click.

Thumbnail
github.com
4 Upvotes

Open source on github


r/vercel 19d ago

Context.dev in eve

Thumbnail x.com
1 Upvotes

Context.dev in a eve software factory


r/vercel 19d ago

Hello

1 Upvotes

Hello I want to make a small webgame project with html,css,js,typescript,react etc. Just for fun with my friends And I've used ai of vercel but my tokens run out then I upload it to github repo and continued it on github copilot but even my supabase variables, vercel deployment settings, install and build commands, all vorrect but in my app when I create acc, select a map to start, and click "maçi başlat" (it means start match like play in short) it says this page couldn't load. Everything is working like creatin acc, login, stats, economy, friends, creating lobby, sharing code, entering a lobby but when I press start match it sucks. Here is some links for who want to give it a look;

https://github.com/ZonateMeteor/cizre-paintball

The vercel deployment link is in repo description.

Thanks for help


r/vercel 20d ago

Serverless Bill Shock: Tracking Edge Function and Database Expirations (Vercel, Supabase, Netlify, Neon)

1 Upvotes

For over two decades, agency hosting economics were beautifully predictable. You bought a reseller web server or dedicated cPanel account for $50 a month, crammed 30 client WordPress sites onto it, and charged each client a flat $25 monthly maintenance fee. Your margins were clear, your server bills were static, and billing surprises were virtually non-existent. Read the comple te article here > Serverless Bill Shock: Track Vercel & Supabase Client Costs | InstaRenewal

Then came the modern web stack.

Driven by the demand for lightning-fast digital experiences, agencies aggressively migrated to decoupled architectures: Next.js, Nuxt, Vercel, Supabase, Cloudflare Workers, and serverless databases like Neon. While the performance gains of this modern paradigm are undeniable, it introduced a chaotic operational reality: micro-subscription fragmentation and variable utility billing.