Vol. I · Issue Nº 26.05
Vercel

An entry in the index

Vercel

Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.

Community vote

About

Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.

Demo

Plates

Vercel screenshot 1
Plate 01
Vercel screenshot 2
Plate 02

Comments · 9

to leave a note.

  • Y
    Yuting ZhongFrom the founderMay 6

    Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.

  • M

    Yes — and zero data retention by default. We had to build that ourselves last year.

  • H

    The AI Gateway part of the announcement is buried but it's the actual headline. One API for Anthropic, OpenAI, Google, with automatic failover when a provider is rate-limited. We were paying for an internal abstraction layer that did exactly this.

  • L

    We measured 38% lower invoice on identical traffic after we flipped the switch. Not scientific, but it's the only data point I have.

  • P

    Their docs have a calculator now. For a chatty AI app where each request streams for 10s+, it's basically a no-brainer.

  • S

    Honest pricing question — at what concurrency does Fluid actually beat traditional serverless on cost? My back-of-envelope says you need at least 3-4 sustained concurrent reqs per instance to come out ahead.

  • I

    What region are you deploying to? I'm seeing the improvement on iad1 but not on cdg1.

  • D

    Same experience here on a Hono backend. The fact that it reuses the same instance across concurrent requests is a quiet gamechanger.

  • M

    Tried the new Fluid Compute mode this week — the cold-start delta on a moderately-sized Next route went from ~700ms to ~120ms. That's the difference between users bouncing and not.