Fluid Compute Coalescing MVP
This minimal Next.js app exposes two serverless endpoints that hit the same slow upstream:
/api/search-raw– baseline behaviour, each invocation calls the upstream./api/search– wraps the call with Redis-backed request coalescing to collapse concurrent bursts.
Deploy to Vercel, configure Upstash Redis credentials, then compare the two endpoints with a load generator such as npx autocannon running against the same query string.