Vercel News

フィード

記事のアイキャッチ画像
Self-driving infrastructure
Vercel News
AI has transformed how we write code. The next transformation is how we run it.At Vercel, we’re building self-driving infrastructure that autonomously manages production operations, improves application code using real-world insights, and learns from the unpredictable nature of production itself.Our vision is a world where developers express intent, not infrastructure. Where ops teams set principles, not individual configurations and alerts. Where the cloud doesn’t just host your app, it understands, optimizes, and evolves it.Read more
1日前
記事のアイキャッチ画像
Vercel Agent investigations now included in Observability Plus
Vercel News
are now included in Observability Plus, adding 10 investigations to every billing cycle at no extra cost to your subscription. Vercel Agent investigationsInvestigations help teams diagnose and resolve incidents faster, and run automatically on error alerts. When an alert flags suspicious activity, such as unexpected spikes in usage or errors, Vercel Agent investigates the issue, identifies the likely root cause, analyzes the impact, and suggests next steps for remediation. Teams can purchase Vercel Agent to run additional investigations. Investigations are public beta for Pro and Enterprise teams with . creditsObservability Plus or learn more about .Try it outVercel Agent investigationsRead more
1日前
記事のアイキャッチ画像
Grok 4.1 Fast models now available on Vercel AI Gateway
はてなブックマークアイコン 1
Vercel News
You can now access xAI's latest models, Grok 4.1 Fast Reasoning and Grok 4.1 Fast Non-Reasoning, via Vercel's with no other provider accounts required. These models have a 2M context window and are designed for agentic tool calling.AI GatewayGrok 4.1 Fast Reasoning is best suited for structured reasoning and agentic operations that require high accuracy, whereas Grok 4.1 Fast Non-Reasoning is tailored to speed.To use the Grok 4.1 Fast models in AI Gateway with the , set to or .AI SDKmodelxai/grok-4.1-fast-reasoningxai/grok-4.1-fast-non-reasoningAI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about , view the or try it in our .AI GatewayAI Gateway model leaderboardmodel playgroundRead more
2日前
記事のアイキャッチ画像
You can now invalidate the CDN cache by providing a source image
Vercel News
Vercel dynamically transforms source images to reduce file size while maintaining high quality on the visitor's browser.Image OptimizationYou can now invalidate the CDN cache by providing a source image.This feature marks all transformed images derived from that source image as stale. The next request serves stale content instantly while revalidation happens in the background, with no latency impact for users.There are several ways to invalidate a source image:In addition to invalidating by source image, you can also delete by source image if the origin is gone. Deleting the cache can increase latency while new content is generated, or cause downtime if your origin is unresponsive. We recommend you use with caution.This is available on all plans using the .new image optimization priceLearn more about .cache invalidationRead moreDashboard SettingsVercel CLIFunction APIREST API
2日前
記事のアイキャッチ画像
Improved analytics experience now available on the Vercel Firewall
Vercel News
We have launched improvements to the Vercel Firewall UI, simplifying your application security monitoring and analysis. Vercel Firewall includes the System firewall and DDoS mitigations, Web Application Firewall, and Bot Management capabilities.The updated experience surfaces more information on security events and mitigations, and allows for easier event investigations, bringing together all security events analytics in one place.The updates include:Learn more about the or visit the on your project to see the updates. FirewallFirewall tabRead morefor a consolidated view of DDoS attacks, and activity across system rules, custom rules, and IP blocks.An updated Overview page that allows you to drill down into top sources of traffic (IPs, request paths, JA4 digests, ASN, user agents) and filter by actions (allowed, logged, denied, challenged, rate limited)A new Traffic page so that you can take actions or do analysis without frictionSimplified UX for writing custom rules or queries
2日前
記事のアイキャッチ画像
Nano Banana Pro (Gemini 3 Pro Image) now available in the AI Gateway
Vercel News
You can now access Google's cutting edge image model, Nano Banana Pro (Gemini 3 Pro Image), via Vercel's with no other provider accounts required.AI GatewayNano Banana Pro (Gemini 3 Pro Image) is designed to work for more advanced use cases than Nano Banana. This model introduces improvements specifically for professional and creative workflows, like the generation of diagrams with accurate labeling and integration of web search information for images with up-to-date information. Nano Banana Pro also supports higher resolution generation and higher multi-image input limits for better compositing.To use Nano Banana Pro in AI Gateway with the , set to . Note that this is a multi-modal model and therefore uses for the actual image generation.AI SDKmodelgoogle/gemini-3-pro-imagegenerateTextAI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in , , a
2日前
記事のアイキャッチ画像
Vercel collaborates with Google for Gemini 3 Pro Preview launch
Vercel News
The Gemini 3 Pro Preview model, released today, is now available through the and on . Thanks to Google, Vercel has been testing Gemini 3 Pro Preview across v0, Next.js, AI SDK, and Vercel Sandbox over the past several weeks.Vercel AI Gatewayv0.appWe've noticed the model has an increased focus on coding, multimodal reasoning, and tool use, though it's seen improvements across the board.From our testing, Gemini 3 Pro Preview delivers substantial improvements in instruction following and response consistency. It shows almost a 17% increase in correctness over its predecessor on our , putting in the top 2 models on the leaderboard.Next.js evalsRead more
4日前
記事のアイキャッチ画像
Gemini 3 Pro now available in Vercel AI Gateway
Vercel News
You can now access Google's latest model, Gemini 3 Pro, via Vercel's with no other provider accounts required.AI GatewayGemini 3 Pro excels at challenging tasks involving reasoning or agentic workflows. In particular, the model improves on Gemini 2.5 Pro's performance in multi-step function calling, planning, reasoning over complex images/long documents, and instruction following.To use Gemini 3 Pro in AI Gateway with the , set to . Gemini 3 Pro is a reasoning model, and you can specify the level of thinking. Include the configuration with like the example below to enable reasoning text.AI SDKmodelgoogle/gemini-3.0-pro-previewproviderOptionsincludeThoughtsAI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about , view the or try it in
4日前
記事のアイキャッチ画像
Vercel now supports Build Commands for FastAPI and Flask
Vercel News
You can now can easily deploy FastAPI and Flask with custom Build Commands, expanding support for Python projects on Vercel.In addition to defining a in the project Settings dashboard, you can also define a script ininside your . Build Commandbuild[tool.vercel.scripts]pyproject.tomlThis script will run after dependencies are installed, but before your application is deployed.Learn more about the for Python projects.Build CommandRead more
5日前
記事のアイキャッチ画像
Elysia can now be automatically deployed on Vercel
Vercel News
, a popular ergonomic TypeScript framework with end-to-end type safety, can now be deployed instantly on Vercel.ElysiaWhen deployed, Vercel will now automatically identify your app is running Elysia and provision the optimal resources to run it efficiently.By default, Elysia will use Node. You can opt-in to the Bun runtime by adding the below to your .bunVersion linevercel.jsonBackends on Vercel use with by default, so you only pay for time where your code is actively using CPU.Fluid computeActive CPU pricing, or visit the documentation for or at Vercel.Deploy Elysia on VercelElysia Bun Runtime Read more
5日前
記事のアイキャッチ画像
Bulk redirects are now generally available
Vercel News
Vercel now supports , allowing up to one million static URL redirects per project.bulk redirectsThis feature adds import options for formats like CSV and JSON, so teams can more easily manage large-scale migrations, fix broken links, handle expired pages, and more.To use bulk redirects, set the field in your to a file or folder containing your redirects. These will be automatically imported at build time.bulkRedirectsPathvercel.jsonThis feature is available for Pro and Enterprise customers, and includes rates for additional capacity: with bulk redirects. Get startedRead more 1,000 bulk redirects included per projectPro: 10,000 bulk redirects included per projectEnterprise: starts at $50/month per 25,000 redirectsAdditional capacity:
9日前
記事のアイキャッチ画像
GPT 5.1 Codex models now available in Vercel AI Gateway
Vercel News
You can now access OpenAI's latest Codex models, GPT-5.1 Codex and GPT-5.1 Codex mini with Vercel's and no other provider accounts required. These Codex models are optimized for long-running, agentic coding tasks and are able to maintain context and reasoning over longer sessions without degradation.AI GatewayTo use these models with the , set the model to or :AI SDKopenai/gpt-5.1-codexopenai/gpt-5.1-codex-miniAI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about , view the or try it in our .AI GatewayAI Gateway model leaderboardmodel playgroundRead more
9日前
記事のアイキャッチ画像
GPT 5.1 models now available in Vercel AI Gateway
Vercel News
You can now access OpenAI's latest models, GPT-5.1 Instant and GPT-5.1 Thinking, using Vercel's with no other provider accounts required.AI GatewayTo use these models with the , set the model to or :AI SDKopenai/gpt-5.1-instantopenai/gpt-5.1-thinkingAI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about , view the or try it in our .AI GatewayAI Gateway model leaderboardmodel playgroundRead moreGPT-5.1 Instant offers improved instruction following, adaptive reasoning, and warmer, more conversational responses.GPT-5.1 Thinking builds on GPT-5 Thinking with dynamic performance tuning that prioritizes speed for simple tasks and deeper reasoning for complex ones.
9日前
記事のアイキャッチ画像
Rollbar joins the Vercel Marketplace
Vercel News
is now available as a on the Vercel Marketplace, bringing real-time error monitoring and code-first observability directly into your Vercel workflow.Rollbarnative integrationWith Rollbar, developers can automatically detect, track, debug, and resolve faster across deployments, connecting every issue back to the exact release and commit that introduced it. This helps teams move quickly while staying confident in production.In just a few clicks, you can:Install Rollbar from the .Vercel MarketplaceRead moreManage accounts and billing in one placeConnect Rollbar to one or many Vercel projects in minutesAutomatically track deployments and tie errors to the specific revision that caused themKeep environments and source maps aligned across Rollbar and Vercel for clean, readable stack traces
10日前
記事のアイキャッチ画像
Vercel Open Source Program: Fall 2025 cohort
Vercel News
In April, we launched the to give maintainers the resources, credits, and support they need to ship faster and scale confidently. The first group joined through our .Vercel Open Source Programspring 2025 cohortToday we are welcoming the fall 2025 cohort. From AI-native apps and developer infrastructure to design systems and creative tooling, open-source builders continue to amaze us. Meet the creators and explore their projects. Read more
12日前
記事のアイキャッチ画像
Vercel: The anti-vendor-lock-in cloud
Vercel News
Vendor lock-in matters when choosing a cloud platform. Cloud platforms can lock you in by requiring you to build against their specific primitives. Vercel takes a different approach: you write code for your framework, not for Vercel.On AWS, you configure Lambda functions, NAT Gateways, and DynamoDB tables. On Cloudflare, you write Workers, use KV stores, Durable Objects, and bind services with Worker Service Bindings. These primitives only exist with that vendor, which means migrating to another platform requires rewriting your application architecture.Too often, cloud platforms make these choices for you. They define proprietary primitives, APIs, and services that pull your code deeper into their ecosystem until leaving becomes impractical.At Vercel, we believe the opposite approach creates better software and a healthier web. We want developers to stay because they want to, not because they have to. That means building open tools, embracing standards, and ensuring your code remains p
12日前
記事のアイキャッチ画像
Model fallbacks now available in Vercel AI Gateway
Vercel News
Vercel's now supports for when models fail or are unavailable. In addition to safeguarding against provider-level failures, model fallbacks can help with errors and capability mismatches between models (e.g., multimodal, tool-calling, etc.).AI Gatewayfallback modelsFallback models will be tried in the specified order until a request succeeds or no options remain. Any error, such as context limits, unsupported inputs, or provider outages, can trigger a fallback. Requests are billed based on the model that completes successfully.This example shows an instance where the primary model does not support multimodal capabilities, falling back to models that do. To use, specify the model fallbacks in within :modelsproviderOptionsTo have pre-defined provider routing in addition to model routing, specify both and providers ( or ) in :modelsorderonlyproviderOptionsAI Gateway also includes built-in , , and supports .observabilityBring Your Own Key supportOpenAI-compatible APIRead more
12日前
記事のアイキャッチ画像
Support for TanStack Start
Vercel News
Vercel detects and supports TanStack Start applications, a full-stack framework powered by TanStack Router for React and Solid. or add nitro() to vite.config.ts in your existing application to easily deploy your projects:Create a new TanStack Start appTanStack Start apps on Vercel use with by default. This means your TanStack Start app will automatically scale up and down based on traffic, and you only pay for what you use, not for idle function time.Fluid computeActive CPU pricingVisit the to learn moreTanStack Start on Vercel documentationRead more
12日前
記事のアイキャッチ画像
How Nous Research used BotID to block automated abuse at scale
Vercel News
AI lab made Hermes, their open-source language model, free for one week to increase accessibility. Within days, automated scripts overwhelmed the service with fake accounts performing high-volume inference requests across thousands of accounts to bypass rate limits.Nous ResearchDespite having Cloudflare Turnstile in place, bulk signups continued. The abuse led to wasted inference compute and inflated identity provider bills. After the promotion ended, Nous realized that before reintroducing any kind of free tier, it needed a stronger layer of bot protection.Read more
15日前
記事のアイキャッチ画像
Vercel now supports post-quantum cryptography
Vercel News
HTTPS connections to the Vercel network are now secured with post-quantum cryptography.Most web encryption today could be broken by future quantum computers. While this threat isn’t immediate, attackers can capture encrypted traffic today and decrypt it later as quantum technology advances.Vercel now supports post-quantum encryption during TLS handshakes, protecting applications against these future risks. Modern browsers will automatically use it with no configuration or additional cost required.Read more about and how we secure your deployments.encryptionRead more
15日前
記事のアイキャッチ画像
AI domain search now available via Vercel Domains
Vercel News
You can now search for domains on Vercel using AI-powered smart search.Press in the search bar to enter smart search mode. This mode uses AI to suggest domain names based on your input.spaceIn smart search, you can:Try it at .vercel.com/domainsRead moreClick a domain name to generate similar suggestions.Search across all supported TLDs for that name.
15日前
記事のアイキャッチ画像
Vercel Sandbox CLI is now available
Vercel News
We’ve introduced the Vercel Sandbox CLI, a command-line interface for managing isolated compute environments. Built on the familiar Docker CLI model, developers can now:Full reference now available in the .Sandbox CLI docsRead moreCreate and run sandboxes for Node.js () or Python () workloads.node22python3.13Execute commands inside existing sandboxes.Copy files between local and remote environments.List, stop, and remove sandboxes across projects and teams.Run interactively with support for , , and for port forwarding.--tty--interactive--publish-portAutomate workflows via authentication tokens, environment variables, and timeouts.
15日前
記事のアイキャッチ画像
How AI Gateway runs on Fluid compute
Vercel News
AI Gateway is a Node.js service for connecting to hundreds of AI models through a single interface. It processes billions of tokens per day. The secret behind that scale is Fluid.Read more
16日前
記事のアイキャッチ画像
What we learned building agents at Vercel
Vercel News
Agents present incredible promise for increased productivity and higher quality outcomes in enterprises. Companies are already using them to streamline customer support, code reviews, and sales operations.When building custom internal agents, the challenge isn't whether AI can create value, it's identifying the problems it's ready to solve today, at a cost that makes sense for the business. At Vercel, we are going through the same AI transformation as our customers. We use our own products to build agents that help us move faster and spend more time on meaningful work.After months of experimentation, we’ve turned our learnings into a repeatable methodology for finding and investing in AI projects that have the highest likelihood of creating significant business impact.Read more
16日前
記事のアイキャッチ画像
Moonshot AI's Kimi K2 Thinking models are now available on Vercel AI Gateway
Vercel News
You can now access Moonshot AI's latest and most powerful thinking models, Kimi K2 Thinking and Kimi K2 Thinking Turbo, using Vercel's with no other provider accounts required.AI GatewayKimi K2 Thinkingis oss and excels at deep reasoning, handling up to 200–300 sequential tool calls, and achieves top results on benchmarks for reasoning and coding. Kimi K2 Thinking Turbo is a high speed version of Kimi K2 Thinking and is best suited for scenarios requiring both deep reasoning and low latency. AI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher-than-provider-average uptime.To use it with the , set the model to or :AI SDKmoonshotai/kimi-k2-thinkingmoonshotai/kimi-k2-thinking-turboIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about , view the or try it in our .AI Gateway
16日前
記事のアイキャッチ画像
CVE-2025-52662: XSS on Nuxt DevTools
Vercel News
A medium-severity in Nuxt DevTools was responsibly disclosed, and has been fixed for version 2.6.4. This issue may have allowed Nuxt auth token extraction via XSS under certain configurations. security vulnerabilityNuxt DevTools users are encouraged to upgrade to the latest version. Read more details below.A vulnerability chain in Nuxt DevTools allows remote code execution in development environments through a combination of cross-site scripting (XSS), authentication token exfiltration, and path traversal.The vulnerability exists in the DevTools authentication page where error messages are rendered without proper sanitization, enabling DOM-based XSS. An attacker can exploit this to steal authentication tokens and leverage a path traversal vulnerability in the WebSocket message handler to write arbitrary files outside the intended directory, leading to remote code execution when configuration files are overwritten.The XSS was resolved by displaying errors as textContent instead of innte
16日前
記事のアイキャッチ画像
CVE-2025-48985: Input Validation Bypass on AI SDK
Vercel News
A low-severity in Vercel's AI SDK was responsibly disclosed, and has been fixed for 5.0.52, 6.0.0-beta.* The issue may have allowed users to bypass filetype whitelists when uploading files. security vulnerability Vercel customers are encouraged to upgrade to the latest version. Read more details below.Vulnerability in Vercel's AI SDK prompt conversion pipeline where improper URL-to-data mapping allows attackers to substitute arbitrary downloaded bytes for different supported URLs within the same prompt. The vulnerability occurs in the file when filtering downloaded results could cause index misalignment between the downloadedFiles array and the original plannedDownloads array.convert-to-language-model-prompt.tsWhen processing mixed supported and unsupported URLs, the filtering operation removes null entries for supported URLs, causing the remaining downloaded data to be incorrectly associated with different URL keys. This results in bytes from an unsupported URL being mapped to a suppo
16日前
記事のアイキャッチ画像
Skew Protection max age now supports the full deployment lifetime
Vercel News
Skew Protection helps ensure that requests for a user's session are consistently routed to the same deployment, even when new versions are being rolled out.You can now configure your project's max age to persist for the entire lifetime of your deployments. This removes the previous limits of 12 hours on Pro and 7 days on Enterprise.Skew ProtectionSet the value to any duration less than or equal to your project's policy.Deployment RetentionLearn more about and .Skew Protectionenable it in your projectRead more
16日前
記事のアイキャッチ画像
Edge Config reads and writes now billed per unit
Vercel News
are moving from package-based to per-unit pricing on the Pro plan. You’ll continue paying the same effective rates, but at the you’ll now be billed per unit to align costs directly with your usage.Edge Config Reads and Writesstart of your next billing cycleThe new rates are:Per‑unit billing scales more smoothly across team sizes and usage patterns. It also helps teams on Pro use Edge Config without immediately consuming a large portion of the included monthly usage credit. or learn more about .Get startedEdge ConfigRead more $0.000003 per read (prev. $3 per 1M reads)Edge Config Reads:$0.01 per write (prev. $5 per 500 writes)Edge Config Writes:
16日前
記事のアイキャッチ画像
Free Vercel BotID Deep Analysis through January 15
Vercel News
BotID Deep Analysis, Vercel’s advanced bot protection system, will be free for all Pro and Enterprise customers from November 5 to January 15, 2026. is an invisible CAPTCHA to stop advanced, human-like bots from attacking high-value endpoints like registrations, AI invocations, and checkouts. Deep Analysis, our most advanced solution, uses thousands of telemetry points for real-time client-side checks.BotIDTo participate, visit the section in the Firewall dashboard and opt in. BotID usage will not be billed during this period. Regular billing resumes on January 16.Bot ManagementRead more
17日前
記事のアイキャッチ画像
Build and deploy data applications on Snowflake with v0
Vercel News
We're announcing an integration with for . With this, you can connect v0 to Snowflake, ask questions about your data, and build data-driven applications that deploy directly to Snowflake.Snowflakev0Next.jsThe application and authentication are managed through Vercel's secure vibe coding architecture, while compute runs on Snowflake's secure and governed platform, ensuring that your data never leaves your Snowflake environment. to get notified when it's ready for testing.Sign up for the waitlistRead more
18日前
記事のアイキャッチ画像
Route build traffic through Static IPs
Vercel News
You can now choose whether build traffic, such as calls to external APIs or CMS data sources during the build process, routes through your Static IPs.To enable this, go to your Project Settings → Connectivity → toggle "Use static IPs for builds."By default, this setting is disabled. When enabled, both build and function traffic will route through Static IPs and count toward usage.Private Data TransferThis is available to all teams using Static IPs. or learn more .Try it outhereRead more
18日前
記事のアイキャッチ画像
Redirects and rewrites now available in Observability
Vercel News
Improved observability into and is now available to all Vercel customers. redirectsexternal rewritesExternal rewrites forward requests to APIs or websites outside your Vercel project, effectively allowing Vercel to function as a reverse proxy or standalone CDN. Customers on all plans get new views that offer visibility into key rewrite metrics:Customers on Pro and Enterprise plans can upgrade to to get:Observability Plus have also been updated to support the following:Drains or learn more about .View external rewritesObservabilityRead moreTotal external rewritesExternal rewrites by hostnamesConnection latency to external hostRewrites by source/destination pathsRoutes and paths for redirect locationRedirectsExternal RewritesCached External Rewrites
19日前
記事のアイキャッチ画像
BotID Deep Analysis catches a sophisticated bot network in real-time
Vercel News
On October 29 at 9:44am, detected an unusual spike in traffic patterns across one of our customer's projects. Traffic increased by 500% above normal baseline. What made this particularly interesting wasn't just the volume increase. The spike appeared to be coming from legitimate human users.BotID Deep AnalysisOur team immediately began investigating and reached out to the customer to discuss what appeared to be an influx of bot traffic cleverly disguised as human activity. But before we could even complete that conversation, something remarkable happened: Deep Analysis, , had already identified the threat and adapted to correctly classify it.powered by Kasada’s machine learning backendRead more
22日前
記事のアイキャッチ画像
Vercel Agent can now run AI investigations
Vercel News
Vercel is reimagining incident response for the agentic age.At , we launched Vercel Agent Investigations in Public Beta, a new skill of Vercel Agent that automatically detects issues in your application, conducts root cause analysis, and provides actionable remediation plans to resolve incidents faster. Vercel Agent already helps teams with AI-powered code reviews. Now, it's expanding to help with incident response.Ship AIBy combining our newly-released with investigations, we're improving how development teams respond to and resolve production issues.anomaly alertsRead more
22日前
記事のアイキャッチ画像
Zero-configuration support for Fastify
Vercel News
Vercel now supports applications, a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture, with zero-configuration.FastifyBackends on Vercel use with by default. This means your Fastify app will automatically scale up and down based on traffic, and you only pay for what you use.Fluid computeActive CPU pricing or visit the Deploy Fastify on VercelFastify on Vercel documentationRead more
22日前
記事のアイキャッチ画像
Microfrontends now generally available
Vercel News
support on Vercel is now generally available, enabling you to split large applications into smaller, independently deployable units that render as one cohesive experience for users.MicrofrontendsEach team can use their own framework and release cadence, while Vercel handles edge composition and routing for a seamless user experience.Since the public beta, we've , added microfrontends to , and simplified onboarding. Vercel is serving nearly 1 billion microfrontends routing requests per day, and over 250 teams, including Cursor, The Weather Company, and A+E Global Media are already deploying microfrontends. improved domains routing supportObservabilityPricingPricing starts today for new projects and on for existing ones. If already used, the 3rd project for existing microfrontends users during the beta will continue to be free.November 30, 2025 , clone one of our , or learn more in our .Get started with microfrontendsexamplesdocumentationRead more: 2 microfrontend projectsIncluded: $250
22日前
記事のアイキャッチ画像
Caching details now available in Runtime Logs
Vercel News
You can now view more details on how Vercel's globally serves cached content to users as quickly as possible. CDNIn the right-hand panel of the Runtime Logs page, we now list: This is available to all Vercel users at no additional cost. or learn more about .Try it outRuntime LogsRead more: A unique identifier for a specific version of a cached pageCache key: Tags associated with the cached dataCache tags: If a revalidation took place, the reason why the content was being revalidated (time-based, tag-based, or deployment-based)Revalidation reason
22日前
記事のアイキャッチ画像
Vercel achieves TISAX AL2 compliance to serve automotive partners
Vercel News
We’re proud to share that Vercel has successfully completed its assessment for the (TISAX) Level 2 (AL2). This milestone reinforces our commitment to delivering secure, reliable, and compliant infrastructure to our global customers, particularly those in the automotive and manufacturing sectors that require specific security and data protections. This achievement builds on our broader compliance program, which includes ISO/IEC 270001:2022, SOC 2 Type II, PCI DSS, HIPAA and more.Trusted Information Security Assessment ExchangeRead more
24日前
記事のアイキャッチ画像
OpenAI's GPT-OSS-Safeguard-20B now available in Vercel AI Gateway
Vercel News
You can now access OpenAI's latest open source model, GPT-OSS-Safeguard-20B using Vercel's with no other provider accounts required.AI GatewayGPT-OSS-Safeguard-20B is a fine-tuned version of its general-purpose GPT-OSS model, designed for developers to implement custom, policy-driven content moderation.AI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , set the model to :AI SDKopenai/gpt-oss-safeguard-20bIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about , view the or try it in our .AI GatewayAI Gateway model leaderboardmodel playgroundRead more
24日前
記事のアイキャッチ画像
Vercel achieves TISAX AL2
Vercel News
Vercel has achieved Trusted Information Security Assessment Exchange () Assessment Level 2 (AL2), a security standard widely adopted across the automotive and manufacturing industries to evaluate information security and the use of cloud services within the supply chain. TISAXCustomers can access Vercel’s TISAX assessment results directly through the .ENX portalTo view the assessment details: to learn more about TISAX and automotive compliance on Vercel.Read our blog postRead moreSign in to your account on the ENX portalSearch for or look up the following details:Vercel Assessment ID: AMR06H-1Scope ID: SYN3TM
24日前
記事のアイキャッチ画像
Bun runtime on Vercel Functions
Vercel News
We now support as a , available in Public Beta. You can choose between Node.js and Bun for your project, configuring runtime behavior based on workload. We're working closely with the Bun team to bring this capability to production.Bunruntime option for Vercel FunctionsThis flexibility allows you to choose what works best for your use case. Use Node.js for maximum compatibility or switch to Bun for compute-intensive applications that benefit from faster execution.Through internal testing, we've found that Bun reduced average latency by 28% in CPU-bound Next.js rendering workloads compared to Node.js.These gains come from Bun's runtime architecture, built in Zig with optimized I/O and scheduling that reduce overhead in JavaScript execution and data handling.Read more
25日前
記事のアイキャッチ画像
MiniMax M2 now available for free in Vercel AI Gateway
Vercel News
You can now access MiniMax's latest open source model, MiniMax M2 using Vercel's with no other provider accounts required. The model is free to use until Nov 7th, 2025. Focused on agentic use, Minimax M2 is very efficient to serve, with only 10B active parameters per forward pass. AI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , set the model to AI SDKminimax/minimax-m2:Includes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about , view the or try it in our .AI GatewayAI Gateway model leaderboardmodel playgroundRead more
25日前
記事のアイキャッチ画像
Bun runtime now in Public Beta for Vercel Functions
Vercel News
The Bun runtime is now available in Public Beta for Vercel Functions.You can choose between Node.js and Bun as your project runtime, selecting the best option for your workload. for CPU-bound Next.js rendering compared to Node.js.Benchmarks show Bun reduced average latency by 28%To use Bun in Vercel Functions, set the runtime globally in your project's :vercel.jsonWe currently support the following frameworks, with more on the way:Bun supports TypeScript with zero configuration. Here's an example with Hono:Or get started with one of our starter templates:Bun deployments automatically integrate with Vercel's existing logging, observability, and monitoring systems.See , or .benchmarks in our blog postread the docs to learn moreRead moreNext.jsHonoExpressNitroExpress on BunHono on Bun
25日前
記事のアイキャッチ画像
David Totten Joins Vercel to Lead Global Field Engineering
Vercel News
The next era of enterprise technology will be defined by shortening the distance between idea and impact. At Vercel we help companies move faster, turning velocity into measurable business outcomes by anticipating customer needs and owning results end-to-end.To help us lead in this new era, is joining Vercel as VP of Global Field Engineering. David brings two decades of experience building and scaling technical teams, and he'll lead a unified organization that includes Sales Engineering, Developer Success, Professional Services, and Customer Support Engineering.David TottenRead more
1ヶ月前
記事のアイキャッチ画像
Vercel Ship AI 2025 recap
Vercel News
Earlier this year we introduced the foundations of the : a platform for building intelligent systems that think, plan, and act. , we showed what comes next.AI CloudLast week at Ship AIWe launched new SDKs, infrastructure, and open source templates that make building production-ready agents as intuitive as building a standard feature. You can now define, deploy, and operate intelligent workflows on the same platform that powers your apps.Whether you're building your first agent or delivering it to millions of users, these releases make AI development as accessible and scalable as web development.Read more
1ヶ月前
記事のアイキャッチ画像
AI Chat now available on Vercel docs
Vercel News
We're excited to announce that is now live within the Vercel docs along with a subtle design overhaul. You can now get instant, conversational assistance directly on all docs pages.AI ChatRead more on the Vercel docsAsk about anything to get page-aware answersLoad specific pages as context for sharing or saving conversationsCopy chat as MarkdownGo to vercel.com/docsClick the button at the top right corner in the header of any Vercel docs page to start asking questionsAsk AIUse the at the top of each docs page to load a page as context for focused learning, or copy the conversation as Markdown to share with your team.Ask AI about this pageHow to use it
1ヶ月前
記事のアイキャッチ画像
Manage Next.js Server Actions in the Vercel Firewall
Vercel News
The Vercel and has first-class support for Server Actions.FirewallObservability PlusStarting with , customers can now configure custom rules targeting specific server action names. In the example below, you can rate limit actions to 100 requests per minute per IP address.Next.js 15.5app/auth/actions.ts#getUserServer Action Name is available in the Firewall for all plans at no additional cost. Read the to learn more.docsRead more
1ヶ月前
記事のアイキャッチ画像
You can just ship agents
Vercel News
Building agents should feel like shaping an idea rather than fighting a maze of code or infrastructure.And we've seen this story before. A decade ago, the web moved from hand‑rolled routing and homegrown build scripts to opinionated frameworks and a platform that understood what developers were trying to do. Velocity went up, quality followed, and a generation of products appeared as if overnight.AI is following the same arc, but the stakes and surface area are larger because what you build is no longer a set of pages. It is a system that intelligently reasons, plans, and acts.Built on the foundations of Framework-defined Infrastructure, provides the tooling, infrastructure primitives, developer experience, and platform to bypass the complexity. You focus entirely on what you're building, with confidence in what's powering it under the hood.Vercel AI CloudRead more
1ヶ月前
記事のアイキャッチ画像
AI agents and services on the Vercel Marketplace
Vercel News
Agents and agentic AI give developers new ways to move faster and build better. They create connected, autonomous systems that continuously improve applications and raise the bar for speed and quality.But typically, integrating AI services means managing separate dashboards, billing systems, and authentication flows for each tool. A team using three different AI services might waste hours wiring up each integration before writing a single line of application code.Today, we're introducing the AI agents and services category to the Vercel marketplace. You can now add AI-powered workflows to your projects through native Vercel integrations with unified billing, observability, and installation flows built into the platform.Read more
1ヶ月前
記事のアイキャッチ画像
Built-in durability: Introducing Workflow Development Kit
Vercel News
Building reliable software shouldn't require mastering distributed systems.Yet for developers building AI agents or data pipelines, making async functions reliable typically requires message queues, retry logic, and persistence layers. Adding that infrastructure often takes longer than writing the actual business logic.The is an open source TypeScript framework that makes durability a language-level concept. It runs on any framework, platform, and runtime. Functions can pause for minutes or months, survive deployments and crashes, and resume exactly where they stopped.Workflow Development Kit (WDK)Read more
1ヶ月前
記事のアイキャッチ画像
Zero-config backends on Vercel AI Cloud
Vercel News
The same ease of use you expect from Vercel, now extended to your backends.Since we at Vercel Ship, teams have been building AI applications that go beyond simple prompt-to-response patterns. These apps orchestrate multi-step workflows, spawn sub-agents, and run processes that take hours or days. They need backends that process data, run inference, and respond to real-time events.introduced the AI CloudYou can now deploy the most popular Python and TypeScript backend frameworks with zero configuration. Vercel reads your framework and automatically provisions the infrastructure to run it.Read more
1ヶ月前
記事のアイキャッチ画像
Introducing Vercel Agent: Your new Vercel teammate
Vercel News
We're launching Vercel Agent, an AI teammate for your development workflow. Vercel Agent uses AI, deep platform expertise, your application code, and telemetry data from across Vercel to help you ship faster with higher quality.Starting today, Vercel Agent is available in Public Beta with two core skills: Code Review and Investigations.Read more
1ヶ月前
記事のアイキャッチ画像
Introducing AI agents & services on the Vercel Marketplace
Vercel News
The Vercel Marketplace now includes a dedicated category, making it easier for developers to integrate AI-powered automation, observability, and infrastructure directly into their projects.AI Agents & ServicesThis category introduces native support for agentic integrations with unified authentication, provisioning, and billing across providers, all within the Vercel platform.Off-the-shelf agents that reason and act on your behalfAgents - Infrastructure for building and scaling your own agentsAI services - Explore the , read our , and check out the .agentic marketplaceblogdocumentationRead more Automated code review and PR feedbackCodeRabbit: Real-time security and threat detectionCorridor: Code review and generation assistanceSourcery: Evaluation and monitoring frameworksBraintrust: Cloud browser infrastructure for agentic workloadsKernel: Multimodal AI search and retrieval across documents, code, media, and moreMixedbread: Multi-step workflow orchestration and remediationKubiks: Analy
1ヶ月前
記事のアイキャッチ画像
Open source Workflow Development Kit is now in public beta
Vercel News
Workflow Development Kit, a framework for building durable, long-running processes, is now in public beta.Workflow Development Kit brings durability, reliability, and observability to async JavaScript so you can build apps and AI agents that suspend, resume, and maintain state with ease.Turning functions into durable workflows is made simple by the directive:"use workflow":Key highlights includeLearn more about or . Workflowread the documentationRead more by simply adding to make async functions durable. No manual wiring of queues, no schedulers, no YAML.Reliability"use workflow"to denote with . Retries are automatic.Mark Steps "use step" Call to pause without holding compute, then resume in place.Durability.sleep Traces, logs, and metrics for every run. Pause, replay, and time travel while debugging.Built-in observability. Develop locally and deploy to Vercel or any other cloud.No lock-in.
1ヶ月前
記事のアイキャッチ画像
Vercel Python SDK is now available in beta
Vercel News
The Vercel Python SDK is now available in beta, bringing first-class Python support for many Vercel features such as , , and the .Vercel SandboxBlobRuntime Cache APITo get started, install the vercel package with pip install vercel.Vercel Python SDK lets you directly interact with Vercel primitives via python code like:Run untrusted code in isolated, ephemeral environments using Vercel Sandbox:Interact with Vercel’s Blob storage API:And across , , and within the same region using the Runtime Cache API:store and retrieve dataFunctionsRouting MiddlewareBuildsGet started with pip install vercel.Read more
1ヶ月前
記事のアイキャッチ画像
Vercel Agent Investigations now in Public Beta
Vercel News
can now run AI investigations on to help teams diagnose and resolve incidents faster. AI investigations streamline incident response, improve production stability, and reduce alert fatigue to accelerate your team's shipping velocity.Vercel Agentanomaly alertsWhen an anomaly alert detects suspicious activity, such as unexpected spikes in usage or errors, Vercel Agent can investigate the issue, identify the likely root cause, analyze the impact, and suggest next steps for remediation.For greater control, you can also manually trigger an AI investigation directly from the anomaly alert details page.Vercel Agent investigations are now in public beta for Pro and Enterprise teams with . Pricing is usage-based, and teams can receive $100 Vercel Agent to get started.Observability Pluscredits or learn more about . Try it outVercel Agent investigationsRead more
1ヶ月前
記事のアイキャッチ画像
Faster builds with Turbo build machines
Vercel News
Turbo build machines are now available for all paid plans, offering our fastest build performance yet with 30 vCPUs and 60GB of memory.Turbo machines are ideal for builds, and large that run tasks in parallel, accelerating static generation and dependency resolution.Turbopackmonorepos per project, with usage-based pricing.Enable Turbo build machinesLearn more in .the documentationRead more
1ヶ月前
記事のアイキャッチ画像
Update regarding Vercel service disruption on October 20, 2025
Vercel News
At Vercel, our philosophy is to , not blame, our vendors. Customers use our services to gain velocity, reliability, and ship wonderful products. Whether we picked A or B as one of the components of our “circuit design” is entirely our responsibility.take ownership forVercel is fully accountable for this incident, even if it's that it was triggered by the unexpected outage of AWS (called ). Vercel uses AWS , is part of the , offers to AWS services, and shares a long history with AWS of .now publicregioninfrastructure primitivesAWS marketplacesecure connectivitypioneering serverless computingus-east-1iad1To our customers, Vercel is .unequivocally responsible for this outageOur goal is to the cloud and offer its best version. Through , we help developers focus on the application layer by deploying global infrastructure resources that are highly optimized. We operate our Compute, CDN, and Firewall services across 19 AWS regions, terminating and securing traffic in 95 cities and 130+ global
1ヶ月前
記事のアイキャッチ画像
Dynamically extend timeout of an active Sandbox
Vercel News
You can now extend the duration of a running Vercel Sandbox using the new method.extendTimeoutThis lets long-running sandboxes stay active beyond their initial timeout, making it easier to support workflows like chained agentic tasks or multi-step code generation that take longer than expected.You can extend the timeout multiple times until the is reached.maximum runtime for your planPro and Enterprise plans support up to 5 hours, with the Hobby plan supporting up to 45 minutes. and .Get started with Sandbox nowlearn more in the docsRead more
1ヶ月前
記事のアイキャッチ画像
Preview links between microfrontends projects now serve all paths
Vercel News
Teams using can now visit all routes from any domain in the microfrontends group, enabling teams to test their full site experience without broken links or missing pages.microfrontendsPreviously, the microfrontend group's root domain would be the only one to serve the paths hosted by child microfrontends. Now, preview links between all microfrontends projects automatically serve all routes in the group. With this new feature:This feature is enabled by default for all new microfrontends, and will be rolling out slowly for existing teams. or today.Learn moreget started with microfrontendsRead morePreview links on child microfrontends now route paths to other microfrontends in the group, eliminating 404s.Deployments built from the same commit or branch automatically link to each other, making it easier to test changes in monorepos. ensures that requests to microfrontends not built on the same branch are still resolved.Fallback routing
1ヶ月前
記事のアイキャッチ画像
Zero-configuration support for NestJS
Vercel News
Vercel now supports applications, a popular framework for building efficient, scalable server-side applications, with zero-configuration.NestJSNode.jsBackends on Vercel use with by default. This means your NestJS app will automatically scale up and down based on traffic, and you only pay for what you use.Fluid computeActive CPU pricing or visit the Deploy NestJS on VercelNestJS on Vercel documentationRead more
1ヶ月前
記事のアイキャッチ画像
Braintrust joins the Vercel Marketplace
Vercel News
is now available on the Vercel Marketplace, bringing AI evaluation and observability directly into the Vercel workflow.BraintrustWith this new integration, developers can automatically stream and evaluation data from Vercel to Braintrust with just a few clicks, gaining full visibility into model quality and user experience in real time.tracesWith on Vercel Marketplace, you can:Braintrust to deploy the example today, with easy setup and unified billing.Explore the templateRead moreShip agents and AI features with built-in evaluation and observabilityRun evals and monitor model quality in productionBenchmark and compare performance across LLMs
1ヶ月前
記事のアイキャッチ画像
Agents at work, a partnership with Salesforce and Slack
Vercel News
Every generation of software moves interfaces closer to where people think and work. Terminals gave way to GUIs. GUIs gave way to browsers. And now, the interface is language itself. Conversation has become the most natural way to build, explore, and decide.At the center of this shift is a new pattern: the AI agent. Today, software doesn’t have to wait for clicks or configuration, but understands user intent, reason about it, and takes action.The question for enterprises isn’t they’ll adopt agents, but those agents will live. Our answer: where work already happens.ifwhereThat’s why Vercel and Salesforce are partnering to help teams build, ship, and scale AI agents across the Salesforce ecosystem, starting with Slack. Together, we’re bringing the intelligence and flexibility of the Vercel AI Cloud to the places teams collaborate every day.Read more
1ヶ月前
記事のアイキャッチ画像
Running Next.js inside ChatGPT: A deep dive into native app integration
Vercel News
When OpenAI announced the Apps SDK with Model Context Protocol (MCP) support, it opened the door to embedding web applications directly into ChatGPT. But there's a significant difference between serving static HTML in an iframe and running a full Next.js application with client-side navigation, React Server Components, and dynamic routing.This is the story of how we bridged that gap. We created a Next.js app that runs natively inside ChatGPT's triple-iframe architecture, complete with navigation and all the modern features you'd expect from a Next.js application.Read more
1ヶ月前
記事のアイキャッチ画像
Talha Tariq joins Vercel as CTO of Security
Vercel News
As AI reshapes how software is built and deployed, the surface area for attacks is growing rapidly. Developers are shipping faster than ever, and we’re seeing new code paths, new threat models, and new vulnerabilities. That’s why I’m excited to share that Talha Tariq is joining Vercel as our CTO of Security.Talha brings deep expertise in security at scale, having served as CISO & CIO at HashiCorp for seven years before becoming CTO (Security) at IBM following its acquisition. There, he oversaw security across all IBM divisions including software, AI, and post-quantum cryptography.Read more
1ヶ月前
記事のアイキャッチ画像
Just another (Black) Friday
Vercel News
For teams on Vercel, Black Friday is just another Friday. The scale changes, but your storefronts and apps stay fast, reliable, and ready for spikes in traffic.Many of the optimizations required for peak traffic are already built into the platform. Rendering happens at the edge, caching works automatically, and protection layers are on by default.What’s left for teams is refinement: confirming observability is set up, tightening security rules, and reviewing the dashboards that matter most.Last year, Vercel created a live Black Friday Cyber Monday dashboard that showcased our scale in real-time, showing the spikes. Overall, from Friday to Thursday, Vercel served requests across its network, reaching a peak of requests per second.86,702,974,965 1,937,097, a major technical apparel brand, entered the weekend with this confidence. Before the event, they moved from client-heavy rendering to Vercel’s CDN and saw:Helly HansenRead more
1ヶ月前
記事のアイキャッチ画像
Introducing Trace Drains on the Vercel Marketplace
Vercel News
You can now use to send traces and logs from your projects to your preferred Marketplace observability providers, starting with and , with more providers coming soon.Vercel DrainsBraintrustDash0This integration allows developers to stream traces and evaluation data from Vercel directly into these providers for observability, debugging, and performance monitoring.The Trace Drain API extends Vercel’s observability surface to the Marketplace ecosystem, allowing providers to:This update gives teams more flexibility to use their preferred observability tools while maintaining a single, unified developer experience inside Vercel. or about this update available to Pro and ENT customers.Try it outlearn moreRead moreDeliver rich visibility into performance and debugging dataIntegrate natively with logging, and analytics tools through VercelBuild tighter feedback loops between deployments and infrastructure insightsOffer customers a fully connected experience without manual setup
1ヶ月前
記事のアイキャッチ画像
Claude Haiku 4.5 now available in Vercel AI Gateway
Vercel News
You can now access Anthropic's latest model, Claude Haiku 4.5 using Vercel's with no other provider accounts required. Haiku 4.5 matches Sonnet 4's performance on coding, computer use, and agent tasks at substantially lower cost and faster speeds.AI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , set the model to :AI SDK v5anthropic/claude-haiku-4.5Includes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingTo deliver high performance and reliability to Claude Haiku 4.5, AI Gateway leverages multiple model providers under the hood, including Anthropic, Bedrock and Vertex AI.Learn more about , view the or try it in our .AI GatewayAI Gateway model leaderboardmodel playgroundRead more
1ヶ月前
記事のアイキャッチ画像
Commits to the same branch now build with no queues
Vercel News
Vercel now builds multiple commits to the same branch at the same time when On-Demand Concurrent Builds is enabled.Previously, a new commit would wait for the previous build on that branch to finish before starting. This update eliminates that queue, allowing commits to start building as soon as they arrive.Visit the to learn more.On-demand concurrent builds documentationRead more
1ヶ月前
記事のアイキャッチ画像
Anomaly alerts now in public beta
Vercel News
Teams using can now receive alerts when anomalies are detected in their applications to help quickly identify, investigate and resolve unexpected behavior.Observability PlusAlerts help monitor your app in real-time by surfacing unexpected changes in usage or error patterns:View alerts directly in your dashboard, or subscribe via email, Slack or webhooks to get notified wherever your team works.,Alerts are available public beta for Pro and Enterprise customers with Observability Plus. or learn more about .Try it outAlertsRead more unusual patterns in your application metrics, such as edge requests or function duration.Usage anomalies: abnormal error patterns, such as sudden spikes in 5XX responses on a specific routeError anomalies:
1ヶ月前
記事のアイキャッチ画像
Zero-configuration Flask backends
Vercel News
, one of the most popular web application frameworks, can now be deployed instantly on Vercel with no configuration changes needed.FlaskPythonVercel's now recognizes and deeply understands Flask applications. This update removes the need for redirects in or using the folder. framework-defined infrastructurevercel.json/apiBackends on Vercel use with by default. This means your Flask app will automatically scale up and down based on traffic, and you only pay for time where your code is actively using CPU.Fluid computeActive CPU pricing or visit the .Deploy Flask on VercelFlask on Vercel documentationRead more
1ヶ月前
記事のアイキャッチ画像
Expanded Role-Based Access Control (RBAC) for Enterprise teams
Vercel News
Vercel’s Role-Based Access Control (RBAC) system now supports multiple roles per user and introduces extended permissions for finer-grained access control across Enterprise teams.What’s new:The new extended permissions include:Extended permissions apply when paired with a compatible team role.Learn more in the Role-Based Access Control documentation.Read more Assign multiple roles to a single user within Enterprise teams.Multi-role support: A new team role dedicated to managing security and compliance settings.Security role: Add granular capabilities that layer on top of team and project roles for precise control.Extended permissions: Access Groups now support team roles and extended permissions in Directory Sync mappings.Access groups integration: Create new projects.Create Project: Deploy, rollback, and promote to production.Full Production Deployment: View usage, prices, and invoices (read-only).Usage Viewer: Install and manage integrations and storage.Integration Manager: Create an
1ヶ月前
記事のアイキャッチ画像
Server rendering benchmarks: Fluid Compute and Cloudflare Workers
Vercel News
Independent developer recently published comparing server-side rendering performance between and Cloudflare Workers. The tests measured 100 iterations across Next.js, React, SvelteKit, and other frameworks.Theo Brownecomprehensive benchmarksFluid computeThe results showed that for compute-bound tasks, Fluid compute performed 1.2 to 5 times faster than Cloudflare Workers, with more consistent response times.Read more
1ヶ月前
記事のアイキャッチ画像
ChatGPT apps support on Vercel
Vercel News
You can now build and deploy directly on Vercel, with full support for modern web frameworks.ChatGPT appsChatGPT apps let you integrate custom UI components and functionality within ChatGPT, deployed and served by Vercel. Frameworks like can now power these experiences using the Model Context Protocol (MCP), running natively inside the OpenAI sandbox rather than in a nested iframe. Check out our .Next.jsNext.js templateBuild your ChatGPT apps with:Get started by building and deploying ChatGPT apps on Vercel using , , and .Next.jsApps SDKmcp-handlerRead moreNext.js features like server-side rendering (SSR) and React Server ComponentsVercel platform capabilities such as preview deployments, instant rollback, and a seamless dev-to-production pipeline
1ヶ月前
記事のアイキャッチ画像
Block Vercel deployment promotions with Github Actions
Vercel News
You can now block a deployment from being promoted to production until selected GitHub Actions complete successfully.On Vercel, every deployment starts in a preview environment, this feature ensures that only verified builds that pass tests or other automated checks are released to production.Deployment Checks are available for all projects connected to GitHub repositories.Configure them in your or learn more in .project settingsthe docsRead more
1ヶ月前
記事のアイキャッチ画像
New Domains Registrar API for domain search, pricing, purchase, and management
Vercel News
You can now programmatically search, price, buy, renew, and transfer domains with Vercel’s new , complementing the new in-product .Domains Registrar APIDomains experienceThe API provides endpoints for:Explore the .API docsRead more list supported TLDs; get TLD and per-domain pricing.Catalog & pricing: check single or bulk availability.Availability: buy domains (including bulk) and fetch order status by ID.Orders & purchases: retrieve auth codes, transfer in, and track transfer status.Transfers: renew, toggle auto-renewal, update nameservers, and fetch TLD-specific contact schemas.Management:
1ヶ月前
記事のアイキャッチ画像
Anomaly alerts now available via email
Vercel News
Enterprise customers with can now receive anomaly alerts by or in-app notifications, in addition to existing delivery options: webhooks, Slack, and the dedicated alerts dashboard.Observability Plusemail Currently, two types of anomaly alerts are available:Anomaly alerts are available in limited beta for Enterprise customers with .Observability Plus or learn more about .Try it outAlertsRead more: Detects unusual spikes in key billable metricsUsage anomalies: Detects sudden increases in 5XX responses on a specific route or pathError anomalies
2ヶ月前
記事のアイキャッチ画像
Python package manager uv is now available for builds with zero configuration
Vercel News
Vercel now uses , a fast Python package manager written in Rust, as the default package manager during the installation step for all Python builds.uvThis change makes builds faster and adds support for more dependency formats. In addition to or , projects can now declare dependencies with a or file. 30-65%requirements.txtPipfileuv.lockpyproject.tomlLearn more about the .Python runtime on VercelRead more
2ヶ月前
記事のアイキャッチ画像
Invalidate the CDN cache by tag
Vercel News
You can now invalidate CDN cache contents by tag. This marks all cached content associated with the tag as stale. The next request serves stale content instantly while revalidation happens in the background, with no latency impact for users.There are several ways to invalidate content:In addition to invalidating by tag, you can also dangerously delete by tag if the origin is gone. However, deleting the cache can increase latency while new content is generated or cause downtime if your origin is unresponsive, so use with caution.Learn more about .Available on all plans. cache invalidationRead moreDashboard SettingsVercel CLIFunction APIREST API
2ヶ月前
記事のアイキャッチ画像
Static IPs are now available for more secure connectivity
Vercel News
Pro and Enterprise teams can now use Static IPs to securely connect to external services like databases that require IP allowlisting. Traffic from builds and functions routes through consistent, shared static IPs.To enable Static IPs, you can access from your project or team settings.Connectivity > Static IPsStatic IPs are offered in addition to , which remains available for teams that need a fully dedicated VPC model. Note, Secure Compute has also moved within the Connectivity settings of your projects and teams.Secure ComputeThis is part of our move to .bring more enterprise features self-serveRead the or .docsenable Static IPs hereRead more
2ヶ月前
記事のアイキャッチ画像
Faster time-to-start for v0 builds
Vercel News
Publishing is now 1.1s faster on average.v0 appsWe reduced the time it takes to send source files during deployment creation, improving the overall deployment pipeline and shortening feedback loops for developers.Deploy today on .v0.appRead more
2ヶ月前
記事のアイキャッチ画像
Deployment-level configuration for Fluid compute
Vercel News
You can now configure on a per-deployment basis.Fluid computeBy setting in your , Fluid compute will be activated for that specific deployment. You can also enable or disable Fluid regardless of project level settings."fluid": truevercel.jsonThis allows teams to selectively test and adopt Fluid compute without changing the global project settings.Read more in .our documentationRead more
2ヶ月前
記事のアイキャッチ画像
Towards the AI Cloud: Our Series F
Vercel News
Today, Vercel announced an important milestone: a Series F funding round valuing our company at $9.3 billion. The $300M investment is co-led by longtime partners at Accel and new investors at GIC, alongside other incredible supporters. We're also launching a ~$300M tender offer for certain early investors, employees, and former employees.To all the customers, investors, and Vercelians who have been on this journey with us: thank you.Read more
2ヶ月前
記事のアイキャッチ画像
Stripe is now available in beta on the Vercel Marketplace
Vercel News
is now available in beta on the as a new payment provider.StripeVercel MarketplaceYou can now provision a fully functional directly from Vercel with no setup required. When ready, link it to a Stripe account and soon promote it to production.Stripe claimable sandboxThis makes it easy for teams to move from prototype to production for use cases like:Get started today with this to build your first online simple store using Vercel and Stripe.exampleRead more: Test complete checkout flows before launch.Ecommerce storefronts: Validate subscriptions, usage-based pricing, and invoicing.SaaS billing: Share preconfigured environments for testing or client demos.Demos and templates: Give teams instant access to ready-to-use Stripe sandboxes.Developer onboarding
2ヶ月前
記事のアイキャッチ画像
View & query bot verification data in Vercel Observability
Vercel News
Vercel inspects every request to identify bot traffic. For requests claiming to come from a verified source, Vercel cross-checks against its directory of and validates them against strict verification criteria.verified botsWe've added three new dimensions to the query builder when analyzing Edge Requests to help you understand bot activity to your projects:Additionally, the Edge Requests dashboard in Observability now displays verification badges next to bot names.All users can view bot verification badge while Observability Plus subscribers can query this data at no extra cost. or learn more about and .Try it outObservabilityObservability PlusRead moreIdentify specific botsBot name: Group bots by typeBot category: Distinguish between verified, spoofed, and unverifiable botsBot verified:
2ヶ月前
記事のアイキャッチ画像
Collaborating with Anthropic on Claude Sonnet 4.5 to power intelligent coding agents
Vercel News
Claude Sonnet 4.5 is now available on with full support in . We’ve been testing the model in v0, across our Next.js build pipelines, and inside our new Coding Agent Platform template. The model shows improvements in design sensibility and code quality, with measurable gains when building and linting Next.js applications.Vercel AI GatewayAI SDKClaude Sonnet 4.5 builds on Anthropic's strengths in reasoning and coding. When paired with the , it powers a new class of developer workflows where AI can plan, execute, and ship changes safely inside your repositories.Vercel AI CloudRead more
2ヶ月前
記事のアイキャッチ画像
Node.js Vercel Functions now support per-path request cancellation
Vercel News
can now detect when a request is cancelled and stop execution before completion. This is configurable on a per-path basis, and includes actions like navigating away, closing a tab, or hitting stop on an AI chat to terminate compute processing early.Vercel Functions using Node.jsThis reduces unnecessary compute, token generation, and sending data the user would never see.To enable cancellation, add to your configuration. You can apply it to specific paths or all functions:"supportsCancellation": truevercel.jsonOnce enabled, you can listen for cancellation using or the event:Request.signal.abortedabortIf you’re using the , forward the to your stream:AI SDKabortSignalLearn more about .cancelling Function requestsRead more
2ヶ月前
記事のアイキャッチ画像
Preventing the stampede: Request collapsing in the Vercel CDN
Vercel News
When you deploy a Next.js app with (ISR), pages get regenerated on-demand after their cache expires. ISR lets you get the performance benefits of static generation while keeping your content fresh.Incremental Static RegenerationBut there's a problem. When many users request the same ISR route at once and the cache is expired, each request can trigger its own function invocation. This is called a "cache stampede." It wastes compute, overloads your backend, and can cause downtime.The Vercel CDN now prevents this with . When multiple requests hit the same uncached path, only one request per region invokes a function. The rest wait and get the cached response.request collapsingVercel automatically infers cacheability for each request through framework-defined infrastructure, configuring our globally distributed router. No manual configuration needed.Read more
2ヶ月前
記事のアイキャッチ画像
Vercel Domains overhauled with instant search and at-cost pricing
Vercel News
We’ve rebuilt end to end, making it faster, simpler, and more affordable to find and buy the right domain for your project.Vercel DomainsThis update makes Vercel Domains the fastest way to claim a name and get to production. As part of the overhaul, we’ve partnered with as our upstream registrar, delivering better pricing and reliability.name.comAn upcoming blog will share how we built this speed using structured concurrency, layered caching, Bloom filters, and partitioned batching.Try it now at .vercel.com/domainsRead more: Look up domains instantly, even when you’re not signed in.Search without login: Domains are offered at registrar cost, with savings up to 50% on popular TLDs.At-cost pricing Availability and pricing surface instantly, with no upsells or unnecessary add-ons.Transparent results:: Real-time, streaming results show availability and premium status instantly.Fastest search on the web: Support for more registries so every project can find the right home.Expanded TLD cover
2ヶ月前
記事のアイキャッチ画像
Zero-configuration FastAPI backends
Vercel News
, a modern, high-performance, web framework for building APIs with , is now supported with zero-configuration.FastAPIPythonVercel's now recognizes and deeply understands FastAPI applications. This update removes the need for redirects in or using the folder. framework-defined infrastructurevercel.json/apiBackends on Vercel use with by default. This means your FastAPI app will automatically scale up and down based on traffic, and you only pay for what you use. Fluid computeActive CPU pricing or visit the .Deploy FastAPI on VercelFastAPI on Vercel documentationRead more
2ヶ月前
記事のアイキャッチ画像
Request collapsing for ISR cache misses
Vercel News
The Vercel CDN now prevents cache stampedes through on an expired page into a single function invocation per region. Without collapsing, simultaneous requests each trigger regeneration, wasting compute and overloading backends. With collapsing, one request regenerates the page while others wait and return the cached result.request collapsingIncremental Static Regeneration (ISR)This improves reliability, reduces backend load, and saves significant compute at scale.The feature is applied automatically for cacheable routes. Cacheability is inferred from framework metadata, so no configuration is required.Implementation details are available in the .Preventing the stampede: Request collapsing in the Vercel CDN blog postRead more
2ヶ月前
記事のアイキャッチ画像
Query data on external API requests in Vercel Observability
Vercel News
Observability Plus now supports querying and visualizing external API requests.Observability Plus's allows customers to explore their Vercel data and visualize traffic, performance, and other key metrics. You can now author custom queries on request counts or time to first byte (TTFB) for external API calls, such as requests to an AI provider.query builderfetchTTFB queries include breakdowns by average, min, max, p75, p90, p95, and p99. You can also filter or group results by to focus on specific APIs.request hostnameThe query builder is available to Pro and Enterprise teams using Observability Plus.Learn more about and .ObservabilityObservability PlusRead more
2ヶ月前
記事のアイキャッチ画像
Claimed deployments now include third-party resources
Vercel News
AI platforms, coding tools, and workflow apps can now create projects on Vercel that users can later claim as their own, transferring deployment ownership together with any resources by third-party providers.How it works:This is available today through , the first Vercel Marketplace provider to support instant deployment. Prisma customers can now spin up a database and a Vercel-hosted app together as a single, bundled stack.PrismaWe’re expanding this flow to more Marketplace providers so they can pair their products, such as authentication, observability, and workflow services, with Vercel deployments through one-click claiming.Check out our and to learn more.Claim Deployments live demodocumentationRead moreInstant deployment: Any third-party can use the to create a project, deploy an application, and attach a resource store (such as a database).Vercel API Claim and transfer: When a user claims the Vercel deployment, the attached resources automatically move with it. Full ownership of
2ヶ月前
記事のアイキャッチ画像
BotID uncovers hidden SEO poisoning
Vercel News
Your traffic is spiking and you spot suspicious bot activity in your logs. You deploy expecting to find malicious scrapers, but the results show verified Google bots. Normal crawlers doing their job. But then you notice what they're actually searching for on your site. Queries that have nothing to do with your business. What do you do?BotIDThis exact scenario recently played out at one of the largest financial institutions in the world. What they discovered was a years-old SEO attack still generating suspicious traffic patterns.Read more
2ヶ月前
記事のアイキャッチ画像
Anomaly alerts now include error spikes
Vercel News
Enterprise customers with can now be alerted when error events deviate from normal behavior, helping teams catch issues earlier.Observability PlusThe system automatically detects and groups abnormal error patterns, such as sudden spikes in 5XX responses on a specific route. Alert detail pages include relevant log lines, making it easier to investigate and resolve the underlying cause.Error anomaly detection, joining anomaly alerts for unusual app metric usage, is available in limited beta for Enterprise customers with Observability Plus or learn more about .Try it outAlertsIf you have feedback or questions, drop them in the .Vercel Community threadRead more
2ヶ月前
記事のアイキャッチ画像
Filter deployments by author
Vercel News
You can now filter deployments in the dashboard by author, using username, email, or Git username. Filters persist in the URL, making it easy to share filtered views with your team.See now in your .project's deploymentsRead more
2ヶ月前
記事のアイキャッチ画像
How we made global routing faster with Bloom filters
Vercel News
Recently, we shipped an optimization to our global routing service that reduced its memory usage by 15%, improved time-to-first-byte (TTFB) from the 75th percentile and above by 10%, and significantly improved routing speeds for websites with many static paths.A small number of websites, with hundreds of thousands of static paths, were creating a bottleneck that slowed down our entire routing service. By replacing a slow JSON parsing operation with a Bloom filter, we brought path lookup latency down to nearly zero and improved performance for everyone.Read more
2ヶ月前
記事のアイキャッチ画像
Observability Plus replacing legacy Monitoring
Vercel News
Observability Plus will be replacing the legacy Monitoring subscription for authoring custom queries on Vercel data. With Observability Plus, you have access to an expanded data set and more options for visualizing your Vercel data than was possible with legacy Monitoring. Observability Plus also allows you to save queries and visualizations to Notebooks to share insights and collaborate with team members.Monitoring will be sunset for Pro customers at the end date of their billing cycle in November.For Pro customers still subscribed to the legacy Monitoring SKU, we recommend subscribing to Observability Plus before their November billing cycle to continue to access custom queries on their Vercel data. Pro customers who have already subscribed to Observability Plus do not need to take any action. Learn more about. authoring custom queries with Observability PlusRead more
2ヶ月前
記事のアイキャッチ画像
What you need to know about vibe coding
Vercel News
In February 2025, Andrej Karpathy the term a new way of coding with AI, “[where] you fully give in to the vibes, embrace exponentials, and forget that the code even exists.”introducedvibe coding: Just months later, vibe coding is completely reshaping how developers and non-developers work. of U.S. developers use AI coding tools, adoption is accelerating for other roles, and English has become the fastest growing programming language in the world.Over 90%We explore this shift in detail in our new . Here are a few of the key takeaways. State of Vibe CodingRead more
2ヶ月前
記事のアイキャッチ画像
Scale to one: How Fluid solves cold starts
Vercel News
Cold starts have long been the Achilles’ heel of traditional serverless. It’s not just the delay itself, but the delay happens. Cold starts happen when someone new discovers your app, when traffic is just starting to pick up, or during those critical first interactions that shape whether people stick around or convert.whenTraditional serverless platforms shut down inactive instances after a few minutes to save costs. But then when traffic returns, users are met with slow load times while new instances spin up. This is where developers would normally have to make a choice. Save money at the expense of unpredictable performance, or pay for always-on servers that increase costs and slow down scalability.But what if you didn't have to choose? That’s why we built a better way.Powered by , Vercel delivers If they do happen, they are faster and shorter-lived than on a traditional serverless platform.Fluid computezero cold starts for 99.37% of all requests. Fewer than one request in a hundred
2ヶ月前
記事のアイキャッチ画像
AI code reviews by Vercel Agent now in Public Beta
Vercel News
Vercel Agent can now conduct code reviews, with validated suggestions that address issues across correctness, security, and performance.These reviews are fully codebase-aware, looking beyond the diff to any relevant files. Proposed patches are generated and validated in Vercel Sandboxes before they ever reach your PR.Key features also include:Available in public beta for all Pro and Enterprise teams, pricing is fully usage based with a $100 Vercel Agent credit.Try it for free in the , read more in the , or in Vercel Community.new Agent dashboarddocsprovide feedbackRead moreOptimizations for frameworks like Next.js, React, Nuxt, and Svelte, with support for TypeScript, Python, Go, and moreHigh-signal, inline comments for human review including diffs, analysis, and reproduction steps for transparencyIn-dashboard Observability for metrics like files read, review time, cost, and moreConfiguration options to review all, public, or private repositories, and skip draft PRs
2ヶ月前
記事のアイキャッチ画像
Addressing security and quality issues with MCP tools in AI Agent
Vercel News
Model Context Protocol (MCP) is emerging as a standard protocol for federating tool calls between agents. Enterprises are starting to adopt MCP as a type of microservice architecture for teams to reuse each other's tools across different AI applications.But there are real risks with using MCP tools in production agents. Tool names, descriptions, and argument schemas become part of your agent's prompt and can change unexpectedly without warning. This can lead to security, cost, and quality issues even when the upstream MCP server has not been compromised or is not intentionally malicious.We built to reduce these issues. It is a CLI that generates static AI SDK tool definitions from any MCP server. Definitions become part of your codebase, so they only change when you explicitly update them. mcp-to-ai-sdkRead more
2ヶ月前
記事のアイキャッチ画像
AI agents at scale: Rox’s Vercel-powered revenue operating system
Vercel News
is building the next-generation revenue operating system. By deploying intelligent AI agents that can research, prospect, and engage on behalf of sellers, Rox helps enterprises manage and grow revenue faster.RoxFrom day one, Rox has built their applications on Vercel. With Vercel's infrastructure powering their web applications, Rox ships faster, scales globally, and delivers consistently fast experiences to every customer.Read more
2ヶ月前
記事のアイキャッチ画像
Shai-Halud Supply Chain Campaign — Expanded Impact & Vercel Response
Vercel News
SummaryImpact to Vercel CustomersWhat We DidWhat We’re Watching & DoingRecommendations for Vercel UsersTimelineReferencesThe supply chain campaign has escalated. What began with the Qix compromise affecting ~18 core npm packages (, , , etc.) has since spread:Shai-Haludchalkdebugansi-stylesRead moreOver 40 additional packages attacked via the Tinycolor “worm” vector.The CrowdStrike / namespace was also compromised, with multiple trojanized releases.crowdstrike-publisherThe DuckDB maintainer account () published malicious versions matching the same wallet-drainer malware used in the Qix incidents. No Vercel customers were impacted in that DuckDB subset.duckdb_adminWe identified Vercel customer projects whose builds depended (directly or transitively) on the compromised package versions.a small set of 10Impacted customers have been notified and provided with project-level guidance.In the DuckDB incident, no Vercel customer build was affected.Working closely with npm, open-source maintaine
2ヶ月前
記事のアイキャッチ画像
Builds now start up to 30% faster
Vercel News
The build cache stores files from previous builds to speed up future ones. We've improved its performance by downloading parts of the cache in parallel using a worker pool.This decreased the build initialization time by , reducing build times by up to 7 seconds for all plans.30% on averageThis is enabled automatically for all new builds and adds to the previously launched.build initialization improvementsLearn more about .builds on VercelRead more
2ヶ月前
記事のアイキャッチ画像
Helly Hansen migrated to Vercel and drove 80% Black Friday growth
Vercel News
Founded in 1877, Helly Hansen is a global leader in technical apparel, but its digital experience wasn't living up to its legacy. Operating across 38 global markets with multiple brands (including , , and ), the company was being held back by an outdated tech stack that slowed site speeds and frustrated customers.HellyHansen.comHHWorkwear.comMusto.comThrough an incremental migration to Next.js and Vercel, Helly Hansen improved Core Web Vitals from red to green, increased developer agility, and delivered a record-breaking Black Friday Cyber Monday, building a foundation for future innovation. Read more
2ヶ月前
記事のアイキャッチ画像
Introducing Vercel Drains: Complete observability data, anywhere
Vercel News
Vercel Log Drains are now Vercel Drains.Why? They’re not just for logs anymore, as you can now also export OpenTelemetry traces, Web Analytics events, and Speed Insights metrics.Drains give you a single way to stream observability data out of Vercel and into the systems your team already rely on.Read more
2ヶ月前
記事のアイキャッチ画像
Updated defaults for deployment retention
Vercel News
Starting October 15, 2025, Vercel will update the default deployment retention policy for all projects currently using the legacy “unlimited” setting:Projects with a will not be affected. Additionally, before October 15, the "unlimited" option will become unavailable when modifying retention policies.custom deployment retention settingTeam owners can configure a default retention policy to be applied to any new projects created under the team on . This policy can also be easily applied to all existing projects.Teams > Security & Privacy > Deployment Retention PolicyNote that your 10 most recent production deployments and any currently aliased deployment will never be deleted, regardless of age.Learn more about. Deployment RetentionRead moreCanceled Deployments - ,with a maximum of 30 days 1 year.Errored Deployments - ,with a maximum of3 months 1 year. Pre-Production Deployments - , with a maximum of6 months 3 years. Production Deployments - , with a maximum of 1 year3 years.
2ヶ月前
記事のアイキャッチ画像
Introducing x402-mcp: Open protocol payments for MCP tools
Vercel News
AI agents are improving at handling complex tasks, but a recurring limitation emerges when they need to access paid external services. The current model requires pre-registering with every API, managing keys, and maintaining separate billing relationships. This workflow breaks down if an agent needs to autonomously discover and interact with new services. is an open protocol that addresses this by adding payment directly into HTTP requests. It uses the to let any API endpoint request payment without prior account setup.x402402 Payment Required status codeWe built to integrate x402 payments with Model Context Protocol (MCP) servers and the Vercel AI SDK.x402-mcpRead more
2ヶ月前
記事のアイキャッチ画像
Qwen3-Next models are now supported in Vercel AI Gateway
Vercel News
You can now access , two ultra-efficient models from , designed to activate only 3B parameters, using Vercel's with no other provider accounts required.Qwen3 NextQwenLMAI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to :alibaba/qwen3-next-80b-a3b-thinkingIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about and access the model . AI GatewayhereRead more
2ヶ月前
記事のアイキャッチ画像
402-mcp enables x402 payments in MCP
Vercel News
Introducing , a library that integrates with the AI SDK to bring paywalls to Model Context Protocol (MCP) servers to let agents discover and call pay for MCP tools easily and securely.x402-mcpx402With x402-mcp, you can define MCP servers with that require payment to run, enabling account-less, low-latency, anonymous payments directly in AI workflows. Payments confirm in ~100–200ms, with fees under $0.01 and support for minimums under $0.001.paidToolsGetting started is easy, here's how you can define a paid tool:And integrating with AI SDK MCP Clients takes just one function to enable payments:Read more about or try our full stack .x402x402 AI Starter KitRead more
2ヶ月前
記事のアイキャッチ画像
New Vercel CLI login flow
Vercel News
The command now uses the industry-standard , making authentication more secure and intuitive. You can sign in from any browser-capable device.vercel loginOAuth 2.0 Device FlowWhen approving a login, be sure to verify the location, IP, and request time before granting access to your Vercel account.Email-based login () and flags such as , , , , and are deprecated. Beginning , these methods will no longer be supported.vercel login [email protected] 1, 2026Upgrade today with npm i vercel@latestLearn more in the .docsRead more
2ヶ月前
記事のアイキャッチ画像
LongCat-Flash Chat model is now supported in Vercel AI Gateway
Vercel News
You can now access LongCat Flash Chat, a new model from Meituan focused on agentic tool use, using Vercel with no other provider accounts required. The model dynamically activates parameters, based on contextual demands.AI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to :meituan/longcat-flash-chatIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about and access the model . AI GatewayhereRead more
2ヶ月前
記事のアイキャッチ画像
MongoDB Atlas is now available on the Vercel Marketplace
Vercel News
is now available on the Vercel Marketplace. Developers can now provision a fully managed MongoDB database directly from your Vercel dashboard and connect it to your project without leaving the platform.MongoDB Atlas Adding a database to your project typically means managing another account, working through connection setup, and coordinating billing across services. The Vercel Marketplace brings these tools into your existing workflow, so you can focus on building rather than configuring.Read more
2ヶ月前
記事のアイキャッチ画像
ChatGPT can now integrate with Vercel MCP
Vercel News
You can now use ChatGPT with our official Model Context Protocol (MCP) server. For security, Vercel MCP currently supports AI clients that have been reviewed and approved by Vercel.Vercel MCP,Connectors within ChatGPT are available in on the web.beta to Pro and Plus accountsFollow the steps below to set up Vercel as a connector within ChatGPT:You should now be able to select Vercel as a connector in chats.Developer ModeWith Vercel MCP you can give agents , , and more.access to protected deploymentsanalyze build logsRead more about using .AI tools with Vercel MCPRead more Go to → Advanced → Developer mode.Enable developer mode:Settings → ConnectorsAdd Vercel MCPOpen ChatGPT settingsIn the Connectorstab, click CreateName: VercelMCP server URL: . https://mcp.vercel.comAuthentication: OAuthClick Create
2ヶ月前
記事のアイキャッチ画像
MongoDB Atlas joins the Vercel Marketplace
Vercel News
You can now provision directly from the Vercel Marketplace.MongoDB Atlas Spin up a fully managed MongoDB Atlas database, connect it to you Vercel project, and start building without leaving the Vercel dashboard.This MongoDB Atlas native integration provides:This integration removes the friction of switching between dashboards or managing complex setup, giving developers a fast, modern data layer to power web and AI applications on Vercel. Get started with on the Vercel Marketplace, available to customers on all plans.MongoDB AtlasLearn more in the and deploy the on Vercel.blog postMongoDB Atlas Forum templateRead moreA flexible document model for structured and unstructured dataBuilt-in search, including vector and semantic searchHorizontal scaling with replica sets and shardingFree, pre-provisioned, or serverless deployment options
2ヶ月前
記事のアイキャッチ画像
Vercel Sandbox maximum duration extended to 5 hours
Vercel News
can now run Vercel Sandboxes for up to 5 hours (up from 45 minutes).Pro and Enterprise teamsThis new max duration unlocks workloads that require longer runtimes, such as large-scale data processing, end-to-end testing pipelines, and long-lived agentic workflows. now and learn more in the .Get started with SandboxdocsRead more
2ヶ月前
記事のアイキャッチ画像
The second wave of MCP: Building for LLMs, not developers
Vercel News
When the MCP standard first launched, many teams rushed to ship something. Many servers ended up as thin wrappers around existing APIs with minimal changes. A quick way to say "we support MCP".At the time, this made sense. MCP was new, teams wanted to get something out quickly, and the obvious approach was mirroring existing API structures. Why reinvent when you could repackage?But the problem with this approach is LLMs don’t work like developers. They don’t reuse past code or keep long term state. Each conversation starts fresh. LLMs have to rediscover which tools exist, how to use them, and in what order. With low level API wrappers, this leads to repeated orchestration, inconsistent behavior, and wasted effort as LLMs repeatedly solve the same puzzles.MCP works best when tools handle complete user intentions rather than exposing individual API operations. One tool that deploys a project end-to-end works better than four tools that each handle a piece of the deployment pipeline.Read
2ヶ月前
記事のアイキャッチ画像
A more flexible Pro plan for modern teams
Vercel News
We’re updating Vercel’s Pro plan to better align with how modern teams collaborate, how applications consume infrastructure, and how workloads are evolving with AI. Concretely, we’re making the following changes:Read more
2ヶ月前
記事のアイキャッチ画像
HIPAA BAAs are now available to Pro teams
Vercel News
Pro teams can now enter into a Business Associate Agreement (BAA) to support HIPAA-compliant workloads on Vercel. The BAA is available self-serve through the dashboard with no Enterprise contract required.Vercel supports HIPAA compliance as a business associate by implementing technical and organizational safeguards, conducting annual audits, and offering breach notification in line with HIPAA requirements. Compliance is a shared responsibility between you and Vercel. Teams are responsible for configuring security features, managing access, and validating third-party services.This update makes it easier for healthcare-focused applications to meet regulatory obligations without upgrading to Enterprise.Read more about other and .updates to Proswitch to the new Pro pricingRead moreFrequently asked questions:
2ヶ月前
記事のアイキャッチ画像
No build queues: On-demand concurrent builds now on by default
Vercel News
Teams on the new Pro pricing model will now have on-demand concurrent builds enabled by default. This ensures builds across projects start immediately without waiting in a queue, except when multiple builds target the same Git branch.You can manage this setting at any time using the , even if your team is not yet on the new Pro pricing model.new bulk enable featureLearn more in the read more about the , and .documentationupdates to Proswitch to the new Pro pricingRead more
2ヶ月前
記事のアイキャッチ画像
Spend Management now enabled by default on Pro
Vercel News
Spend Management is now enabled for new Pro teams, and will be enabled by default for existing teams when they switch to the new pricing model.All Pro teams will have a budget set by default based on any previous usage, if any, and any teams with existing budgets will be unaffected. This can be changed at any time in . spend management settingsEmail alerts will be sent when nearing the spend threshold based on your on-demand spend. This can be changed at any time here. This new default ensures you receive proactive cost signals to manage your spend. Your deployments will continue without interruption unless a hard limit is manually configured.Read more about the and .updates to Proswitch to the new Pro pricingRead more
2ヶ月前
記事のアイキャッチ画像
Free Viewer seats now available on Pro
Vercel News
Pro teams can now add unlimited Viewer seats at no additional charge so team members can collaborate more flexibly and cost-efficiently.Viewers can access project dashboards, deployments, analytics, and more, but can’t see sensitive data, deploy, or change production settings. This is ideal for any team members looking to collaborate via access to the dashboard and preview deployments.Previously, all seats on Pro were paid. Moving forward, you can add two main types of seats:Viewers can easily request an upgrade from team owners directly in the dashboard.Read more about the and .updates to Proswitch to the new Pro pricingRead more: Team members that deploy, debug, and configure. These seats remain $20.Developer seats (Owner, Member): Team members that do not deploy. These seats are free.Viewer seats
2ヶ月前
記事のアイキャッチ画像
Included Pro usage is now credit-based
Vercel News
The Pro plan now includes $20 in monthly usage credit instead of fixed allocations across metrics like data transfer, compute, caching, and more. This plan update replaces static usage buckets with a more flexible system that adapts to your workload.In addition to the above, the new Pro pricing model includes:Read more about the and .updates to Proswitch to the new Pro pricingRead moreFree viewer seatsSelf-serve enterprise features like and SAML SSOHIPAA BAABetter Spend Management, enabled by default
2ヶ月前
記事のアイキャッチ画像
Critical npm supply chain attack response - September 8, 2025
Vercel News
On September 9, 2025, the campaign extended to DuckDB-related packages after the account was breached. These releases contained the same wallet-drainer malware, confirming this was part of a coordinated effort targeting prominent npm maintainers.duckdb_adminWhile Vercel customers were not impacted by the DuckDB incident, we continue to track activity across the npm ecosystem with our partners to ensure deployments on Vercel remain secure by default.Read more
2ヶ月前
記事のアイキャッチ画像
Package installation for v0 builds is now ~70% faster.
Vercel News
Average npm install time for v0 builds dropped from 5s to 1.5s by optimizing how dependencies are resolved and cached during build execution.This is in addition to a recent improvement to , with more improvements in progress to further reduce installation and overall build time.time-to-start for v0 buildsDeploy today on .v0.appRead more
2ヶ月前
記事のアイキャッチ画像
AI SDK and AI Gateway now integrated in GitHub Actions
Vercel News
You can now use the to access the and , generating text or structured JSON directly in your workflows by specifying a , , and .vercel/ai-action@v2promptmodelapi-keyGitHub ActionAI SDKAI GatewayThis integration enables new AI powered use cases for Github Actions, like summarizing what made it into a release, a light PR code review, comment moderation, or finding duplicate or relevant issues. For example, you can use it to triage issues like:Learn more and see examples in the or .Github Actions marketplaceview the source codeRead more
2ヶ月前
記事のアイキャッチ画像
Bulk enable on-demand concurrent builds across projects
Vercel News
Pro teams can now remove build queues across all projects with by bulk enabling .just one clickon-demand concurrent buildsOn-demand concurrency scales build compute capacity dynamically, so all builds for a project start as soon as they are requested, except when multiple builds target the same Git branch.To get started, to:visit your Pro team's billing settingsLearn more in the . documentationRead moreEnable or disable for all existing projectsSearch and pick specific projects where it should be active
2ヶ月前
記事のアイキャッチ画像
Vercel Functions now support graceful shutdown
Vercel News
Vercel Functions running on Node.js and Python runtimes now support graceful shutdown, giving you up to 500 milliseconds to run cleanup tasks before termination.When a function is terminated, such as during scale-down, the runtime receives a signal. You can now use this signal to run cleanup tasks like closing database connections or flushing external logs.SIGTERMLearn more about the .SIGTERM signalRead more
2ヶ月前
記事のアイキャッチ画像
Export traces, web analytics events, and speed insights datapoints to any destination
Vercel News
Users can export , events, and data points from Vercel to any third-party tool. We’ve expanded our Log Drains infrastructure, enabling users to stream more raw data out of Vercel and into external systems.OpenTelemetry tracesWeb AnalyticsSpeed InsightsWith , users can configure custom HTTP endpoints to receive data in multiple encodings — JSON, NDJSON, or Protobuf.Vercel DrainsPro and Enterprise teams can export data to external systems at the same rate.$0.50 per GB or learn more about .Try it outVercel DrainsRead more
3ヶ月前
記事のアイキャッチ画像
Zero-configuration Express backends
Vercel News
Express, a fast, unopinionated, minimalist web framework for , is now supported with zero-configuration.Node.jsVercel's now recognizes and deeply understands Express applications. framework-defined infrastructureThis update removes the need for redirects in vercel.json or using the /api folder. or .Deploy Express on Vercelvisit the Express on Vercel documentationRead more
3ヶ月前
記事のアイキャッチ画像
Stress testing Biome's noFloatingPromises lint rule
Vercel News
Recently we with the team to strengthen their to catch more subtle edge cases. This rule prevents unhandled Promises, which can cause silent errors and unpredictable behavior. Once Biome had an early version ready, they asked if we could help stress test it with some test cases.partneredBiomelint rulenoFloatingPromisesAt Vercel, we know good tests require creativity just as much as attention to detail. To ensure strong coverage, we wanted to stretch the rule to its limits and so we thought it would be fun to turn this into a friendly internal competition. Who could come up with the trickiest examples that would still break the updated lint rule?Part of the fun was learning together, but before we dive into the snippets, let’s revisit what makes a Promise “float”.Read more
3ヶ月前
記事のアイキャッチ画像
Moonshot AI's Kimi K2 0905 model is now supported in Vercel AI Gateway
Vercel News
You can now access , a new model from focused on agentic coding with a 256K context window, using Vercel with no other provider accounts required.Kimi K2 0905Moonshot AIAI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to :moonshotai/kimi-k2-0905Includes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingTo deliver high performance to Kimi K2, AI Gateway leverages multiple model providers under the hood, including direct to Moonshot AI, Groq, and Fireworks AI.Learn more about .AI GatewayRead more
3ヶ月前
記事のアイキャッチ画像
Open SDK strategy
Vercel News
At Vercel, our relationship with open source is foundational. We do not build open source software to make money. Rather, we’re building an enduring business that enables us to continue developing great open source software. We believe in improving the default quality of software for everyone, everywhere, whether they are Vercel customers or not. A rising tide lifts all boats.Read more
3ヶ月前
記事のアイキャッチ画像
CVE-2025-57822
Vercel News
SummaryImpactResolutionWorkaroundsCreditReferencesA vulnerability affecting has been addressed. It impacted versions prior to and , and involved a risk introduced by misconfigured usage of the function within middleware. Applications that reflected a user's request headers in this function, rather than passing them through the object, could unintentionally allow the server to issue requests to attacker-controlled destinations. Next.js Middlewarev14.2.32v15.4.7Server-Side Request Forgery (SSRF)NextResponse.next()requestA patch applied on August 25th, 2025 eliminated exposure for Vercel customers running the affected versions.In affected configurations, an attacker could:This issue is exploitable in self-hosted deployments where developers use custom middleware logic and do not adhere to documented usage of . It is on Vercel infrastructure, which isolates and protects internal request behavior.NextResponse.next({ request })not exploitableThe issue was resolved by updating the internal mi
3ヶ月前
記事のアイキャッチ画像
CVE-2025-55173
Vercel News
SummaryImpactResolutionCreditReferencesA vulnerability affecting has been addressed. It impacted versions prior to and , and involved a scenario where attacker-controlled external image servers could serve crafted responses that result in arbitrary file downloads with attacker-defined filenames and content.Next.js Image Optimizationv15.4.5v14.2.31Your Vercel deployments are safe by default. A patch applied on July 29th, 2025 eliminated exposure for all Vercel-hosted customers. Self-hosted deployments should upgrade to v15.4.5 or v14.2.31 to remediate the issue.Under certain configurations ( or permissive ), a malicious actor could:images.domainsimages.remotePatternsThis issue requires that:The issue was resolved by updating the image optimizer logic to avoid falling back to the upstream’s header when magic number detection fails. This ensures that responses are only cached when confidently identified as image content and do not mistakenly reuse cache keys for user-specific responses.Co
3ヶ月前
記事のアイキャッチ画像
CVE-2025-57752
Vercel News
SummaryImpactResolutionCreditReferencesA vulnerability affecting has been addressed. It impacted versions prior to and , and involved a cache poisoning issue that caused sensitive image responses from API routes to be cached and subsequently served to unauthorized users.Next.js Image Optimizationv15.4.5v14.2.31Vercel deployments were never impacted by this vulnerability. When API routes are used to return image content that varies based on headers (e.g., , ), and those images are passed through Next.js Image Optimization, the optimized image may be cached without including those request headers as part of the cache key. This can lead to:CookieAuthorizationThis issue arises without user interaction and requires no elevated privileges, only a prior authorized request to populate the cache.The issue was resolved by ensuring request headers aren’t forwarded to the request that is proxied to the image endpoint. This ensures that the image endpoint cannot be used to serve images that require
3ヶ月前
記事のアイキャッチ画像
Preparing for the worst: Our core database failover test
Vercel News
Many engineering teams have disaster recovery plans. But unless those plans are regularly exercised on production workloads, they don’t mean much. Real resilience comes from verifying that systems remain stable under pressure. Not just in theory, but in practice.On July 24, 2025, we successfully performed a full production failover of our core control-plane database from Azure West US to East US 2 with zero customer impact.This was a test across all control-plane traffic: every API request, every background job, every deployment and build operation. Preview and development traffic routing was affected, though our production CDN traffic, served by a separate globally-replicated DynamoDB architecture, remained completely isolated and unaffected across our 19 regions.This operation was a deliberate, high-stakes exercise. We wanted to ensure that if the primary region became unavailable, our systems could continue functioning with minimal disruption. The result: a successful failover with
3ヶ月前
記事のアイキャッチ画像
s1ngularity: supply chain attack in Nx packages
Vercel News
Threat actors published modified versions of the Nx package and some of its supporting libraries to the npm registry with the goal of exfiltrating developer and service credentials. to check if your local or other CI environments are impacted.Builds on Vercel are safe from this vulnerability by default.Visit the GitHub advisoryA malicious version of the Nx package and some Nx ecosystem libraries were published to the npm registry using a stolen npm token, starting at 6:32 PM EDT on August 26, 2025. The compromised packages were removed from the npm registry by the Nx team, ending at 10:44 PM EDT on the same day. The affected packages contained a script that scanned the user's file system using an LLM to exfiltrate secrets and credentials when installing an affected package. Exfiltrated secrets were posted as an encoded string into a GitHub repo that the script would create in the victim's GitHub account. For more information, .postinstallvisit the advisory on GitHub from the Nx teamBy
3ヶ月前
記事のアイキャッチ画像
Anomaly alerts now in limited beta for Enterprise customers
Vercel News
Enterprise customers can now receive alerts when anomalies are detected in their applications, in order to quickly identify and mitigate issues.Alerts are available in limited beta for Enterprise customers with . Observability Plus or learn more about .Try it outAlertsRead more: Automatically identifies unusual patterns in your application metrics.Anomaly detection: Subscribe to alerts and route them into your existing monitoring systems.Webhook integration: Get alerts delivered directly to your team channels.Slack notifications
3ヶ月前
記事のアイキャッチ画像
Deploy Slack's Bolt.js to Vercel with @vercel/slack-bolt
Vercel News
We've published , our official adapter for deploying Slack's to Vercel's AI Cloud.@vercel/slack-boltBolt for JavaScriptBolt provides a type-safe library for responding to Slack webhook events. However, Slack's API requires a response within three seconds or users are faced with timeouts. This has made it hard to build Slack agents on traditional serverless platforms.Our adapter uses streaming and to acknowledge responses within Slack’s deadline while your agent continues working in the background.Fluid compute’swaitUntilThis adapter works with any function or framework using the Web API Request object such as Hono, Nitro or Next.js.Get started with our today or .Slack Agent Templatevisit the library on npmRead more
3ヶ月前
記事のアイキャッチ画像
SAML SSO is now available to Pro teams
Vercel News
is now available as an add-on to all Pro teams and can be configured directly in the dashboard. This includes support for major identity providers like Okta, Azure AD, and Google Workspace.SAML-based Single Sign-On (SAML SSO)Previously limited to Enterprise plans, SAML SSO on Pro enables secure, centralized access control without requiring a contract.Read more about other and .updates to Proswitch to the new Pro pricingRead more
3ヶ月前
記事のアイキャッチ画像
30-day runtime log retention, now available in Observability Plus
Vercel News
Teams with Observability Plus now have 30 days of runtime log retention. These logs include detail about requests, and Routing Middleware invocations, cache activity, and more.Vercel FunctionsYou can view, query, inspect, and share up to 14 consecutive days of log data at once.This extended retention is available at no additional cost for Pro and Enterprise plans with Observability Plus enabled. or learn more about .Try it outRuntime LogsRead more
3ヶ月前
記事のアイキャッチ画像
Devin, Raycast, Windsurf, and Goose now supported on Vercel MCP
Vercel News
You can now use , , , and with our official Model Context Protocol (MCP) server. For security, Vercel MCP currently supports AI clients that have been reviewed and approved by Vercel.DevinRaycastWindsurfGooseVercel MCP,Follow the steps below to get started with each client:With Vercel MCP you can give agents , , and more.access to protected deploymentsanalyze build logsRead more about using .AI tools with Vercel MCPRead moreDevinRaycastWindsurfGooseNavigate to Devin's Settings > MCP MarketplaceSearch for and select the MCPVercelClick InstallRun the commandInstall Server Enter the following details:Name: VercelHTTPTransport: URL: https://mcp.vercel.comClick InstallAdd the snippet below to your filemcp_config.jsonClick for a one-click installation of the Vercel MCP.here
3ヶ月前
記事のアイキャッチ画像
AI-powered prototyping with design systems
Vercel News
Prototyping with AI should feel fast, collaborative, and on brand. Most AI tools have cracked the "fast" and "collaborative" parts, but can struggle with feeling "on-brand". This disconnect usually stems from a lack of context.For to produce output that looks and feels right, it needs to understand your components. That includes how things should look, how they should behave, how they work together, and all of the other nuances.v0Most design systems aren’t built to support that kind of reasoning.However, a design system built for AI enables you to generate brand-aware prototypes that look and feel production ready. Let's look at why giving v0 this context creates on-brand prototypes and how you can get started.Read more
3ヶ月前
記事のアイキャッチ画像
Deploy xmcp servers with zero-configuration
Vercel News
Vercel now supports , a framework for building and shipping MCP servers with TypeScript, with zero-configuration.xmcpxmcp uses file-based routing to create tools for your MCP server.Once you've created a file for your tool, you can use a default export in a way that feels familiar to many other file-based routing frameworks. Below, we create a "greeting" tool.Learn more about in the documentation.deploying xmcp to VercelRead more
3ヶ月前
記事のアイキャッチ画像
AI Gateway: Production-ready reliability for your AI apps
Vercel News
Building an AI app can now take just minutes. With developer tools like the , teams can build both AI frontends and backends that accept prompts and context, reason with an LLM, call actions, and stream back results.AI SDKBut going to production requires reliability and stability at scale. Teams that connect directly to a single LLM provider for inference create a fragile dependency: if that provider goes down or hits rate limits, so does the app. As AI workloads become mission-critical, the focus shifts from integration to reliability and consistent model access. Fortunately, there's a better way to run., now generally available, ensures availability when a provider fails, avoiding low rate limits and providing consistent reliability for AI workloads. It's the same system that has powered for millions of users, now battle-tested, stable, and ready for production for our customers.AI Gatewayv0.appRead more
3ヶ月前
記事のアイキャッチ画像
AI Gateway is now generally available
Vercel News
is now generally available, providing a single unified API to access hundreds of AI models with transparent pricing and built-in observability.AI GatewayWith sub-20ms latency routing across multiple inference providers, AI Gateway delivers:You can use AI Gateway with the or through the OpenAI-compatible endpoint. With the AI SDK, it’s just a simple model string switch.AI SDKGet started with a single API call:Read more about the , learn more about , or .announcementAI Gatewayget started nowRead moreTransparent pricing with no markup on tokens (including Bring Your Own Keys)Automatic failover for higher availabilityHigh rate limitsDetailed cost and usage analytics
3ヶ月前
記事のアイキャッチ画像
Introducing Streamdown: Open source Markdown for AI streaming
Vercel News
Streamdown is a new open source, drop-in Markdown renderer built for AI streaming. It powers the component, but can also be used standalone to give developers a fully composable, independently managed option with .AI ElementsResponsenpm i streamdownStreamdown is designed to handle unterminated chunks, interactive code blocks, math, and other cases that are unreliable with existing Markdown packages.It's available now, and ships with:You can get started with start with AI Elements:Or as a standalone package: and upgrade your AI-powered streaming.Read the docsRead more Preconfigured classes for headings, lists, and code blocksTailwind typography styles: Tables, task lists, and other GFM featuresGitHub Flavored Markdown: Shiki highlighting with built-in copy buttonInteractive code blocks: LaTeX expressions via and KaTeXMath support:remark-math Proper formatting for unterminated Markdown chunksGraceful chunk handling: Safe handling of untrusted content with restricted images and linksSecur
3ヶ月前
記事のアイキャッチ画像
Rethinking prototyping, requirements, and project delivery at Code and Theory
Vercel News
is a digital-first creative and technology agency that blends strategy, design, and engineering. With a team structure split evenly between creatives and engineers, the agency builds systems for global brands like Microsoft, Amazon, and NBC that span media, ecommerce, and enterprise tooling.Code and TheoryWith their focus on delivering expressive, scalable digital experiences, the team uses to shorten the path from idea to working software.v0Read more
3ヶ月前
記事のアイキャッチ画像
<script type="text/llms.txt">
Vercel News
How do you tell an AI agent what it needs to do when it hits a protected page? Most systems rely on external documentation or pre-configured knowledge, but there's a simpler approach.What if the instructions were right there in the HTML response? is an emerging standard for making content such as docs available for direct consumption by AIs. We’re proposing a convention to include such content directly in HTML responses as .llms.txt<script type="text/llms.txt">Read more
3ヶ月前
記事のアイキャッチ画像
Agents can now access protected deployments via Vercel’s MCP server
Vercel News
Two new tools are now available in Vercel’s MCP server:Get started with the .Vercel MCP serverRead moreGenerates a that allows agent tools such as web fetch or Playwright to access deployments protected by . The URL is temporary and grants access without requiring login credentials.get_access_to_vercel_url shareable URLVercel AuthenticationAllows agents to directly fetch content from deployments , even if a normal fetch would return or .web_fetch_vercel_url protected by Vercel Authentication401 Unauthorized403 Forbidden
3ヶ月前
記事のアイキャッチ画像
Node.js Vercel Functions now support fetch web handlers
Vercel News
Vercel Functions running on the Node.js runtime now support the web handlers, improving interoperability across JavaScript runtimes and frameworks. fetchYou can still , if preferred.export individual HTTP methodsLearn more about .fetch web handlers in the docsRead more
3ヶ月前
記事のアイキャッチ画像
If agents are building your app, who gets the W-2?
Vercel News
Autonomous coding agents are not the future. They are already . Agents can now design, build, test, and deploy an entire full-stack feature from front end to back end without a human touching the keyboard.hereThe reality is that while this technology has advanced quickly, Generally Accepted Accounting Principles (GAAP) have not traditionally focused on the cost of tools used in development. Under current U.S. GAAP, you can capitalize certain third-party software costs if they are a direct cost of creating software during the application development stage. Historically, though, developer tools were treated as overhead because their cost could not be directly tied to capitalizable work. Under GAAP, work that meets the criteria should be capitalized. When agents perform that work, they should be treated no differently than salaried engineers.Read more
3ヶ月前
記事のアイキャッチ画像
Native support for SvelteKit's new OpenTelemetry spans
Vercel News
Vercel now directly integrates with 's new server-side OpenTelemetry spans.SvelteKitTo get started, activate experimental tracing in SvelteKit:And create the tracing instrumentation file with the Vercel OpenTelemetry collector:Traces generated during will now include the built-in SvelteKit spans. You can also . See the for more information.tracing sessionsconfigure other collectorsSvelteKit observability docsRead more
3ヶ月前
記事のアイキャッチ画像
Vercel Sandbox increases concurrency and port limits
Vercel News
Pro and Enterprise teams can now run up to 2,000 concurrently (up from 150), with each now able to expose up to 4 ports for external access. Vercel SandboxesThis enables larger traffic spikes for workloads like untrusted code execution, batch jobs, and automated testing, as well as more complex applications with multiple services or protocols running side-by-side.If you need a higher amount of concurrent sandboxes, you can to explore higher limits for your projects.contact our sales teamLearn more in the .Vercel Sandbox docsRead more
3ヶ月前
記事のアイキャッチ画像
Improved fake hardware detection with Vercel BotID
Vercel News
now uses an updated detection model that expands fingerprinting coverage for bespoke headless browsers and simulated device hardware.Vercel BotID Deep Analysis is an invisible CAPTCHA that classifies sophisticated bots without interrupting real users. The new Deep Analysis model enables more accurate identification of stealthy automation frameworks and spoofed hardware profiles in real time.BotIDThese updates take effect immediately for BotID Deep Analysis users with no action required, but we recommend upgrading to the latest [email protected] started with .BotID todayRead more
3ヶ月前
記事のアイキャッチ画像
The three types of AI bot traffic and how to handle them
Vercel News
AI bot traffic is growing across the web. We , and the data reveals three types of AI-driven crawlers that often work independently but together create a discovery flywheel that many teams disrupt without realizing it.track this in real-timeNot all bots are harmful. Crawlers have powered search engines for decades, and we've spent just as long optimizing for them. Now, large language models (LLMs) need training data, and the AI tools built on them need timely, relevant updates. This is the next wave of discoverability and getting it right from the start can determine whether AI becomes a growth channel or a missed opportunity.Blocking AI crawlers today is like blocking search engines in the early days and then wondering why organic traffic vanishes. As users shift from Googling for web pages to prompting for direct answers and cited sources, the advantage will go to sites that understand each type of bot and choose where access creates value.Read more
3ヶ月前
記事のアイキャッチ画像
The real serverless compute to database connection problem, solved
Vercel News
There is a long-standing myth that serverless compute inherently requires more connections to traditional databases. The real issue is not the number of connections needed during normal operation, but that some serverless platforms can leak connections when functions are suspended.In this post, we show why this belief is incorrect, explain the actual cause of the problem, and provide a straightforward, simple-to-use solution.Read more
3ヶ月前
記事のアイキャッチ画像
How Coxwave delivers GenAI value faster with Vercel
Vercel News
helps enterprises build GenAI products that work at scale. With their consulting arm, AX, and their analytics platform, Align, they support some of the world’s most technically sophisticated companies, including Anthropic, Meta, Microsoft, and PwC.CoxwaveSince the company’s founding in 2021, speed has been a defining trait. But speed doesn’t just mean fast models. For Coxwave, it means fast iteration, fast validation, and fast value delivery.To meet that bar, Coxwave reimagined their web app strategy with Next.js and Vercel.Read more
3ヶ月前
記事のアイキャッチ画像
Introducing the Runtime Cache API
Vercel News
You can now access Vercel's .Runtime Cache via APIThe Runtime Cache is an ephemeral cache for storing and retrieving data across , , and within the same region. It supports tag-based invalidation for precise and efficient cache control.FunctionsRouting MiddlewareBuildsYou can get started with the API like this:You can monitor hit rates, invalidation patterns, and storage usage across your applications in the Observability dashboard's Runtime Cache tab.Runtime Cache reads and writes are based on the runtime region. billed regionallyLearn more about .Runtime Cache in the docsRead more
3ヶ月前
記事のアイキャッチ画像
Cutting delivery times in half with v0
Vercel News
is a core platform that helps utility companies manage their financing and compliance, the company works with a wide network of state-level stakeholders. New feature requirements come in fast, often vague, and always critical.Ready.netWith limited design resources supporting three teams, the company needed a way to speed up the loop between ideation, validation, and delivery. That’s where v0 came in.Read more
3ヶ月前
記事のアイキャッチ画像
Claude Sonnet 4 now supports 1M token context in Vercel AI Gateway
Vercel News
You can now leverage with Vercel's with no other provider accounts required. This release from Anthropic enables significantly larger inputs such as full codebases (~75,000+ lines) or large document sets. Claude Sonnet 4's updated 1 million-token context windowAI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to :anthropic/claude-4-sonnetIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingTo deliver high performance and reliability to Claude Sonnet 4, AI Gateway leverages multiple model providers under the hood, including Anthropic and Bedrock.Learn more about and view the .AI Gatewaynew AI Gateway model leaderboardRead more
3ヶ月前
記事のアイキャッチ画像
Auto-recharge available in AI Gateway
Vercel News
now supports automatic credit recharging (top-ups), optionally refilling your balance before it runs out to keep your apps running without interruption.Vercel AI GatewayAuto-recharge is off by default and can be enabled or updated anytime in the or . Set your top-up amount and trigger balance, optionally add a monthly spend limit, and your credits will automatically refill.AI Gateway dashboardteam billing settingsLearn more about .AI GatewayRead more
3ヶ月前
記事のアイキャッチ画像
Vercel's bot verification now supports Web Bot Auth
Vercel News
We collaborated with industry partners to advance the IETF proposal for and supports the new protocol. Now, can use to verify traffic automation from dynamic and distributed sources.Web Bot AuthVercel's bot verification systemBot ProtectionHTTP Message SignaturesVercel maintains a comprehensive and actively curated that are verified by IP, reverse DNS, and now Web Bot Auth, which verifies bots via public-key cryptography in signed headers. This ensures that legitimate automation, like SEO crawlers, performance monitoring tools, and platform-integrated AI bots, can reliably access your site, while spoofed bots are blocked.directory of known botsWeb Bot Auth's asymmetric signature proves the authenticity of the traffic regardless of its network origin, making it ideal for bots running in dynamic or serverless environments.Verified Bots using Web Bot Auth include signed headers to authenticate each request, allowing them to be recognized and allowed through Bot Protection and Challenge Mo
3ヶ月前
記事のアイキャッチ画像
Vercel BotID now leverages Vercel's verified bot directory
Vercel News
Starting in , provides authenticated information for verified bots based on Vercel's . This allows developers to detect verified bots in real time and make programmatic decisions based on bot [email protected]’s Deep Analysis modedirectory of known and verified botsThis allows you to securely allow known bots that are good for your business (such as agentic bots that purchase on behalf of users) while blocking other bots and sophisticated abuse. is an invisible CAPTCHA that classifies sophisticated bots without interrupting real users. With this update, developers using Deep Analysis now get additional context about the bot itself, such as source IP range, reverse DNS, and user-agent validation, helping teams fine-tune how bots are handled before taking action.BotIDGet started with and check out the in BotID.BotIDdocumentation for verified botsRead more
3ヶ月前
記事のアイキャッチ画像
v0.dev -> v0.app
Vercel News
With a single prompt, anyone can go from idea to deployed app with UI, content, backend, and logic included. is now agentic, helping you research, reason, debug, and plan. It can collaborate with you or take on the work end-to-end.v0From product managers writing specs to recruiters launching job boards, v0 is changing how teams operate.Read more
3ヶ月前
記事のアイキャッチ画像
Add context when using Instant Rollback
Vercel News
You can now include a reason when performing an Instant Rollback.This message is visible to your team in the project overview and can include links or notes explaining the rollback. You can also update it at any time.Learn more about .Instant RollbackRead more
3ヶ月前
記事のアイキャッチ画像
Cursor now supported on Vercel MCP
Vercel News
You can now use with Vercel MCP, our official . To ensure secure access, Vercel MCP currently supports AI clients that have been reviewed and approved by Vercel.CursorModel Context Protocol (MCP) serverWith Vercel MCP you can explore projects, inspect failed deployments, fetch logs, and more, now all without leaving Cursor.To connect, either use click or add the following to your :here for a one-click setup.cursor/mcp.jsonOnce added, Cursor will prompt you to log in with your Vercel account.Read more about using .Cursor in Vercel MCPRead more
3ヶ月前
記事のアイキャッチ画像
How Zapier scales product partnerships with v0
Vercel News
Zapier is the leading AI orchestration platform, helping businesses turn intelligent insights into automated actions across nearly 8,000 apps. As AI tools and agents become more capable, Zapier provides the connective tissue to operationalize them, bridging the gap between decision and execution. extends this capability to partners. It enables SaaS and AI companies to embed Zapier’s automation engine directly into their products without needing to build or maintain thousands of integrations in-house. Powered by ZapierBut explaining to partners what that experience can look like in their product was a challenge. Needing to move quickly with finite resources, the Zapier team could take a few weeks to design and build a clickable prototype. Now, with , the Powered by Zapier team can generate high-fidelity demos in just a few hours. The result: better conversations with partners, faster implementation cycles, and more integrations shipped for end users.v0Read more
3ヶ月前
記事のアイキャッチ画像
vlt is now available in builds via zero configuration
Vercel News
Vercel now supports the package manager for builds with zero configuration in builds. vltStarting today, Projects that contain a file will automatically run as the default using .vlt-lock.jsonvlt installvltInstall Command requires node to run and is only available in the modern .vlt20.xbuild imageLearn more about .package manager support on VercelRead more
3ヶ月前
記事のアイキャッチ画像
Bulk upgrade deprecated Node.js versions
Vercel News
Team owners and members can now upgrade all projects using Node.js 18 or earlier to Node.js 22 with one click in the Vercel Dashboard.This updates the . If your project also defines a version in , you'll need to update it manually. Existing deployments are not affected.Node.js version in project settingspackage.json View and upgrade deprecated Node.js projects now.Read more
3ヶ月前
記事のアイキャッチ画像
Improved metrics search in Observability Plus
Vercel News
We’ve improved the metrics search and navigation experience in Vercel Observability, making it faster and easier to build .custom queriesYou can now:These updates are available now for all teams with .Observability Plus or learn more about and .Try it outObservabilityObservability PlusRead moreQuickly find metrics by typing partial names or common abbreviations like for "time to first byte"TTFBBrowse all available metrics for an event in a side-by-side viewUse keyboard shortcuts for faster navigationAccess an optimized interface on mobile devices
3ヶ月前
記事のアイキャッチ画像
Vercel collaborates with OpenAI for GPT-5 launch
Vercel News
The GPT-5 family of models, released today, is now available through and in production on . Thanks to OpenAI, Vercel has been testing these models over the past few weeks in v0, Next.js, AI SDK, andAI Gatewayv0.dev Vercel Sandbox.From our testing, GPT-5 is noticeably better at frontend design than previous models. It generates polished, balanced UIs with clean, composable code. Internally, we’ve already started using GPT-5 for Vercel's in-dashboard Agent and for . GPT-5 shows strong performance in agent-based workflows. We have been impressed with it's long-context reasoning and ability to handle multiple tools in parallel have been especially effective in powering Vercel Agent.v0.dev/gpt-5Read more
3ヶ月前
記事のアイキャッチ画像
Vercel is the only vendor to be recognized as a Visionary in the 2025 Gartner® Magic Quadrant™ for Cloud-Native Application Platforms
Vercel News
At Vercel, we're building the platform that delivers every pixel and token, and powers every frontend, backend, and agent on the web. With more than 4M weekly active domains and 115B weekly requests served by Vercel, the most forward-thinking teams are choosing Vercel’s AI Cloud to deliver fast, secure, full-stack applications with zero friction, infinite scale, and complete developer freedom. in the 2025 Gartner® Magic Quadrant™ for Cloud Native Application Platforms. We believe that this recognition serves as validation: the future of the web is being built on Vercel.We’re proud to be the only vendor named a VisionaryRead more
3ヶ月前
記事のアイキャッチ画像
GPT-5, GPT-5-mini, and GPT-5-nano are now available in Vercel AI Gateway
Vercel News
You can now access GPT-5, GPT-5-mini, and GPT-5-nano by , models designed to push the frontier of reasoning and domain expertise, using Vercel's with no other provider accounts required. OpenAIAI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to either : openai/gpt-5 oropenai/gpt-5-mini or openai/gpt-5-nanoIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about and view the .AI Gatewaynew AI Gateway model leaderboardRead more
3ヶ月前
記事のアイキャッチ画像
Introducing Vercel MCP: Connect Vercel to your AI tools
Vercel News
Today, we're launching the , now in . Vercel MCP is a secure, OAuth-compliant interface that lets AI clients interact with your Vercel projects.official Vercel MCP serverPublic BetaAI tools are becoming a core part of the developer workflow, but they've lacked secure, structured access to infrastructure like Vercel. With , supported tools like and can securely access logs, docs, and project metadata directly from within your development environment or AI assistant.Vercel MCPCursorClaudeRead more
4ヶ月前
記事のアイキャッチ画像
Introducing AI Elements: Prebuilt, composable AI SDK components
Vercel News
is a new open source library of customizable React components for building interfaces with the Vercel AI SDK.AI ElementsBuilt on , it provides full control over UI primitives like message threads, input boxes, reasoning panels, and response actions.shadcn/uiFor example, you can use from the to manage state and streaming, and render responses using AI Elements.useChatAI SDKTo install the components, you can initialize with , and pick your components, import them, and start building.our CLI and start building better AI interfaces, faster.Read the docsRead moreGetting started
4ヶ月前
記事のアイキャッチ画像
Microfrontends support is now in Public Beta
Vercel News
support is now available in . Microfrontends allow you to split large applications into smaller ones so that developers can move more quickly.MicrofrontendsPublic BetaThis support lets teams and large apps build and test independently, while Vercel assembles and routes the app into a single experience. This reduces build times, supports parallel development, and enables gradual legacy migration.Developers can use the to iterate and test their apps independently, while navigations between microfrontends benefit from for fast transitions between the applications.Vercel Toolbarprefetching and prerenderingTo get started with microfrontends, clone or follow the guide:one of our examplesquickstartLearn more about microfrontends in , or or your account team directly for more information.our docscontact VercelRead moreIn the Vercel dashboard, navigate to the in SettingsMicrofrontends tabCreate a microfrontends group containing all of your microfrontend projectsAdd the to each microfrontend app
4ヶ月前
記事のアイキャッチ画像
Claude Opus 4.1 is now supported in Vercel AI Gateway
Vercel News
You can now access , a new model released today, using Vercel's with no other provider accounts required. This release from Anthropic improves agentic task execution, real-world coding, and reasoning over the previous Opus 4 model.Claude Opus 4.1AI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to :anthropic/claude-4.1-opusIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingTo deliver high performance and reliability to Claude Opus 4.1, AI Gateway leverages multiple model providers under the hood, including Anthropic and Bedrock.Learn more about and view the .AI Gatewaynew AI Gateway model leaderboardRead more
4ヶ月前
記事のアイキャッチ画像
gpt-oss-20b and gpt-oss-120b are now supported in Vercel AI Gateway
Vercel News
You can now access gpt-oss-20b and gpt-oss-120b by , open-weight reasoning models designed to push the open model frontier, using Vercel's with no other provider accounts required.OpenAIAI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to either or : openai/gpt-oss-20bopenai/gpt-oss-120bIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingTo deliver high performance and reliability to gpt-oss, AI Gateway leverages multiple model providers under the hood, including Groq, Baseten, Cerebras, and Huggingface.Learn more about and view the .AI Gatewaynew AI Gateway model leaderboardRead more
4ヶ月前
記事のアイキャッチ画像
v0: vibe coding, securely
Vercel News
Vibe coding has changed how software gets built. Tools like make it possible to turn ideas into working prototypes in seconds. Anthropic's CEO predicts . Adoption is accelerating fast, and for many builders, we're already there.v090% of code will be AI-generated in 3-6 monthsBut here's the uncomfortable truth: The faster you build, the more risk you createLast week, a viral app . This wasn’t a hack or advanced malware. It was caused by default settings, misused variables, and the absence of guardrails. A misconfigured Firebase bucket that was mistakenly left public for anyone to access. The app was built quickly, shipped without security review, and went viral.leaked 72k selfies and government IDsRead more
4ヶ月前
記事のアイキャッチ画像
Vercel MCP now in Public Beta
Vercel News
Vercel's is now live at in Public Beta. This server providing a remote interface with OAuth-based authorization for AI tools to securely interact with your Vercel projects.official MCP (Model Control Protocol) servermcp.vercel.comThe server integrates with AI assistants, such as Claude.ai, Claude Code and Claude for desktop, and tools like VS Code, to:Vercel MCP fully implements the latest and specifications for enhanced security and performance.MCP AuthorizationStreamable HTTPThis update enhances collaboration between AI-driven workflows and Vercel ecosystems.For more details, read our the .documentationRead moreSearch and navigate Vercel documentationManage projects and deploymentsAnalyze deployment logs
4ヶ月前
記事のアイキャッチ画像
New custom visualization in Vercel Observability
Vercel News
Observability Plus users can now choose between line charts, volume charts, tables, or a big number when visualizing data returned by . Both the queries and their visualization settings can be saved to shareable notebooks.queriesThis update replaces fixed presets with customizable controls and is available now at no extra cost for teams on Observability Plus. or learn more about and .Try it outObservabilityObservability PlusRead more
4ヶ月前
記事のアイキャッチ画像
A new wave of software, shipped on Vercel
Vercel News
showcases real apps in production on Vercel, built by teams rethinking how the web works.Shipped on VercelRead more
4ヶ月前
記事のアイキャッチ画像
Deploy Hono backends with zero configuration
Vercel News
Vercel now natively supports , a fast, lightweight backend framework built on web standards, with zero-configuration.HonoWith the code above, use to develop and deploy your Hono application:Vercel CLIWith this improved integration, Vercel's framework-defined infrastructure now recognizes and deeply understands Hono applications, ensuring they benefit from optimizations made from builds, deployments, and application delivery.Now, new Hono applications deployed to Vercel benefit from , with Active CPU pricing, automatic cold start optimizations, background processing, and much more.Fluid compute or .Deploy Hono on Vercelvisit Hono's Vercel documentationRead more
4ヶ月前
記事のアイキャッチ画像
Vercel Open Source Program: Summer cohort
Vercel News
In April, we launched the , a developer initiative that gives maintainers the resources, credits, and support they need to ship faster and scale confidently, starting with the .Vercel Open Source Programspring 2025 cohortWe're now honored to announce the summer 2025 cohort. From AI-powered calendars to beautifully styled React Native components, open source builders continue to amaze us. Here are the 28 projects from the summer cohort.Read more
4ヶ月前
記事のアイキャッチ画像
AI SDK 5
Vercel News
With over 2 million weekly downloads, the is the leading open-source AI application toolkit for TypeScript and JavaScript. Its unified provider API allows you to use any language model and enables powerful integrations into leading web frameworks.AI SDKRead more
4ヶ月前
記事のアイキャッチ画像
Join the v0 Ambassador Program
Vercel News
Since launch, we’ve seen a growing wave of people building with v0 and sharing what they’ve created, from full-stack apps to UI experiments.Now, we’re going a step further by sponsoring builders innovating and showcasing what’s possible with v0.Today we’re launching the as a way to recognize and enable members of our community who create, share, and inspire.v0 Ambassador Program to join the v0 Ambassador Program and help others discover the magic of what's possible with v0. ApplyRead more
4ヶ月前
記事のアイキャッチ画像
Z.ai's GLM-4.5 and GLM-4.5 Air are now supported in Vercel AI Gateway
Vercel News
You can now access , new flagship models from designed to unify frontier reasoning, coding, and agentic capabilities, using Vercel's with no other provider accounts required.GLM-4.5 and GLM-4.5 AirZ.aiAI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to either or :zai/glm-4.5zai/glm-4.5-airIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingLearn more about .AI GatewayRead more
4ヶ月前
記事のアイキャッチ画像
Fluid: How we built serverless servers
Vercel News
A few months ago, we announced , an approach to serverless computing that uses resources more efficiently, minimizes cold starts, and significantly reduces costs. More recently at , we introduced for even more cost-effective compute on Vercel.Fluid computeVercel Ship 2025Active CPU pricingFluid compute with Active CPU pricing powers over 45 billion weekly requests, saving customers up to 95% and never charging CPU rates for idle time.Behind the scenes, it took over two years to build the required infrastructure to make this possible.Read more
4ヶ月前
記事のアイキャッチ画像
Generate shareable snapshots of Observability charts
Vercel News
You can now quickly share snapshots of any chart in Vercel Observability, making it easier to collaborate during debugging and incident response.Hover over a chart and press or to copy a URL that opens a snapshot of the chart in Vercel Observability. The snapshot includes the same time range, filters, and settings as when copied.⌘+CCtrl+CThe link includes a preview image of the chart that unfurls in tools like Slack and Teams. Share links are public to ease sharing, but unguessable and ignored by search robots. or learn more about and .Try it outObservabilityObservability PlusRead more
4ヶ月前
記事のアイキャッチ画像
Model Context Protocol (MCP) explained: An FAQ
Vercel News
is a new way to help standardize the way large language models (LLMs) access data and systems, extending what they can do beyond their training data. It standardizes how developers expose data sources, tools, and context to models and agents, enabling safe, predictable interactions and acting as a universal connector between AI and applications.Model Context Protocol (MCP)Instead of building custom integrations for every AI platform, developers can create an MCP server once and use it everywhere.Read more
4ヶ月前
記事のアイキャッチ画像
Vercel and Solara6 partner to build better ecommerce experiences
Vercel News
Vercel is partnering with , a digital agency known for building high-performing ecommerce experiences for customers like and Solara6Kate Spade,Coach,Mattress Firm.Their work emphasizes AI-powered efficiencies, fast iteration cycles, and user experience, while prioritizing measurable outcomes. Solara6 customers see improvements in their developer velocity, operational costs, page load times, conversion rates, and organic traffic.Read more
4ヶ月前
記事のアイキャッチ画像
Qwen3-Coder is now supported in Vercel AI Gateway
Vercel News
You can now access , a model from , an Alibaba Cloud company, designed to handle complex, multi-step coding workflows, using Vercel's with no other provider accounts required.Qwen3 CoderQwenLMAI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to :alibaba/qwen3-coderIncludes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingTo deliver high performance and reliability to Qwen3 Coder, AI Gateway leverages multiple model providers under the hood, including Cerebras, DeepInfra, and Parasail.Learn more about .AI GatewayRead more
4ヶ月前
記事のアイキャッチ画像
Growthbook joins the Vercel Marketplace
Vercel News
, the open-source experimentation platform, is now available as a native integration on the . Easily add feature flags and A/B testing to your Vercel projects with minimal setup.GrowthBookVercel MarketplaceWith on Vercel, you can:GrowthBook to view and deploy the example, with one-click setup and unified billing.Explore the TemplateRead moreDeclare flags in code using and the adopterFlags SDK@flags-sdk/growthbook Sync feature flags directly to Vercel Edge Config, powering low latency evaluationBring your own data using GrowthBook’s warehouse-native A/B testing platform
4ヶ月前
記事のアイキャッチ画像
Build your own AI app builder with the v0 Platform API
Vercel News
The is a text-to-app API that gives developers direct access to the same infrastructure powering .v0 Platform APIv0.devCurrently in , the platform API exposes a composable interface for developers to automate building web apps, integrate code generation into existing features, and build new products on top of LLM-generated UIs.betaRead more
4ヶ月前
記事のアイキャッチ画像
Vercel BotID now 
available for all frameworks
Vercel News
You can now use Vercel BotID to protect your most sensitive endpoints in any JavaScript framework, like SvelteKit and Nuxt.BotID is our for high-value endpoints like registration, checkout, and AI interactions. Since launch, it has already protected nearly a million API requests.advanced bot protectionInstalling or upgrading to adds support for universal JavaScript environments with the new [email protected]({ protect: ... })Here's an example of used to set up BotID in SvelteKit:initBotIdCheck out the for setup instructions across all supported frameworks.updated documentationRead more
4ヶ月前
記事のアイキャッチ画像
Transform rules are now available in vercel.json
Vercel News
You can now define transform rules in to modify HTTP request and response headers or query parameters, without changing application code.vercel.jsonUnlimited transform rules are available for all customers, and let you:This expands the flexibility of Vercel's CDN, which already supports routing behavior like redirects and rewrites to external origins.For example:Refer to the for detailed examples. transform rules documentationRead moreSet, append, or delete request headers, response headers, and query parametersUse conditional logic to apply changes based on request metadataMatch by equality, inequality, prefixes, suffixes, inclusion in string arrays, or numeric comparisons for fine-grained control
4ヶ月前
記事のアイキャッチ画像
OpenAI-compatible API endpoints now supported in AI Gateway
Vercel News
You can now use OpenAI-compatible client libraries and tools with AI Gateway through a simple URL change, allowing you to access 100s of models with no code rewrites required. Here is a Python example with the OpenAI client library:This makes it easy to keep your current tools and workflows while improving uptime, tokens per minute, quotas, and reliability via provider failover and adding observability through the AI Gateway.Learn more in the and see .AI Gateway docsmore examples hereRead more
4ヶ月前
記事のアイキャッチ画像
Open Vercel documentation pages in AI providers
Vercel News
You can now copy pages as markdown, or open them directly in , or . Vercel documentationv0ClaudeChatGPTThis allows you to use documentation content as context when working with AI tools. Visit any documentation page and use the dropdown in the top right of the page.The page content will be formatted and loaded into the selected AI provider.Read moreUsing the copy page dropdownNavigate to any documentation pageClick the copy page dropdown in the top right cornerSelect your provider or copy as markdown
4ヶ月前
記事のアイキャッチ画像
Grep a million GitHub repositories via MCP
Vercel News
now supports the , enabling AI apps to query a million public GitHub repositories using a standard interface. Whether you're building in Cursor, using Claude, or integrating your own agent, Grep can now serve as a searchable code index over HTTP.GrepModel Context Protocol (MCP)Read more
4ヶ月前
記事のアイキャッチ画像
Moonshot AI's Kimi K2 model is now supported in Vercel AI Gateway
Vercel News
You can now access , a new mixture-of-experts (MoE) language model from , using Vercel's with no other provider accounts required.Kimi K2Moonshot AIAI GatewayAI Gateway lets you call the model with a consistent unified API and just a single string update, track usage and cost, and configure performance optimizations, retries, and failover for higher than provider-average uptime.To use it with the , start by installing the package:AI SDK v5Then set the model to :moonshotai/kimi-k2Includes built-in , , and intelligent with automatic retries.observabilityBring Your Own Key supportprovider routingTo deliver high performance and reliability to Kimi K2, AI Gateway leverages multiple model providers under the hood, including direct to Moonshot AI, Groq, DeepInfra, Fireworks AI, and Parasail.Learn more about .AI GatewayRead more
4ヶ月前
記事のアイキャッチ画像
OAuth support added to MCP Adapter
Vercel News
Secure your MCP servers with OAuth using version of the , which now includes official support for the . This release introduces:1.0.0MCP AdapterMCP Authorization specHere’s an example of how to integrate auth in your MCP server:Additionally, use the to expose resource server metadata for compliant clients. Learn more in the .protectedResourceHandlerMCP Auth documentationDeploy an example MCP server by , or explore starter integrations from our auth partners:cloning our Next.js MCP templateRead moreHelper functions for OAuth-compliant authorization flowsA new wrapper for securing routeswithMcpAuthOne-click deployable examples with popular auth providers like Better Auth, Clerk, Descope, Stytch, and WorkOSBetter AuthClerkDescopeStytchWorkOSStart building secure MCP servers
4ヶ月前
記事のアイキャッチ画像
Search any public GitHub repo with Grep
Vercel News
You can now use to search public repository on GitHub, no longer limited to the 1M+ pre-indexed repos.GrepanyTo search a specific repo, use .grep.app/[owner]/[repo]For example: visit and start typing a search query (try ).grep.app/vercel/aistreamTextGet quick, full-text and regular expression search across the repo without any setup.Read more
4ヶ月前
記事のアイキャッチ画像
Clerk joins the Vercel Marketplace
Vercel News
is now available as an on the Vercel Marketplace. Clerkauthentication providerBuilt for modern frameworks like Next.js, simplifies authentication while giving teams full control over UI, sessions, and user roles, all tightly integrated with Vercel’s deployment model.ClerkWith the integration, you get access to:Get started with on the Vercel Marketplace.ClerkRead moreInstant provisioning of Clerk apps from your Vercel dashboardComplete user management with hosted dashboards, sessions, and rolesBuilt-in and scalable and subscription management billing
4ヶ月前
記事のアイキャッチ画像
More Secure Deployment Protection
Vercel News
safeguards preview and production URLs so that users can't access the domains that you don't want them to. Starting today, the option has been updated for new projects to protect all automatically generated domains, including the production branch git domain (for example ). Existing projects can update to this new behavior in the Project settings page in the Vercel dashboard.Deployment ProtectionStandard Deployment Protectionproject-git-main.vercel.appRead more
4ヶ月前
記事のアイキャッチ画像
The AI Cloud: A unified platform for AI workloads
Vercel News
For over a decade, Vercel has helped teams develop, preview, and ship everything from static sites to full-stack apps. That mission shaped the Frontend Cloud, now relied on by millions of developers and powering some of the largest sites and apps in the world.Now, AI is changing what and how we build. Interfaces are becoming conversations and workflows are becoming autonomous.We've seen this firsthand while building v0 and working with AI teams like Browserbase and Decagon. The pattern is clear: developers need expanded tools, new infrastructure primitives, and even more protections for their intelligent, agent-powered applications.At , we introduced the AI Cloud: a unified platform that lets teams build AI features and apps with the right tools to stay flexible, move fast, and be secure, all while focusing on their products, not infrastructure.Vercel ShipRead more
4ヶ月前
記事のアイキャッチ画像
Vercel Blob now available in all Vercel Regions
Vercel News
You can now create Vercel Blob stores in any of the .19 Vercel RegionsSelecting a region closer to your and users allows you to optimize upload speed and comply with data-residency requirements when required.FunctionsSelecting a region is available at creation time in the Vercel dashboard or when using the (version 44.3.0).Vercel CLILearn more about in the documentation.Vercel BlobRead more
4ヶ月前
記事のアイキャッチ画像
v0 Platform API now in beta
Vercel News
The v0 Platform API is now available in public beta. The v0 Platform API is a text-to-app API — it provides programmatic access to v0’s app generation pipeline:This API also supports programmatic control of v0.dev, including creating and managing both chats and projects. We'll be bringing more of v0.dev's functionality into the Platform API soon. The v0 Platform API is designed for integration into development workflows, automation scripts, and third-party tools.Check out our and to get started. TypeScript SDKdocumentationRead moreGenerating code for web apps from promptsStructured parsing of generated codeAutomatic error fixingLink with a rendered preview
4ヶ月前
記事のアイキャッチ画像
Web Application Firewall control now available with vercel.json
Vercel News
You can now control Vercel’s Web Application Firewall (WAF) actions directly in , alongside existing support in the dashboard, API, and terraform.vercel.jsonThis approach provides a structured way for both developers and agents to declaratively define and push rules to projects. Agents can use code-generating prompts to author new rules that are easily injected into the project’s vercel.json.The and matchers have also to support more expressive conditions across headers, rewrites, redirects, and routes. Matching options include:hasmissingbeen enhancedThe following example shows how to deny a request that is prefixed by a specific header:Read more about and .Vercel's WAFconfiguring WAF rules in vercel.jsonRead moreString equality and inequalityRegular expressionsPrefixes and suffixesInclusion and exclusion from string arraysNumeric comparisons
4ヶ月前
記事のアイキャッチ画像
Inngest joins the Vercel Marketplace
Vercel News
You can now install directly from the Vercel Marketplace to quickly build reliable background jobs and AI workflows for your Next.js app.InngestInngest is a great fit to add AI features or emerging agentic patterns to your Vercel projects:Start building workflows with on the Vercel Marketplace . InngesttodayRead moreWrite background jobs directly in your `app/` directoryFull support for preview environments and branchingOne-click install and integrated billing with a generous free tier (100K executions/month)
4ヶ月前
記事のアイキャッチ画像
NuxtLabs joins Vercel
Vercel News
, creators and stewards of Nitro and Nuxt, are joining Vercel.NuxtLabsRead more
4ヶ月前
記事のアイキャッチ画像
Sandbox now supports sudo and installing RPM packages
Vercel News
You can now run commands with inside , giving you full control over runtime environment setup, just like on a traditional Linux system.sudoVercel SandboxThis makes it possible to install system dependencies at runtime, like Go, Python packages, or custom binaries, before executing your code. is available via the method:sudorunCommandThe sandbox configuration is designed to be easy to use:sudoWith on Sandbox it's easier to run untrusted code in isolated environments with the right permissions, with no workarounds required.sudoLearn more about and .Vercel Sandbox sudo in the documentationRead more is preservedPATH is set to /rootHOMECustom environment variables like are passed throughenv: { FOO: "bar" }
5ヶ月前
記事のアイキャッチ画像
Correlate logs and traces with OpenTelemetry in Vercel Log Drains
Vercel News
Vercel now automatically correlates logs with distributed traces for customers using OpenTelemetry to instrument their applications. Traces are a way to collect data about the performance and behavior of your application and help identify the cause of performance issues, errors, and other problems. is an open source project that allows you to instrument your application to collect traces.OpenTelemetry (OTel)When a request is traced using OTel, Vercel will enrich the relevant logs with trace and span identifiers. This allows you to correlate your individual logs to a trace or span.This feature is available to customers using log drains through our integrations with Datadog and Dash0. No action is required and log to trace correlation will happen automatically going forward for customers using OTel with any of these integrations.Learn more about .correlating logs to traces using log drainsRead more
5ヶ月前
記事のアイキャッチ画像
CVE-2025-49005
Vercel News
SummaryImpactResolutionWorkaroundsCreditReferencesA cache poisoning vulnerability affecting has been resolved. The issue allowed page requests for HTML content to return a React Server Component (RSC) payload instead under certain conditions. When deployed to Vercel, this would only impact the browser cache, and would not lead to the CDN being poisoned. When self-hosted and deployed externally, this could lead to cache poisoning if the CDN does not properly distinguish between RSC / HTML in the cache keys.Next.js App Router >=15.3.0 < 15.3.3 /Vercel CLI 41.4.1–42.2.0Under specific conditions involving App Router, middleware redirects, and omitted headers, applications may:VaryThis issue occurs in environments where middleware rewrites or redirects result in improper cache key separation, because the cache-busting parameter added by the framework is stripped by the user’s redirect.The issue was resolved in by:Next.js 15.3.3Customers hosting on Vercel with deployments that used the impac
5ヶ月前
記事のアイキャッチ画像
CVE-2025-49826
Vercel News
SummaryImpactResolutionCreditReferencesA vulnerability affecting Next.js has been addressed. It impacted versions and involved a cache poisoning bug leading to a Denial of Service (DoS) condition.>=15.1.0 <15.1.8This issue does not impact customers hosted on Vercel.Under certain conditions, this issue may allow a HTTP 204 response to be cached for static pages, leading to the 204 response being served to all users attempting to access the page.This issue required the below conditions to be exploitable:The issue was resolved by removing the problematic code path that would have caused the 204 response to be set. Additionally, we removed the race condition that could have led to this cache poisoning by no longer relying on a shared response object to populate the Next.js response cache.Thanks to Allam Rachid () and Allam Yasser () for responsible disclosure.zheroinzo_Read moreUsing an affected version of Next.js, and; A route using cache revalidation with ISR ( or standalone mode); andne
5ヶ月前
記事のアイキャッチ画像
New usage dashboard for Pro customers
Vercel News
Pro teams can now access a (recently ) with improved filtering, detailed breakdowns, and export options to better understand usage and costs by product and project.new usage dashboardintroduced to Enterprise customersYou can now break down usage by:Explore the today.new dashboardRead moreto quickly identify usage, drill down into spikes, and track costs of a single or set of productsProduct to understand your costs and monitor team activity across all or specific appsTeam and project for external analysis via integration into your cost observability tools and spreadsheetsCSV exports
5ヶ月前
記事のアイキャッチ画像
Zero-configuration support for Nitro
Vercel News
Vercel now supports applications, a backend toolkit for building web servers, with zero-configuration.NitroNitro powers frameworks like Nuxt.js, TanStack Start, and SolidStart. or .Deploy Nitro on Vercelvisit Nitro's Vercel documentationRead more
5ヶ月前
記事のアイキャッチ画像
Vercel Ship 2025 recap
Vercel News
My first week at Vercel coincided with something extraordinary: Vercel Ship 2025. Vercel Ship 2025 showcased better building blocks for the future of app development. AI has made this more important than ever. Over 1,200 people gathered in NYC for our third annual event, to hear the latest updates in AI, compute, security, and more.Read more
5ヶ月前
記事のアイキャッチ画像
New webhook events for domain management
Vercel News
You can now subscribe to webhook events for deeper visibility into domain operations on Vercel.New event categories include:These events are especially valuable for multi-tenant platforms that dynamically assign domains per user or customer. They also help teams build monitoring and alerting into critical domain and certificate operations.For details on how to subscribe, visit the .webhook documentationRead more: Track key stages in inbound domain transfers.Domain transfers: Monitor renewal attempts and auto-renew status changes, ideal for catching failures before they impact availability.Domain renewals: Get notified when certificates are issued, renewed, or removed, helping you maintain valid HTTPS coverage across environments.Domain certificates: Receive alerts when DNS records are created, updated, or deleted.DNS changes: Detect domain lifecycle changes across projects, including creation, updates, verification status, and reassignment.Project Domain Management
5ヶ月前
記事のアイキャッチ画像
​Introducing BotID, invisible bot filtering for critical routes
Vercel News
Modern sophisticated bots don’t look like bots. They execute JavaScript, solve CAPTCHAs, and navigate interfaces like real users. Tools like Playwright and Puppeteer can script human-like behavior from page load to form submission.Traditional defenses like checking headers or rate limits aren't enough. Bots that blend in by design are hard to detect and expensive to ignore.Enter BotID: A new layer of protection on Vercel.Think of it as an invisible CAPTCHA to stop browser automation before it reaches your backend. It’s built to protect critical routes where automated abuse has real cost such as checkouts, logins, signups, APIs, or actions that trigger expensive backend operations like LLM-powered endpoints.Read more
5ヶ月前
記事のアイキャッチ画像
Introducing Active CPU pricing for Fluid compute
Vercel News
exists for a new class of workloads. I/O bound backends like AI inference, agents, MCP servers, and anything that needs to scale instantly, but often remains idle between operations. These workloads do not follow traditional, quick request-response patterns. They’re long-running, unpredictable, and use cloud resources in new ways.Fluid compute on Vercel, helping teams cut costs by up to 85% through optimizations like in-function concurrency.Fluid quickly became the default compute modelToday, we’re taking the efficiency and cost savings further with a new pricing model: you pay CPU rates only when your code is actively using CPU.Read more
5ヶ月前
記事のアイキャッチ画像
Vercel Queues is now in Limited Beta
Vercel News
Vercel Queues is a message queue service built for Vercel applications, in Limited Beta.Vercel Queues lets you offload work by sending tasks to a queue, where they’ll be processed in the background. This means users don’t have to wait for slow operations to finish during a request, and your app can handle retries and failures more reliably.Under the hood, Vercel Queues uses an append-only log to store messages and ensures tasks such as AI video processing, sending emails, or updating external services are persisted and never lost.Key features of Vercel Queues:If you have any questions, let us know in the .Vercel CommunityRead more Topic-based messaging allowing for multiple consumer groupsPub/Sub pattern:: Handle payloads without loading them entirely into memoryStreaming support: Automatic authentication via OIDC tokensStreamlined auth: TypeScript SDK with full type safetySDK
5ヶ月前
記事のアイキャッチ画像
Vercel Agent now in Limited Beta
Vercel News
Vercel Agent is now available in . Agent is an AI assistant built into the Vercel dashboard that analyzes your app performance and security data.Limited BetaAgent focuses on Observability, summarizing anomalies, identifying likely causes, and recommending specific actions. These actions can span across the platform, including managing firewall rules in response to traffic spikes or geographic anomalies, and identifying optimization opportunities within your application.Insights appear contextually as detailed notebooks with no configuration required.Sign up with and we'll reach out to you.Vercel Community, express your interest in participating,Read more
5ヶ月前
記事のアイキャッチ画像
Vercel BotID is now generally available
Vercel News
Vercel BotID is an invisible CAPTCHA with no visible challenges or manual bot management required.BotID is a new protection layer on Vercel designed for public, high-value routes such as checkouts, signups, AI chat interfaces, LLM-powered endpoints, and public APIs that are targets for sophisticated bots mimicking real user behavior.Unlike IP-based or heuristic systems, BotID:Powered by , BotID integrates into your application with a :Kasadatype-safe SDKBotID traffic is visible in the Firewall dashboard and can be filtered by verdict (pass or fail), user agent, country, IP address, request path, target path, JA4 digest, and host.Read the or to learn more, or try BotID today.announcementdocumentationRead moreSilently collects thousands of signals that distinguish human users from botMutates these detections on every page load, evading reverse engineering and sophisticated bypassesStreams attack data into a global machine learning mesh, collectively strengthening protection for all custo
5ヶ月前
記事のアイキャッチ画像
Vercel Microfrontends is now in Limited Beta
Vercel News
Vercel Microfrontends is now available in for Enterprise teams, enabling you to deploy and manage multiple frontend applications that appear as one cohesive application to users.Limited BetaThis allows you to split large applications into smaller, independently deployable units that each team can build, test, and deploy using their own tech stack, while Vercel handles integration and routing across the platform.Learn more about . Reach out to your account representative or to join the limited beta.Vercel Microfrontendscontact salesRead more: Smaller units reduce build times and enable teams to move independentlyFaster development for large apps: Each team manages its own deployment pipeline and frameworkIndependent team workflows: Modernize legacy systems piece by piece without slow, large-scale rewritesIncremental migration
5ヶ月前
記事のアイキャッチ画像
Rolling Releases are now generally available
Vercel News
Rolling Releases are now generally available, allowing safe, incremental rollouts of new deployments with built-in monitoring, rollout controls, and no custom routing required.Each rollout starts at a defined stage and can either progress automatically or be manually promoted to a full release. You can configure rollout stages per project and decide how each stage progresses, with updates propagating globally in under 300ms through our fast propagation pipeline.Rolling releases also include:Pro and Enterprise teams can enable Rolling Releases on one project at no additional cost. Enterprise customers can upgrade to unlimited projects.Learn more about or .Rolling Releasesenable it on your projectRead more: Track and compare error rates and (like , Time to First Byte, and more) between versionsReal-time monitoringSpeed InsightsCore Web Vitals: Rollouts can be managed via REST API, CLI, the project dashboard, or the Vercel Terraform providerFlexible controls: Logs and telemetry are labele
5ヶ月前
記事のアイキャッチ画像
Higher defaults and limits for Vercel Functions running Fluid compute
Vercel News
The default limits for Vercel Functions using have increased, with longer execution times, more memory, and more CPU.Fluid computeThe default execution time, for all projects on all plans, is now 300 seconds (5 minutes):Memory and CPU instance sizes have also been updated:These increased instances are enabled by , which charges based on actual compute time. Periods of memory-only usage are billed at a significantly lower rate, making longer executions more cost-efficient.Active CPU pricingYou can view logs to determine if your functions are hitting execution limits and adjust the max duration or upgrade your plan as needed.Learn more about .Vercel Function limitsRead morePlanDefaultMaximumHobby300s (previously 60s)300s (previously 60s)Pro300s (previously 90s)800sEnterprise300s (previously 90s)800s (default) is now 1 vCPU / 2 GB (previously 1 vCPU / 1.7 GB)Standard is now 2 vCPU / 4 GB (previously 1.7 vCPU / 3 GB)Performance
5ヶ月前
記事のアイキャッチ画像
Edge Middleware and Edge Functions are now powered by Vercel Functions
Vercel News
Functions using the Edge runtime now run on the unified Vercel Functions infrastructure.This applies to both before and after the cache:With these changes, all functions including those running the Edge runtime are:Vercel Routing Middleware is now generally available to all users.Learn more about .Routing MiddlewareRead moreEdge Middleware is now Vercel Routing Middleware, a new infrastructure primitive that runs full Vercel Functions with before the cacheFluid computeEdge Functions are now Vercel Functions using the Edge Runtime after the cache: Runs on for better performance and cost efficiencyFluid compute-readyFluid compute: Supports Node.js and Edge runtimesMulti-runtime: Deployed automatically from supported framework codeFramework-driven: Uses unified Vercel Functions pricing across all compute typesConsistent pricingbased on Active CPU time
5ヶ月前
記事のアイキャッチ画像
Run untrusted code with Vercel Sandbox
Vercel News
Vercel Sandbox is a secure cloud resource powered by . It is designed to run untrusted code, such as code generated by AI agents, in isolated and ephemeral environments.Fluid computeSandbox is a standalone SDK that can be executed from any environment, including non-Vercel platforms. Sandbox workloads run in ephemeral, isolated microVMs via the new , supporting execution times up to 45 minutes.Sandbox SDKSandbox uses the Fluid compute model and charges based on , meaning you only pay for compute when actively using CPU. See for included allotments and pricing for Hobby and Pro teams. Fluid’s new Active CPU timeSandbox pricingNow in and available to customers on all plans. Learn more about .BetaVercel SandboxRead more
5ヶ月前
記事のアイキャッチ画像
Lower pricing with Active CPU pricing for Fluid compute
Vercel News
Vercel Functions on Fluid Compute now use Active CPU pricing, which charges for CPU only while it is actively doing work. This eliminates costs during idle time and reduces spend for workloads like LLM inference, long-running AI agents, or any task with idle time.Active CPU pricing is built on three core metrics:An example of this in action:A function running Standardmachine size at 100% active CPU would now cost ~$0.149 per hour (1 Active CPU hour + 2 GB of provisioned memory). Previously this would have cost $0.31842 per hour (1.7 GB Memory × $0.18). Active CPU pricing is now enabled by default for all Hobby, Pro, and new Enterprise teams. For existing Enterprise customers, availability depends on your current plan configuration.This change takes effect after a redeploy.Learn more about and read the .Fluid compute with Active CPU pricingannouncementRead more: Time your code is actively executing in an instance. Priced at $0.128 per hourActive CPU Memory allocated to the instance, bil
5ヶ月前
記事のアイキャッチ画像
AI Gateway is now in Beta
Vercel News
AI Gateway gives you a single endpoint to access a wide range of AI models across providers, with better uptime, faster responses, no lock-in.Now in , developers can use models from providers like OpenAI, xAI, Anthropic, Google, and more with:Beta for free or to learn more.Try AI Gatewaycheck out the documentationRead moreUsage-based billingat provider list prices Bring-Your-Own-Key supportImproved observability, including per-model usage, latency, and error metricsSimplified authenticationFallback and provider routing for more reliable inferenceHigher throughput and rate limits
5ヶ月前
記事のアイキャッチ画像
WPP and Vercel: Bringing AI to the creative process
Vercel News
Today, we're announcing an expansion of our partnership with . A first-of-its-kind agency collaboration that now brings and directly to WPP's global network of creative teams and their clients.WPPv0 AI SDKRead more
5ヶ月前
記事のアイキャッチ画像
Manually purge the CDN cache
Vercel News
Users with the role can now purge Vercel’s CDN cache manually, either via the project's or by running in CLI version 44.2.0 or later.Membercache settings dashboardvercel cache purge --type=cdnBy default, the CDN cache is purged automatically with each new deployment. For cases where you want to refresh cached content instantly (without waiting for a new build), you can now manually purge the global CDN cache in milliseconds.This is especially useful for persistent cache scenarios, like , where paths are cached across deployments. If upstream images have changed, you can now force a refresh instantly.Image OptimizationLearn more in the .documentationRead more
5ヶ月前
記事のアイキャッチ画像
Vercel Blob CLI is now available
Vercel News
The Vercel CLI (version 43.3.0) now includes Blob commands, allowing you to manage your Vercel Blob stores and files directly from the terminal.Learn more about the and .Vercel Blob CLIVercel BlobRead more
5ヶ月前
記事のアイキャッチ画像
Keith Messick joins Vercel as CMO
Vercel News
Vercel is evolving to meet the expanding potential of AI while staying grounded in the principles that brought us here. We're extending from frontend to full stack, deepening our enterprise capabilities, and powering the next generation of AI applications, including integrating AI into our own developer tools.Today, we’re welcoming as our first Chief Marketing Officer to support this growth and (as always) amplify the voice of the developer.Keith MessickRead more
5ヶ月前
記事のアイキャッチ画像
Find teams, projects, and pages in the Vercel dashboard with universal search
Vercel News
There is now a search feature in the top right corner of every page in the vercel.com dashboard.This search allows you to instantly find:For more complex queries you can also ask the . This AI-powered feature can locate any page in the dashboard and apply filters based on your question.Navigation AssistantLearn more about in the .FinddocumentationRead moreTeamsProjectsDeployments (by branch)PagesSettings
5ヶ月前
記事のアイキャッチ画像
Turso Cloud joins the Vercel Marketplace
Vercel News
now offers a native integration with Vercel, available as provider in the Marketplace.TursoDatabase & StorageThe Turso integration brings fast, distributed SQLite databases to your Vercel projects with:Get started with on the Vercel Marketplace.TursoRead moreSeamless integration with Vercel, including one-click setup and unified billingCreate unlimited SQLite databases in the cloud for production workloads. Serverless access or sync.A developer-friendly experience, configurable through Vercel CLI workflows
5ヶ月前
記事のアイキャッチ画像
Two-factor authentication (2FA) team enforcement
Vercel News
Teams can now require all members to enable two-factor authentication (2FA) for added security.Team owners can enable enforcement in the section of team settings.Security & PrivacyOwner controlsMember restrictionsOnce enforcement is enabled, members without 2FA will be restricted from:Enforcement lock-in & visibility today, and .Enable 2FA enforcementlearn more in our docsRead moreView and filter each member’s 2FA status in the team members settingsTriggering builds from pull requestsAccessing new preview deploymentsViewing the team dashboardMaking API requestsUsing access tokensMembers of a team with 2FA enforcement cannot disable 2FA unless they leave the teamIn each user’s account settings, teams that require 2FA are now listed for clarity
5ヶ月前
記事のアイキャッチ画像
Create and share queries with notebooks in Vercel Observability
Vercel News
Observability Plus users can now create a collection of queries in to collaboratively explore their observability data.notebooks in Vercel Observability allow you to explore log data and visualize traffic, performance, and other key metrics, and can now be saved to notebooks.QueriesBy default, notebooks are only visible to the user who created the notebook, but you have the option to share a notebook with all members of your team.This is available to Observability Plus subscribers at no additional cost. or learn more about and .Try it outObservabilityObservability PlusRead more
5ヶ月前
記事のアイキャッチ画像
Tray.ai cut build times from a day to minutes with Vercel
Vercel News
is a composable AI integration and automation platform that enterprises use to build smart, secure AI agents at scale.Tray.aiTo modernize their marketing site, they partnered with to migrate off their legacy solution and outdated version of Next.js. The goal: simplify the architecture, consolidate siloed repos, and bring content and form management into one unified system.Roboto StudioAfter moving to Vercel, builds went from a full day to just two minutes.Read more
5ヶ月前
記事のアイキャッチ画像
Introducing the Dubai Vercel region (dxb1)
Vercel News
Dubai () is now part of Vercel’s delivery network, extending our global CDN's caching and compute to reduce latency for users in the Middle East, Africa, and Central Asia without requiring any changes.dxb1The new Dubai region serves as the first stop for end-users based on proximity and network conditions. It's generally available and serving billions of requests.Teams can configure Dubai as an execution region for Vercel Functions, which supports to increase resource and cost efficiency, minimize cold starts, and scale dynamically with demand.Fluid computeLearn more about and .Vercel RegionsDubai's regional pricingRead more
5ヶ月前
記事のアイキャッチ画像
Building efficient MCP servers
Vercel News
The standardizes how to build integrations for AI models. We built the to help developers create their own MCP servers using popular frameworks such as Next.js, Nuxt, and SvelteKit. Production apps like , , , and use the MCP adapter to deploy their own MCP servers on Vercel, and they've seen substantial growth in the past month. Model Context Protocol (MCP) MCP adapterZapierComposioVapiSolanaMCP has been adopted by popular clients like Cursor, Claude, and Windsurf. These now support connecting to MCP servers and calling tools. Companies create their own MCP servers to make their tools available in the ecosystem.The growing adoption of MCP shows its importance, but scaling MCP servers reveals limitations in the original design. Let's look at how the MCP specification has evolved, and how the MCP adapter can help.Read more
5ヶ月前
記事のアイキャッチ画像
Improved team overview page
Vercel News
We've improved the team overview in the Vercel dashboard:To learn more about the Vercel dashboard, visit the . documentationRead moreActivity is now sorted by your activity onlyProjects can be filtered by git repositoryUsage for the team is now shown as a card on the overview directly
5ヶ月前
記事のアイキャッチ画像
Improved unhandled Node.js errors in Fluid compute
Vercel News
Fluid compute now gracefully handles and in Node.js by logging the error, allowing inflight requests to complete, and then exiting the process.uncaught exceptionsunhandled rejectionsThis prevents running on same fluid instance from being inadvertently terminated in case of unhandled errors, providing the isolation of traditional serverless invocations.concurrent requests for your existing projects, and learn more in our and .Enable FluidblogdocumentationRead more
5ヶ月前
記事のアイキャッチ画像
Designing and building the Vercel Ship conference platform
Vercel News
Our two conferences (Vercel Ship and Next.js Conf) are our chance to show what we've been building, how we're thinking, and cast a vision of where we're going next. It's also a chance to push ourselves to create an experience that builds excitement and reflects the quality we strive for in our products. For Vercel Ship 2025, we wanted that experience to feel and .fluidfastThis is a look at how we made the conference platform and visuals, from ferrofluid-inspired 3D visuals and generative AI workflows, to modular component systems and more.Read more
5ヶ月前
記事のアイキャッチ画像
How we’re adapting SEO for LLMs and AI search
Vercel News
Search is changing. Backlinks and keywords aren’t enough anymore. AI-first interfaces like ChatGPT and Google’s AI Overviews now answer questions before users ever click a link (if at all). Large language models (LLMs) have become a new layer in the discovery process, reshaping how, where, and when content is seen.This shift is changing how visibility works. It’s still early, and nobody has all the answers. But one pattern we're noticing is that LLMs tend to favor content that explains things clearly, deeply, and with structure."LLM SEO" isn’t a replacement for traditional search engine optimization (SEO). It’s an adaptation. For marketers, content strategists, and product teams, this shift brings both risk and opportunity. How do you show up when AI controls the first impression, but not lose sight of traditional ranking strategies?Here’s what we’ve noticed, what we’re trying, and how we’re adapting.Read more
5ヶ月前
記事のアイキャッチ画像
Filter runtime logs for fatal function errors
Vercel News
You can now filter runtime logs to view fatal function errors, such as Node.js crashes, using the option in the levels filter.FatalWhen a log entry corresponds to a fatal error, the right-hand panel will display in the invocation details. Invocation Failed or learn more about Try it outruntime logsRead more
5ヶ月前
記事のアイキャッチ画像
Building secure AI agents
Vercel News
An AI agent is a language model with a system prompt and a set of tools. Tools extend the model's capabilities by adding access to APIs, file systems, and external services. But they also create new paths for things to go wrong.The most critical security risk is . Similar to SQL injection, it allows attackers to slip commands into what looks like normal input. The difference is that with LLMs, there is no standard way to isolate or escape input. Anything the model sees, including user input, search results, or retrieved documents, can override the system prompt or event trigger tool calls.prompt injectionIf you are building an agent, you must design for worst case scenarios. The model will see everything an attacker can control. And it might do exactly what they want.Read more
5ヶ月前
記事のアイキャッチ画像
v0-1.5-md & v0-1.5-lg now in beta on the Models API
Vercel News
Beta access is now available for (128K token context) and (512K token context) on our Models API.v0-1.5-mdv0-1.5-lgFor full details and examples, see the Models API docs: https://vercel.com/docs/v0/apiRead more
5ヶ月前
記事のアイキャッチ画像
Observability added to AI Gateway alpha
Vercel News
The , currently in alpha for all users, lets you switch between ~100 AI models without needing to manage API keys, rate limits, or provider accounts.AI Gatewaynow includes a dedicated AI section to surface metrics related to the AI Gateway. This update introduces visibility into:Vercel Observability You can view these metrics across all projects or drill into per-project and per-model usage to understand which models are performing well, how they compare on latency, and what each request would cost in production.Learn more about .ObservabilityRead moreRequests by modelTime to first token (TTFT)Request durationInput/output token countCost per request (free while in alpha)
5ヶ月前
記事のアイキャッチ画像
Claude Code and Cursor Agent no longer require a team seat
Vercel News
We've updated our build logic to ensure Git commits authored by or can trigger deployments on Vercel. A team seat is not required. Claude CodeCursor AgentIf your agent encounters any issues building on Vercel, please contact us.Read more
6ヶ月前
記事のアイキャッチ画像
Bot Protection is now generally available
Vercel News
Vercel Web Application Firewall's is now generally available for all users, at no additional cost.Bot Protection managed rulesetBot Protection helps reduce automated traffic from non-browser sources and allows you to respond based on two action choices:During the beta period, Bot Protection challenged over 650 million requests of potential non-browser requests.Bot Protection complements Vercel's existing mitigations, which already block common threats like DDoS attacks, low quality traffic, and spoofed traffic. It adds an extra layer of protection for any automated traffic that is not clearly malicious. Learn more about the and the If you'd like your Bot Protection managed rulesetVercel Firewall.bot to be verified as well, head over to bots.fyi.Read moreLogs identified bot traffic in the Firewall tab without blocking requestsLog Only Action: Serves a to traffic from non-browser sources. are automatically excludedChallenge Action:browser challengeVerified bots
6ヶ月前
記事のアイキャッチ画像
Pre-generate SSL certs, now in the Domains dashboard
Vercel News
You can now pre-generate SSL certificates directly from the Vercel Domains dashboard, enabling zero-downtime domain migrations without using the CLI.After adding an existing domain to your project, select Pre-Generate Certificate to issue certificates before updating DNS records and initiating the remainder of your domain migration.You can still import a zone file or to migrate DNS records from your previous provider.use Domain Connect or learn more in .Try it outthe docsRead more
6ヶ月前
記事のアイキャッチ画像
The no-nonsense approach to AI agent development
Vercel News
AI agents are software systems that take over tasks made up of manual, multi-step processes. These often require context, judgment, and adaptation, making them difficult to automate with simple rule-based code.While traditional automation is possible, it usually means hardcoding endless edge cases. Agents offer a more flexible approach. They use context to decide what to do next, reducing manual effort on tedious steps while keeping a review process in place for important decisions.The most effective AI agents are narrow, tightly scoped, and domain-specific. Here's how to approach building one.Read more
6ヶ月前
記事のアイキャッチ画像
New firewall challenge metrics now available
Vercel News
You can now monitor and query outcomes using two new metrics:Vercel Firewall challengeThese metrics help evaluate rule effectiveness and reduce friction when users are unnecessarily challenged (high success rates).Now available in the Firewall and in the Observability Plus' with no additional setup required.dashboardquery builderLearn more about and .custom rulesmanaged rulesetsRead more – Visitor solved the challenge and was granted access (indicates a real user)challenge-solved – Visitor submitted an invalid challenge solution (the request was blocked)challenge-failed
6ヶ月前
記事のアイキャッチ画像
Introducing the v0 composite model family
Vercel News
We recently launched our AI models and in and . Today, we're sharing a deep dive into the composite model architecture behind those models. They combine specialized knowledge from retrieval-augmented generation (RAG), reasoning from state-of-the-art large language models (LLMs), and error fixing from a custom streaming post-processing model.v0-1.5-mdv0-1.5-lgv0-1.0-mdv0.devvia APIWhile this may sound complex, it enables v0 to achieve significantly higher quality when generating code. Further, as base models improve, we can quickly upgrade to the latest frontier model while keeping the rest of the architecture stable.Read more
6ヶ月前
記事のアイキャッチ画像
Fluid compute: Evolving serverless for AI workloads
Vercel News
AI’s rapid evolution is reshaping the tech industry and app development. Traditional serverless computing was designed for quick, stateless web app transactions. LLM interactions require a different sustained compute and continuous execution patterns.Read more
6ヶ月前
記事のアイキャッチ画像
Fluid compute now supports ISR background and on-demand revalidation
Vercel News
now supports both background and on-demand across all Vercel projects.Fluid computeIncremental Static Regeneration (ISR)This means ISR functions now benefit from Fluid's with no config changes needed. If you’ve redeployed recently, you’re already using it.performance and concurrency efficiencyFluid compute reuses existing resources before creating new ones, reducing costs by up to 85% for high-concurrency workloads. It delivers server-like efficiency with serverless flexibility with: for your existing projects, and learn more in our and .Enable FluidblogdocumentationRead moreOptimized concurrencyScale from zero to infinityMinimal cold startsUsage-based pricingFull Node.js and Python supportNo infrastructure managementBackground tasks with waitUntil
6ヶ月前
記事のアイキャッチ画像
Faster login flow and new Google Sign-in support
Vercel News
The login experience has been redesigned for faster access and now includes full support for Google Sign-in, including Google One Tap.If your existing Vercel account's email matches your Google email, you can use the Google button from the login screen and your accounts will be automatically linked.If the emails don’t match, you can manually connect your Google account from once logged in.your account settingsRead more
6ヶ月前
記事のアイキャッチ画像
AI query prompting now available in Observability Plus
Vercel News
Observability Plus users can now use natural language to create new queries or modify existing ones by adding filters, changing time ranges, or grouping results. allow customers to explore log data and visualize traffic, performance, and other key metrics.QueriesAI prompts generate queries in the standard format, and are represented in the URL so they can be shared and bookmarked.Example prompts include:This is available to all Observability Plus users at no additional cost. or learn more about and . View the dashboardObservabilityObservability PlusRead moreShow all 500 errors in the last 24 hoursShow me the top bandwidth for incoming requestsShow me the top hostnames grouped by countryAll requests challenged by DDoS mitigations by user agentFind all requests with the keyword "timeout" grouped by path
6ヶ月前
記事のアイキャッチ画像
CVE-2025-48068
Vercel News
A low-severity vulnerability in the Next.js dev server has been addressed. This vulnerability affects Next.js versions through and through . It includes two related issues affecting the local development server: and . Both stem from the lack of origin validation on development server resources.13.0.014.2.2915.0.015.2.1Cross-Site WebSocket Hijacking (CSWSH)Cross-Origin Script InclusionWhen running , a malicious website can:next devThe root cause is insufficient origin verification on local development server resources, including the WebSocket server and static script endpoints.This issue is similar to , though scoped strictly to local development use.CVE-2018-14732This issue was fixed in These releases introduce a configuration option to enable origin checks, which help prevent unauthorized cross-origin requests to the local development server. You can learn how to enable this option after upgrading to a patched version by visiting our . Note that this configuration is currently opt-in
6ヶ月前
記事のアイキャッチ画像
Vercel security roundup: improved bot defenses, DoS mitigations, and insights
Vercel News
Since February, Vercel blocked 148 billion malicious requests from 108 million unique IP addresses. Every deployment automatically inherits these protections, keeping your workloads and enabling your team to focus on shipping rather than incidents.Our real-time DDoS filtering, managed Web Application Firewall (WAF), and enhanced visibility ensure consistent, proactive security.secure by defaultHere's what's new since February.Read more
6ヶ月前
記事のアイキャッチ画像
Middleware insights now available in Vercel Observability
Vercel News
The dashboard now includes a dedicated view for middleware, showing invocation counts and performance metrics.Vercel ObservabilityObservability Plus users get additional insights and tooling: or learn more about and .View the dashboardObservabilityObservability PlusRead moreAnalyze invocations by request path, matched against your middleware configBreak down middleware actions by type (e.g., redirect, rewrite)View rewrite targets and frequencyQuery middleware invocations using the query builder
6ヶ月前
記事のアイキャッチ画像
Rate limiting now available on Hobby, with higher included usage on Pro
Vercel News
Rate limiting now has higher included usage and broader availability to help protect your applications from abuse and manage traffic effectively.The first 1,000,000 allowed rate limit requests per month are now included. Hobby teams also get 1 free rate limit rule per project, up to the same included allotment.These changes are now effective and have been automatically applied to your account.Learn more about or now.configuring rate limits create a new rate limiting ruleRead more
6ヶ月前
記事のアイキャッチ画像
Faster CDN proxying to external origins
Vercel News
We’ve optimized connection pooling in our CDN to reduce latency when connecting to external backends, regardless of traffic volume.This is now live across all Vercel deployments at no additional cost.Read more: Improved connection reuse and TLS session resumption reduce response times by up to 60% in some regions, with a 15–30% average improvement.Lower latency: 97% connection reuse and more efficient TLS resumption significantly cut the number of new handshakes required.Reduced origin load
6ヶ月前
記事のアイキャッチ画像
External API caching insights now in Observability
Vercel News
now surfaces caching behavior for external API calls using Vercel Data Cache.The Observability dashboardExternal APIs page, you’ll see a new column indicating how many requests were served from the cache vs. the origin.Caching insights are available per hostname for all users, and per path for Observability Plus subscribers.View the or learn more about .external API dashboardVercel Data CacheRead more
6ヶ月前
記事のアイキャッチ画像
How Vapi built their MCP server on Vercel
Vercel News
Vercel recently published a that makes it easy to spin up an MCP server on most major frameworks.Model Context Protocol (MCP) adapter is building an API for building real-time voice agents. They handle orchestration, scaling, and telephony to provide a completely model-agnostic and interchangeable interface for building agents. VapiVapi rebuilt their on Vercel, letting users create agents, automate testing, analyze transcripts, build workflows, and give agents access to all of Vapi’s endpoints.MCP serverRead more
6ヶ月前
記事のアイキャッチ画像
Vercel Blob is now generally available: Cost-efficient, durable storage
Vercel News
Storage should be simple to set up, globally available, and built to last, without slowing you down or adding complexity. It should feel native to your app.That's why we built : Amazon S3-backed storage that's deeply integrated with Vercel's global application delivery and automated caching, with predictable pricing to serve public assets cost-efficiently at scale.Vercel BlobVercel Blob is now generally available. It's already storing and serving over 400 million files, and powers production apps like v0 and the Vercel Dashboard.Read more
6ヶ月前
記事のアイキャッチ画像
Vercel Blob is now generally available
Vercel News
Vercel Blob is now generally available, bringing high-performance, globally scalable object storage into your workflows and apps.Blob storage’s underlying S3 infrastructure ensures 99.999999999% durability, and already stores over 400 million files while powering production apps like .v0.devPricing is usage-based:Pricing applies to:Hobby users now get increased free usage: 1 GB of storage and 10 GB of Blob Data Transfer per month. and learn more in the .Get started with Vercel BlobdocumentationRead more: $0.023 per GB per monthStorage: $0.40 per million Simple API operations (e.g. Reads): $5.00 per million Advanced operations (e.g. Uploads): starting at $0.050 per GBBlob Data TransferNew Blob stores starting todayExisting stores starting June 16, 2025
6ヶ月前
記事のアイキャッチ画像
Introducing the AI Gateway
Vercel News
The Vercel AI Gateway is now available for alpha testing.Built on the , the Gateway lets you switch between ~100 AI models without needing to manage API keys, rate limits, or provider accounts. The Gateway handles authentication, usage tracking, and in the future, billing.AI SDK 5 alphaRead more
6ヶ月前
記事のアイキャッチ画像
Vercel Blob insights now available in Observability
Vercel News
now includes a dedicated tab for Vercel Blob, which provides visibility into how Blob stores are used across your applications.The Observability dashboardAt the team level, you can see total data transfer, download volume, cache activity, and API operations. You can also drill into activity by user agent, edge region, and client IP.This allows you to understand usage patterns, identify inefficiencies, and optimize how your application stores and serves assets. or .Try it outlearn more about Vercel BlobRead more
6ヶ月前
記事のアイキャッチ画像
Hypertune joins the Vercel Marketplace
Vercel News
now offers a native integration with Vercel Marketplace.HypertuneYou can find it as a Flags & Experimentation provider in the Flags tab.The Hypertune integration offers:Install and access on Vercel with one-click setup and unified billing.Deploy the built for Vercel Marketplace today.Hypertune templateRead morePowerful flags, A/B testing, analytics and app configurationFull end-to-end type safety with type-safe client generationPersonalization with the lowest latency using Edge ConfigA first class Flags SDK adapter
6ヶ月前
記事のアイキャッチ画像
How Fern delivers 6M+ monthly views and 80% faster docs with Vercel
Vercel News
is improving how teams build and host documentation. As a , Fern enables companies like Webflow and ElevenLabs to create, customize, and serve API documentation from a single Next.js application—scaling seamlessly across multiple customer domains. With 6 million+ page views per month and 1 million+ unique visitors, performance and reliability are key.Fernmulti-tenant platformBy running on Vercel’s infrastructure, Fern benefits from automatic caching, optimized content delivery, and instant scalability, all while maintaining a fast iteration cycle for development. Additionally, their migration to has driven a 50-80% reduction in page load times, improving navigation speed and for customers worldwide.Next.js App RouterLighthouse scoresRead more
6ヶ月前
記事のアイキャッチ画像
45% faster build initialization
Vercel News
Builds on Vercel now initialize 45% faster on average, reducing build times by around 15 seconds for Pro and Enterprise teams.Build initialization includes steps like restoring the build cache and fetching your code before the runs. These improvements come from continued enhancements to .Build CommandHive, Vercel’s build infrastructureThis improvement also reduced I/O wait times for file writes inside the build container by 75%, improving performance for the entire build.Learn more about .builds on VercelRead more
6ヶ月前
記事のアイキャッチ画像
How Consensys rebuilt MetaMask.io with Vercel and Next.js
Vercel News
Since 2014, Consensys has shaped the web3 movement with tools like and , , and —the most widely used on the web, with millions of users across the globe.LineaInfuraMetaMaskself-custodial walletAs the blockchain ecosystem quickly matured, the need for a site that could move as fast as the teams building it became clear. To meet that demand, Consensys migrated MetaMask.io to Next.js and Vercel, creating an architecture built for scale, speed, and continuous iteration.Read more
6ヶ月前
記事のアイキャッチ画像
Updated v0 pricing
Vercel News
We’re updating how pricing works in . Usage is now metered on input and output tokens which convert to credits, instead of fixed message counts.v0This gives you more predictable pricing as you grow and increases the amount of usage available on our free tier.Existing v0 users will transition to the new pricing at the start of your next billing period. New users will start on the improved pricing today.Read more
6ヶ月前
記事のアイキャッチ画像
Proxied responses now cacheable via CDN-Cache-Control headers
Vercel News
Vercel’s CDN, which can proxy requests to external backends, now caches proxied responses using the and headers. This aligns caching behavior for external backends with how Vercel Functions are already cached.CDN-Cache-ControlVercel-CDN-Cache-ControlThis is available starting today, on all plans, at no additional cost.Per the Targeted HTTP Cache Control spec (), these headers support standard directives like and , enabling fine-grained control over CDN caching without affecting browser caches.RFC 9213max-agestale-while-revalidateYou can return the headers directly from your backend, or define them in under the key if your backend can't be modified.vercel.jsonheadersNo configuration changes or redeployments required. Return the header (or set it in ) to improve performance, reduce origin load, and ensure fresh content.vercel.jsonLearn more about .CDN-Cache-Control headersRead more
6ヶ月前
記事のアイキャッチ画像
New one-click AI bot managed ruleset
Vercel News
You can now block AI crawlers and scrapers like GPTBot (OpenAI), ClaudeBot (Anthropic), PerplexityBot, Bytespider (ByteDance), and others with a single toggle using the AI bot managed ruleset. Now available for free on all plans.The ruleset is managed by Vercel and updates automatically as new crawlers appear, with no additional action required. This protection operates with zero latency impact to legitimate traffic.For more complete coverage, combine with to catch AI bots that attempt to spoof user agents to disguise themselves as legitimate browsers or omit proper identification headers.Bot FilterAI crawlers now generate more traffic than human users on many popular sites, driving up infrastructure costs and raising copyright and data usage concerns. Many of these crawlers do not respect robots.txt or similar directives, making manual solutions unreliable. or learn more .Enable the rulesetin the documentationRead more
6ヶ月前
記事のアイキャッチ画像
Resources tab allows instant searching and filtering of functions, middleware, and static assets
Vercel News
The Resources tab is replacing the Functions tab for deployments in the Vercel Dashboard, allowing you to see more than Functions. You'll now see the Resources tab when viewing a deployment in the Vercel Dashboard where you can see, search, and filter:You can use the three dot menu () to jump to the Logs, Analytics, Speed Insights, or Observability tab filtered to a given function....Read more about to view and manage your deployments.using the Vercel DashboardRead moreAny configured Middleware: matchers: Files (HTML, CSS, JS, images, fonts, and more) and their sizesStatic Assets: The type, runtime, size, and regionsFunctions
6ヶ月前
記事のアイキャッチ画像
The spring 2025 cohort of Vercel’s Open Source Program
Vercel News
Open source runs the world. The frameworks, libraries, and tools we rely on are strengthened by communities that share ideas, review code, and build in the open.At Vercel, we want to help those communities thrive. That’s why we launched the : a developer initiative that gives maintainers the resources, credits, and support they need to ship faster and scale confidently.Vercel Open Source ProgramFour times a year, we’ll welcome a new cohort of projects into the program. Members receive $3,600 in Vercel credits, perks from partners, and a dedicated Slack space to learn from one another.Today we are announcing this spring's cohort.Read more
6ヶ月前
記事のアイキャッチ画像
New quick actions in Observability
Vercel News
You can now quickly copy, filter, or exclude individual results in views and query results.These quick actions help make it easier to explore and refine your Observability queries.Now available for Observability and Observability Plus customers.in Observability.Try it out Read more is available across all Observability viewsCopy and are available for custom query search resultsFilterexclude
6ヶ月前
記事のアイキャッチ画像
New usage dashboard for Enterprise users
Vercel News
Enterprise teams with Managed Infrastructure Unit (MIU) commitments can now access a with improved filtering, detailed breakdowns, and export options to better understand usage and costs by product and project.new usage dashboardYou can now break down usage by:Explore the today.new dashboardRead moreto quickly identify usage, drill down into spikes, and track costs of a single or set of productsProduct to understand your costs and monitor team activity across all or specific appsTeam and project for external analysis via integration into your cost observability tools and spreadsheetsCSV exports
6ヶ月前
記事のアイキャッチ画像
CDN origin timeout increased to two minutes
Vercel News
Vercel’s CDN will now wait up to 120 seconds for your backend to start sending data, up from 30 seconds. This extended proxied request timeout is now available on all plans at no additional cost.The defines how long our CDN allows your to respond before canceling the request. After the initial byte is received, your backend can take longer than two minutes to complete the request, as long as it continues sending data at least once every 120 seconds.proxied request timeoutexternal backendThis update improves reliability for workloads with long processing times, such as LLM generation or complex data queries, and reduces the chance of 504 gateway timeouts.This change is effective immediately, with no action or configuration required.Read more
6ヶ月前
記事のアイキャッチ画像
Up to 80% pricing reduction for Web Analytics
Vercel News
We’ve increased included limits and reduced the price of Web Analytics event and the Web Analytics Plus add-on by up to 80%.Web Analytics is now billed:Web Analytics Plus is an optional add-on that unlocks increased retention and UTM parameters.Included event limits have increased:Learn more about .Web Analytics pricingRead more, instead of 100K incrementsPer single eventAt ($3 per 100K, a 79% decrease from $14 per 100K)$0.00003 per eventAt for the Plus add-on(an 80% decrease, from $50/month)$10/month : 50K events/month (20x increase, from 2.5K)Hobby: 100K events/month (4x increase, from 25K)Pro
6ヶ月前
記事のアイキャッチ画像
Introducing the Flags Explorer, first-party integrations, and updates to the Flags SDK
Vercel News
Experimentation, A/B testing, and feature flags serve as essential tools for delivering better user experiences, ensuring smoother rollouts, and empowering teams to iterate quickly with confidence. We're making it easier to bring flags into your workflow with:Read more
7ヶ月前
記事のアイキャッチ画像
MCP server support on Vercel
Vercel News
is a way to build integrations for AI models.Model Context Protocol (MCP)Vercel now supports deploying MCP servers (which AI models can connect to) as well as MCP clients ( applications which call the servers).AI chatbotGet started with our today.Next.js MCP templateAPIs allow different services to communicate together. MCP is slightly different.Rather than thinking about MCP like a REST API, you can instead think about it like a tailored toolkit that helps an AI achieve a particular task. There may be multiple APIs and other business logic used behind the scenes for a single MCP tool.If you are already familiar with , MCP is a way to invoke tools hosted on a different server.tool-calling in AIMCP now supports a protocol similar to other web APIs, namely using HTTP and OAuth. This is an improvement from the previous stateful protocol.Server-Sent Events (SSE)To simplify building MCP servers on Vercel, we’ve published a , , which supports both the older SSE transport and the newer statel
7ヶ月前
記事のアイキャッチ画像
Bot activity and crawler insights now in Observability
Vercel News
Vercel Observability now provides detailed breakdowns for and , including AI crawlers and search engines. Users across all plans can view this data in the dashboard.individual botsbot categoriesObservability > Edge RequestsAdditionally, Observability Plus users can:Inspect bot and crawler activity in now.your Observability dashboardRead moreFilter traffic by bot category, such as AIView metrics for individual botsBreak down traffic by bot or category in the query builder
7ヶ月前
記事のアイキャッチ画像
Flags Explorer is now generally available
Vercel News
The Flags Explorer lets you override feature flags for your own session, without affecting colleagues, and without signing into your flag provider. This enables you to test features in production before they go live and keeps you in the flow. This feature is now generally available for all customers. Hobby, Pro, and Enterprise plans include 150 overrides per month, with unlimited overrides available for $250 per month on Pro and Enterprise.Teams that used Flags Explorer during the beta have 30 days to activate the new unlimited option before the 150 overrides per month limit takes effect. This can be done in the or directly through the .Vercel dashboardVercel ToolbarAdditionally, The automatically respects overrides set by the Flags Explorer, no matter which adapter you're using. Flags SDK. Learn more about Flags ExplorerRead more
7ヶ月前
記事のアイキャッチ画像
Faster builds now available with compute upgrades on paid plans
Vercel News
Projects with can now use enhanced build machines to improve build performance. on-demand concurrent buildsAvailable on all paid plans, these machines offer double the resources: 8 CPUs, 16 GB memory, and 58 GB disk. This reduces both build time and total build minutes used. Existing customers are already seeing up to 25% faster builds with no changes required.Enhanced builds can be enabled per project and are billed per minute.Enterprise customers can run all concurrent builds, including pre-allocated build slots and on-demand, on higher-spec machines. and learn more in .Enable on-demand enhanced buildsour documentationRead more
7ヶ月前
記事のアイキャッチ画像
Join the Vercel AI Accelerator
Vercel News
The Vercel AI Accelerator is back. This year, we'll work with 40 teams building the future of AI. Over six weeks, participants get the tools, infrastructure, and support to create next-generation AI apps. are open now until May 17.ApplicationsRead more
7ヶ月前
記事のアイキャッチ画像
Track a request's full lifecycle with session tracing
Vercel News
Session tracing is now available to all Vercel users, providing end-to-end visibility into the timing of each step in a request's lifecycle, from when it enters Vercel’s infrastructure to execution inside your Vercel Functions.With session tracing you can:Session tracing is free to customers on all plans.To get started, find Tracing in the Vercel Toolbar, or learn more in .the docsRead moreStart tracing sessions on your deployments directly from the Vercel Toolbar, no setup required.View spans for Vercel's routing, caching, middleware, and function layers as well as those instrumented in your code.Share traces with teammates for faster debugging and optimization.Use tracing alongside logs and metrics to debug, optimize, and improve iteration speed.
7ヶ月前
記事のアイキャッチ画像
How v0 is building SEO-optimized sites by default
Vercel News
Building for the web goes beyond speed and aesthetics, discoverability matters just as much. While AI can accelerate web development, it often skips over performance, accessibility, or SEO best practices that matter for discoverability. With , you don’t have to compromise. Every interface you generate is fast, accessible, and SEO-optimized by default.v0v0 integrates with Next.js and deploys to Vercel, giving you structured metadata, performance tuning, and (SSR). The result is better , pages that load quickly and return full HTML, making them easier for search engines to crawl and index. Server Side RenderingCore Web VitalsRead more
7ヶ月前
記事のアイキャッチ画像
Information disclosure in Flags SDK (CVE-2025-46332)
Vercel News
Vercel discovered and patched an information disclosure vulnerability in the , affecting versions:Flags SDKThis is being tracked as . .CVE-2025-46332We have published an automatic mitigation for the default configuration of the Flags SDK on VercelWe recommend upgrading to (or migrating from to ) to remediate the issue. Further guidance can be found in the [email protected]@vercel/flagsflagsupgrade guideA malicious actor could determine the following under specific conditions:Flags providers were accessible. No write access nor additional customer data was exposed, this is limited to the values noted above. notVercel implemented a network-level mitigation to prevent the default flags discovery endpoint at being reachable, which automatically protects Vercel deployments against exploitation of this issue./.well-known/vercel/flagsWhile uncommon, if you are exposing the flags discovery endpoint through custom paths, you can also implement a custom WAF rule to restrict access to these endpoints
7ヶ月前
記事のアイキャッチ画像
Serve personalized content faster with Vary support
Vercel News
Vercel now fully supports the HTTP header, making it easier to cache personalized content across all plans with no configuration required.VaryThe header tells caches which request headers to include when generating cache keys. This allows Vercel’s application delivery network to store and serve different versions of a page based on headers like or , so users get fast, localized content without recomputation.VaryX-Vercel-IP-CountryAccept-LanguageBy returning the above headers your site caches and serves country-specific content.A visitor from the United States receives the US-specific cached version, and visitors from other countries receive the version for their locale, with no recomputation required.Learn more about caching personalized content in .Vercel's application network documentationRead more
7ヶ月前
記事のアイキャッチ画像
iOS developers can now offer commission-free payments on web
Vercel News
Yesterday, a federal court made a decisive ruling in Epic Games v. Apple: Apple violated a 2021 injunction by continuing to restrict developers from linking to external payment methods, and by imposing a 27% fee when they did.The ruling represents a major shift for native app developers.Read more
7ヶ月前
記事のアイキャッチ画像
Create custom WAF rules directly from the Vercel Firewall tab
Vercel News
You can now create directly from the chart displayed on the Firewall tab of the Vercel dashboard.custom WAF rulesWhen viewing your traffic grouped by a parameter (like IP address, user agent, or request path), you can now select "Create Custom Rule" within the actions menu of any displayed time series. This automatically generates an editable draft of the custom WAF rule that matches the selected parameter. Once the WAF rule is saved and published, it's immediately propagated across our global network.This feature is available to all users across all plans at no additional cost.Learn more about the .Vercel FirewallRead more
7ヶ月前
記事のアイキャッチ画像
Optionally disable deployment_status webhook events for GitHub Actions
Vercel News
You can now disable the that Vercel sends to GitHub when Vercel is connected to your GitHub repository. webhook eventdeployment_statusWhen events are enabled, GitHub's pull request activity will create a log with a status event for every deployment. While this can keep your team better informed, it can also create noisy event logs for repositories with many deployment events, especially in monorepos with many projects.deployment_statusDisabling these events prevents repeated messages from cluttering your GitHub PR's event history, giving you a cleaner, more focused view of your pull request activity. The Vercel Github comment containing links to your preview deployments will continue to be posted as before.The is most often used as a trigger for GitHub Actions. We recommend to simply workflows with richer Vercel deployment information. eventdeployment_statusmigrating to eventsrepository_dispatch.Learn more in the documentationRead more
7ヶ月前
記事のアイキャッチ画像
Checks API support added for Marketplace integration providers
Vercel News
Providers building native integrations for the can now use the to deliver deeper functionality for their users.Vercel MarketplaceChecks APIWith Vercel's Checks API, you can define and run custom tests and assertions after every deployment, then surface actionable results directly in the Vercel dashboard.As a testing provider, you can implement checks such as reliability tests (e.g. API availability, runtime errors), performance tests (e.g. response time thresholds, load simulation), or Web Vitals (e.g. layout shift). This helps developers catch real-world issues earlier in their workflow, powered by your integration.When building your integration, keep these best practices in mind:Learn more in the .Checks API documentationRead moreOffer minimal or no-configuration solutions so developers can easily run checksProvide a guided onboarding experience from installation to first resultsDisplay clear, actionable outcomes directly in the Vercel dashboardDocument ways to extend or customize ch
7ヶ月前
記事のアイキャッチ画像
Protection against React Router and Remix vulnerabilities
Vercel News
Security researchers reviewing the Remix web framework have discovered two high-severity vulnerabilities in React Router. Vercel proactively deployed mitigation to the Vercel Firewall and .Vercel customers are protected and enable an external party to modify the response using certain request headers, which can lead to cache poisoning Denial of Service (DoS). CVE 43865 enables vulnerabilities such as stored Cross Site Scripting (XSS).CVE-2025-43864CVE-2025-43865When we learned about the vulnerability, we started analyzing the impact to the Vercel platform. Here are our findings and recommendations:Both issues have been patched in React Router 7.5.2. We recommend updating to the latest version and redeploying.If you are using additional layers of caching, including Cloudflare or other CDNs, we recommend purging those caches separately. Thank you to for disclosing the vulnerability.zheroRead moreImpact and analysisWe were able to reproduce the vulnerability and demonstrate that cache poi
7ヶ月前
記事のアイキャッチ画像
Improved experience for managing project domains
Vercel News
We’ve redesigned the Project Domains page with faster search, smoother navigation, and clearer visibility into your domain configurations. Navigating and understanding your domain setup is now quicker and more direct:Configuring DNS and adding new domains is now more focused and user-friendly:To learn more about managing Domains on Vercel, .read the docsRead moreFaster Browsing and Cleaner OverviewsStreamlined Configuration and Setup Start typing in the search bar, and your domain list will filter as you type without needing an exact match.Live Search: We've replaced the "View More" button with smooth, infinite scrolling so you can browse without interruptions.Infinite Scroll:Key information like associated Redirects and Environments are now displayed inline within the domain list, giving you a comprehensive overview at a glance without needing to click into individual domain details.Cleaner View: We’ve moved the DNS configuration instructions into a modal. This allows you to focus sol
7ヶ月前
記事のアイキャッチ画像
Pro customers can now deploy faster without build queues
Vercel News
When multiple team members deploy to Vercel at once, builds by default have a queue. Now, you can remove these queues, enabling your builds to start immediately.This is available to both Pro and Enterprise customers with and can be applied in the following ways:new per-minute pricing Concurrent build slots remain available for teams with steady, high-volume workloads.Learn about and .on-demand concurrent buildsenable them on your projectRead more per deployment, for urgent buildsManually, at the project level, to avoid queues by defaultAutomatically,
7ヶ月前
記事のアイキャッチ画像
Pricing for on-demand concurrent builds reduced by over 50%
Vercel News
Pricing for on-demand concurrent builds, which allow deployments to bypass build queues, has been reduced by more than 50%. Usage increments have also been lowered from 10 minutes to 1 minute.On-demand concurrent builds , and complement existing with the following recommendations:are available to both Pro and Enterprise customersbuild slotsThis change also applies to all customers using Enhanced On-demand builds, which allocate more memory to build compute for faster deployment times.Learn about and .on-demand concurrent buildsenable them on your projectRead moreUse for bursty workloads or priority deployson-demandUse for large, frequent builds with predictable volumeslots
7ヶ月前
記事のアイキャッチ画像
Updates to Vercel Toolbar shortcuts
Vercel News
You can now customize keyboard shortcuts for the Vercel Toolbar. Replace default shortcuts for hiding and opening the Toolbar Menu, and add shortcuts for frequently used tools. To configure shortcuts, find under in the Toolbar Menu. The is needed to customize shortcuts for hiding the toolbar and opening the Toolbar Menu.Keyboard ShortcutsPreferencesbrowser extensionThe default shortcut to show and hide the Toolbar Menu is changing to reduce conflicts with sites that have their own Cmd+K menus.Learn more about the .Vercel ToolbarRead moreMac: changing from to (control)⌘K^Windows: changing from to CtrlKCtrl
7ヶ月前
記事のアイキャッチ画像
Bot Protection: One-click managed ruleset now in public beta
Vercel News
The inspects billions of requests every day to block application-layer threats, such as cross-site scripting, traversal, and application DDoS attacks. While we already inspect and block malicious bot traffic, we wanted to provide better, more precise controls to fine tune your application security.Vercel Web Application Firewall (WAF)Today, we're launching the managed ruleset, free for all users on all plans. With a single click, you can protect your application from bot attacks.Bot ProtectionRead more
7ヶ月前
記事のアイキャッチ画像
Bot Protection is now in public beta
Vercel News
Vercel Web Application Firewall now includes a new , available in for all users.Bot Protection managed rulesetpublic betaBot Protection helps reduce automated traffic from non-browser sources and allows you to respond based on two action choices:To avoid disrupting legitimate automated traffic that's not already covered by Verified Bots, you can configure using the bypass action for specific requests.custom WAF rulesTo enable the ruleset:Bot Protection complements Vercel's existing mitigations, which already block common threats like DDoS attacks, low quality traffic, and spoofed traffic. It adds an extra layer of protection for any automated traffic that is not clearly malicious. During this public beta period, we’ve set up a on the Vercel Community where you can share your feedback, feature requests, and experiences with Bot Protection.threadLearn more about the and the Edit: During the beta period, we renamed the Bot Filter managed ruleset to Bot ProtectionBot Protection managed rul
7ヶ月前
記事のアイキャッチ画像
Prisma joins the Vercel Marketplace
Vercel News
is now available as aon the Vercel Marketplace, offering Prisma Postgres, a serverless database optimized for fullstack and edge applications.Prisma storage provider With automated account creation, integrated billing through Vercel, and a generous free tier, developers can now get started with Prisma Postgres in just a few clicks, no separate signup required.With the Prisma native integration, Vercel users get: on the Vercel Marketplace. Available to customers on all plans.Get started with PrismaRead moreA high-performance Postgres database with zero cold startsAutomatic scaling with built-in global caching and connection poolingVisual data management and AI-powered performance suggestions
7ヶ月前
記事のアイキャッチ画像
Node.js Vercel Functions now support request cancellation
Vercel News
can now detect when a request is cancelled and stop execution before completion. This includes actions like navigating away, closing a tab, or hitting stop on an AI chat to terminate compute processing early.Vercel Functions using Node.jsThis reduces unnecessary compute, token generation, and sending data the user never see.You can listen for cancellation using or the event:Request.signal.abortedabortIf you're using the , forward the to your stream:AI SDKabortSignalLearn more about .cancelling Function requestsRead more
7ヶ月前
記事のアイキャッチ画像
Fluid compute is now the default for new projects
Vercel News
New Vercel projects now run on by default.Fluid computeThis update follows , its adoption across large-scale production apps, and all deployments by default.Fluid’s general availabilityv0.devshipping with Fluid enabledFluid compute reuses existing instances before spawning new ones, cutting costs by up to 85% for high-concurrency workloads. It combines the efficiency of servers with the flexibility of serverless: for your existing projects, and learn more in our and .Enable FluidblogdocumentationRead moreConcurrent requests per functionScale from zero to infinityMinimal cold startsUsage-based, pay as you goFull Node.js and Python supportNo infrastructure to manageBackground tasks with waitUntil
7ヶ月前
記事のアイキャッチ画像
CVE-2025-32421
Vercel News
A low severity cache poisoning vulnerability was discovered in Next.js.This affects versions as a bypass of the previous . The issue happens when an attacker exploits a race condition between two requests — one containing the query parameter and another with the header.>14.2.24?__nextDataRequest=1x-now-route-matches through <15.1.6CVE-2024-46982Some CDN providers may cache a response even in the absence of explicit headers, enabling a poisoned response to persist and be served to subsequent users.200 OKcache-controlThis vulnerability allows an attacker to poison the CDN cache by injecting the response body from a non-cacheable data request () into a normal request that retains cacheable headers, such as .?__nextDataRequest=1Cache-Control: public, max-age=300No backend access or privileged escalation is possible through this vulnerability.This issue was verified using automated tooling that repeatedly triggers the race condition. Successful exploitation depends on precise timing and the
7ヶ月前
記事のアイキャッチ画像
Becoming an AI engineering company
Vercel News
In today's rapidly evolving tech landscape, AI has moved from research labs to everyday tools with stunning speed. I wanted to share my perspective, not only as a CTO at Vercel, but as an engineer who's seen a few revolutions over the past 30 years.Read more
7ヶ月前
記事のアイキャッチ画像
Protection against React Router vulnerability CVE-2025-31137
Vercel News
Security researchers reviewing the Remix web framework have a high-severity vulnerability in React Router that allows URL manipulation through the / header. recently discoveredHostX-Forwarded-HostOur investigation determined that Vercel and our customers are unaffected:A patch has been issued and released in Remix 2.16.3 / React Router 7.4.1. We recommend customers update to the latest version.Read more about .CVE-2025-31137Read moreWe use query parameters as part of the cache key, which protects against cache poisoning driven by the query praram._dataThe adapter uses similarly to the Express adapter, but it is not possible for an end user to send to a Function hosted on Vercel. @vercel/remixX-Forwarded-HostX-Forwarded-Host
7ヶ月前
記事のアイキャッチ画像
Lower pricing for Fast Data Transfer
Vercel News
Today we are lowering the price of Fast Data Transfer (FDT) for Vercel regions in Asia Pacific, Latin America, and Africa by up to 50%. The new FDT regional pricing is rolling out for all Pro and Enterprise plans:Learn more about or review your FDT usage on the .Fast Data TransferUsage pageRead moreAll new Pro and Enterprise users will be charged the new price moving forward.For existing Pro users, the new pricing applies starting today.For existing Enterprise users, it will apply at the start of the next billing cycle (typically monthly).Vercel RegionOld price per GBNew price per GBCape Town, South Africa (cpt1)$0.39$0.28Hong Kong (hkg1)$0.30$0.16Mumbai, India (bom1)$0.33$0.20Osaka, Japan (kix1)$0.31$0.16Sao Paulo, Brazil (gru1)$0.44$0.22Seoul, South Korea (icn1)$0.47$0.35Singapore (sin1)$0.30$0.16Sydney, Australia (syd1)$0.32$0.16Tokyo, Japan (hnd1)$0.31$0.16
7ヶ月前
記事のアイキャッチ画像
Enhanced Builds now have double the compute
Vercel News
now offer double the compute capacity, further improving performance for large codebases and CPU-intensive builds.Enhanced BuildsAvailable to Enterprise customers, Enhanced Builds are designed for teams working with monorepos or frameworks that run tasks in parallel—like dependency resolution, transpilation, or static generation. Customers already using Enhanced Builds are seeing, with no action required, up to 25% reductions in build times.Learn more in our or speak to your Vercel account team to enable Enhanced Builds.documentationRead more
7ヶ月前
記事のアイキャッチ画像
Life of a Vercel request: Application-aware routing
Vercel News
Routing is a fundamental part of delivering applications, but it’s often treated as an afterthought—tacked onto the caching layer and configured through complex YAML or manual click-ops. This can introduce friction for teams, increase the risk of misconfigurations, and slow down deployments, especially as applications grow in complexity.Vercel takes a different approach: routing is built into the platform as an application-aware gateway that understands your codebase. This unlocks a range of capabilities that simplify development by reducing configuration overhead, minimizing latency, and enabling more advanced architectures.The gateway has full context of your deployments, domains, and logic. It supports standard routing and custom rules, but goes beyond reverse proxying by interpreting application logic in real time to make smarter decisions, like skipping unnecessary compute.Here’s how Vercel routes requests—and why it makes building performant, complex apps easier.Read more
7ヶ月前
記事のアイキャッチ画像
Update on Spain and LALIGA blocks of the internet
Vercel News
the power to block IP addresses associated with unauthorized football streaming—without distinguishing between infringing and non-infringing services. As a result, legitimate, unrelated websites that people depend on are now inaccessible in Spain.A Spanish court has granted LALIGARead more
7ヶ月前
記事のアイキャッチ画像
Migrating Grep from Create React App to Next.js
Vercel News
is extremely fast code search. You can search over a million repositories for specific code snippets, files, or paths. Search results need to appear instantly without loading spinners.GrepOriginally built with Create React App (CRA) as a fully client-rendered Single-Page App (SPA), Grep was fast—but with , we wanted to update the codebase to make it even faster and easier to maintain going forward.CRA now deprecatedHere's how we migrated Grep to Next.js—keeping the interactivity of a SPA, but with the performance improvements from React Server Components.Read more
7ヶ月前
記事のアイキャッチ画像
Vercel Observability is now route-aware for SvelteKit apps
Vercel News
SvelteKit routes with dynamic segments—like —are now individually recognized and surfaced by Vercel Observability. This replaces the previous behavior where all dynamic routes appeared under a single entry./blog/[slug]/fnThis is available with version 5.7.0 of . Upgrade to unlock improved observability for your SvelteKit projects. @sveltejs/adapter-vercelLearn more about .Vercel ObservabilityRead more
7ヶ月前
記事のアイキャッチ画像
Legacy build image is being deprecated on September 1, 2025
Vercel News
Node.js 18 (LTS support ends April 30, 2025) and the Vercel legacy build image will be deprecated on September 1, 2025. If you are still using the legacy build image on this date, new builds will display an error.What changes between the legacy build image and latest build image?How do I know if I am still using the legacy build image?Will my existing deployments be affected?Existing deployments However, the Node.js version will need to be updated on your next deployment.will not be affected. How can I see if my projects are affected?You can see which projects are affected by this deprecation by running the following commands:How do I upgrade?To upgrade with the dashboard, and upgrade the version.visit the Build and Deployment settings for your projectTo upgrade with code, use the field in :enginespackage.jsonThis date coincides with the on the Vercel platform. Learn more about .previously announced deprecation of Node.js 18differences between build imagesRead moreThe minimum version o
7ヶ月前
記事のアイキャッチ画像
Introducing Chat SDK
Vercel News
The powers across the web, and today we're announcing the —a best-in-class, production-ready template for building conversational AI applications like ChatGPT or Claude artifacts. AI SDKincredible applicationsChat SDKRead more
7ヶ月前
記事のアイキャッチ画像
Grok 3 now available on Vercel Marketplace
Vercel News
xAI's latest and most powerful Grok 3 models are now available through the Vercel Marketplace, bringing state-of-the-art AI capabilities to your Vercel projects.To get started, you can use the in your project:AI SDK xAI providerThen, with Vercel CLI (or ):install the xAI Marketplace Integrationfrom the dashboardOnce you've accepted the terms, you'll be able to use Grok models from within your project, with no additional steps necessary. To help you get started, we've also made a . To learn more about xAI on Vercel, read our and the .ready-to-deploy Next.js xAI starter templateannouncementdocumentationRead more
7ヶ月前
記事のアイキャッチ画像
Expanding observability on Vercel
Vercel News
The Vercel Marketplace adds new integrations from , , and . You can now use the tools you already trust to monitor, measure, and debug your apps. No custom setup. No change to how you build or deploy.SentryChecklyDash0These tools connect directly through the with integrated billing, single sign-on, and access to provider dashboards, giving you deep visibility without the setup overhead.Vercel MarketplaceRead more
7ヶ月前
記事のアイキャッチ画像
Automatic mitigation of Google and Bing crawl delay, via Vercel’s Skew Protection
Vercel News
Google and Bing web crawlers occasionally crawl a document, but render it up to several weeks later using a headless browser. This delay between document crawl and assets download (which happens during render) can cause indexing failures if the website has been re-deployed since the crawl. for projects that have enabled.Vercel now automatically protects against such indexing failuresSkew ProtectionThis was achieved by extending the maximum age for Skew Protection to 60 days for requests coming from major search engine bots, such as Googlebot and Bingbot. This means that assets deployed up to 60 days ago will still be accessible to search engines when they render your document.Regardless of the maximum age configured in the dashboard, Pro and Enterprise accounts using Skew Protection will automatically be protected from this delay, thereby improving SEO.Learn more about and . Also, check out our , which provides a deeper dive into the search rendering process.Skew Protectionenable it in
7ヶ月前
記事のアイキャッチ画像
Sentry, Checkly, and Dash0 join the Vercel Marketplace
Vercel News
New native integrations from , , and are now available on the Vercel Marketplace, helping make it easier to monitor, debug, and optimize your applications—all in one place.SentryChecklyDash0This launch introduces Log Drain support for —a capability that was previously only available to .native integrationsconnectable accountsThese integrations offer frictionless onboarding, single sign-on, and integrated billing through Vercel, making it easy to get started in just a few clicks.Explore the new .observability integrationsRead moreReal-time error tracking and performance monitoring for faster issue resolutionSentry: End-to-end monitoring and synthetic checks for your frontend and APIsCheckly: Log management and structured observability, built with a developer-first experience. Dash0 also supports Native , allowing you to stream logs from your Vercel projects to external logging systems for deeper insights and centralized monitoringDash0: Log Drains
7ヶ月前
記事のアイキャッチ画像
Protectd: Evolving Vercel’s always-on denial-of-service mitigations
Vercel News
Securing web applications is core to the Vercel platform. It’s built into every request, every deployment, every layer of our infrastructure. Our always-on Denial-of-Service (DoS) mitigations have long run by default—silently blocking attacks before they ever reach your applications.Last year, we made those always-on mitigations visible with the release of the , which allows you to inspect traffic, apply custom rules, and understand how the platform defends your deployments.Vercel FirewallNow, we’re introducing , our next-generation real-time security engine. Running across all deployments, Protectd reduces mitigation times for novel DoS attacks by , delivering faster, more adaptive protection against emerging threats.Protectdover tenfoldLet's take a closer look at how Protectd extends the Vercel Firewall by continuously mapping complex relationships between traffic attributes, analyzing, and learning from patterns to predict and block attacks.Read more
7ヶ月前
記事のアイキャッチ画像
Trigger GitHub Actions with enriched deployment data from Vercel
Vercel News
You can now trigger GitHub Actions workflows in response to Vercel deployment events with enriched data using . These events are sent from Vercel to GitHub, enabling more flexible, cost-efficient CI workflows, and easier . eventsrepository_dispatchend-to-end testing for Vercel deploymentsPreviously, we recommended using , but these payloads were limited and required extra parsing or investigation to understand what changed. eventsdeployment_statusWith , Vercel sends custom JSON payloads with full deployment context—allowing you to reduce Github Actions overhead and streamline your CI pipelines.repository_dispatchWe recommend for a better experience. events will continue to work for backwards compatibility.migrating to repository_dispatchdeployment_statusRead more
7ヶ月前
記事のアイキャッチ画像
Llama 4 is now available on Vercel Marketplace
Vercel News
Meta’s latest and most powerful models are now available through the Vercel Marketplace via . Llama 4GroqTo get started for free, in the Vercel dashboard or add Groq to your existing projects with the Vercel CLI:install the Groq integrationYou can then use the with Lama 4:AI SDK Groq providerFor a full demo, check out the (which now uses Llama 4) or compare Llama 4 against other models side-by-side on our . To learn more, visit .official Groq chatbot templateAI SDK Playgroundour AI documentationRead more
8ヶ月前
記事のアイキャッチ画像
Run and share custom queries in Observability Plus
Vercel News
customers can now create and share custom queries directly from the Observability dashboard—making it easier to investigate specific metrics, routes, and application behavior without writing code.Observability PlusThe new query interface lets you:This new querying experience builds on the Monitoring dashboard, helping you stay in context as you drill deeper into your data.To try it out, open and select arrows on any chart or the query builder from the ellipsis menu.your Observability dashboardExplore queryLearn more about running in Observability and its available .queriesmetricsRead moreFilter by route to focus on specific pages and metricsUse advanced filtering, with auto-complete—no query language neededAnalyze charts in the context of routes and projectsShare queries instantly via URL or Copy button
8ヶ月前
記事のアイキャッチ画像
How PAIGE grew revenue by 22% with Shopify, Next.js, and Vercel
Vercel News
PAIGE, a leading denim and apparel retailer, faced significant technical complexity due to their existing ecommerce architecture. Seeking a faster and more reliable online experience, they reimagined their ecommerce strategy by adopting a simpler headless tech stack—one powered by Shopify, Next.js, and Vercel—that ultimately boosted their Black Friday revenue by 22% and increased conversion rates by 76%.Read more
8ヶ月前
記事のアイキャッチ画像
Vercel Secure Compute now supports multiple environments
Vercel News
Teams using can now associate each —Production, Preview, and custom—with a distinct Secure Compute network, directly from the project settings. This simplifies environment-specific network isolation within a single project.Vercel Secure Computeproject environmentTo connect your project's environments to Secure Compute:Learn more about .Secure ComputeRead moreNavigate to your project's settingsSecure ComputeFor every environment you want to connect to Secure Compute:Select an networkactiveOptionally, select a network to enable failoverpassiveOptionally, enable to include the project's build container in the network buildsClick to persist your changesSave
8ヶ月前
記事のアイキャッチ画像
Two-Factor Authentication (2FA) is now available
Vercel News
Users can now secure their accounts using Two-Factor Authentication (2FA) with Time-based One-Time Passwords (TOTP), commonly provided by authenticator apps like Google Authenticator or Authy. Your current Passkeys(WebAuthn keys) can also be used as second factors. 2FA adds an extra security layer to protect your account even if the initial login method is compromised. To Enable 2FA:Important information:Visit your to enable 2FA today, or check out our to learn more.account settingsdocumentationRead moreNavigate to in Account Settings and enable 2FAAuthenticationLog in using your existing method (email OTP or Git provider) as your first factorComplete authentication with a TOTP authenticator as your second factor are inherently two-factor and won't prompt for additional verificationPasskey logins (WebAuthn) delegate authentication responsibility to your identity provider (IdP) and won't require an additional factor within VercelTeam-scoped SAML SSO logins
8ヶ月前
記事のアイキャッチ画像
CVE-2025-30218
Vercel News
In the process of remediating , we looked at other possible exploits of Middleware. We independently verified this in parallel with two reports from independent researchers.CVE-2025-29927low severity vulnerabilityTo mitigate , Next.js validated the which persisted across multiple incoming requests:CVE-2025-29927x-middleware-subrequest-idHowever, this subrequest ID is sent to all requests, even if the destination is not the same host as the Next.js application.Initiating a fetch request to a third-party within Middleware will send the to that third party.x-middleware-subrequest-idWhile the exploitation of this vulnerability is unlikely due to an attacker requiring control of the third-party, we want to be proactive. We were already planning on removing this recursion prevention logic from Middleware—it was not supported in newer updates to Middleware to support the Node.js runtime—this disclosure expedited our efforts to bring parity between runtimes.Vercel customers are protected with
8ヶ月前
記事のアイキャッチ画像
The no-nonsense guide to composable commerce
Vercel News
Composable commerce projects frequently become overly complex, leading to missed objectives and unnecessary costs. At Vercel, we take a no-nonsense approach to composable commerce that's solely focused on business outcomes. Architecture should serve the business, not the other way around. Ivory tower architectures disconnected from clear business goals inevitably lead to projects plagued by runaway costs. Here are five truths we stand by when it comes to composable commerce:Read more
8ヶ月前
記事のアイキャッチ画像
Attack Challenge Mode now allows verified bots and Vercel cron jobs
Vercel News
Verified webhook providers—including Stripe and PayPal—are now automatically allowed in Attack Challenge Mode, ensuring uninterrupted payment processing. Well-behaved bots from major search engines, such as Googlebot, and analytics platforms are also supported.Vercel are now exempt from challenges when running in the same account. Like other trusted internal traffic, they bypass Attack Challenge Mode automatically.Cron JobsTo block specific known bots, create that matches their User Agent. Known bots are validated to be authentic and cannot be spoofed to bypass Attack Challenge Mode.a custom ruleLearn more about and how .Attack Challenge ModeVercel maintains its directory of legitimate botsRead more
8ヶ月前
記事のアイキャッチ画像
Yarn 2+ dependency caching now supported
Vercel News
Vercel now caches dependencies for projects using Yarn 2 and newer, reducing install times and improving build performance. Previously, caching was only supported for npm, pnpm, Bun, and Yarn 1.To disable caching, set the environment variable with a value of in your project settings.VERCEL_FORCE_NO_BUILD_CACHE1If you're using Yarn 4, , as.enable Corepack recommended by YarnVisit to learn more.the Build Cache documentationRead more
8ヶ月前
記事のアイキャッチ画像
Flags SDK 3.2
Vercel News
The 3.2 release adds support for in , making it easier to experiment on marketing pages while keeping them fast and avoiding layout shift. Flags SDKprecomputed feature flagsSvelteKitPrecomputed flags evaluate in Edge Middleware to decide which variant of a page to show. This keeps pages static, resulting in low global latency as static variants can be served through the Edge Network.Precompute handles the combinatory explosion when using multiple feature flags statically. Generate different variants of a page at build time, rely on to only build a specific combinations on demand, and more.Incremental Static RegenerationWe also improved the by splitting it across different frameworks and explicitly listing all providers that have adapters for the Flags SDK.Flags SDK documentationLearn more about the and the .Flags SDK with SvelteKitprecompute patternRead more
8ヶ月前
記事のアイキャッチ画像
Postmortem on Next.js Middleware bypass
Vercel News
Last week, we published and patched a critical severity vulnerability in Next.js. Here’s our post-incident analysis and next steps.CVE-2025-29927Read more
8ヶ月前
記事のアイキャッチ画像
Protection against Next.js CVE-2025-29927
Vercel News
A security vulnerability in Next.js was , which allows malicious actors to bypass authorization in Middleware when targeting the header.responsibly disclosedx-middleware-subrequest. We still recommend updating to the patched versions. Learn more about .Vercel customers are not affectedCVE-2025-29927Read more
8ヶ月前
記事のアイキャッチ画像
AI SDK 4.2
Vercel News
The is an open-source toolkit for building AI applications with JavaScript and TypeScript. Its unified provider API allows you to use any language model and enables powerful UI integrations into leading web frameworks such as and .AI SDKNext.jsSvelteRead more
8ヶ月前
記事のアイキャッチ画像
Flags SDK now supports OpenFeature
Vercel News
The allows using any Node.js OpenFeature provider with the Flags SDK. Pick from a wide range of flag providers, while benefiting from the Flag SDK's tight integration into Next.js and SvelteKit. Flags SDK adapter for OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool or in-house solution. OpenFeature exposes various providers through a unified API.OpenFeatureThe sits between your application and the source of your flags, helping you follow best practices and keep your website fast. Use the Flags SDK OpenFeature adapter in your application to load feature flags from all compatible Node.js OpenFeature providers, including:Flags SDKView the or to get started.OpenFeature adapterclone the templateRead moreAB TastyBucketCloudbeesConfidence by SpotifyConfigCatDevCycleEnvironment Variables ProviderFeatBitflagdFliptGO Feature FlagGrowthBookHypertuneKameleoonLaunchDarklyPostHog
8ヶ月前
記事のアイキャッチ画像
xAI and Vercel partner to bring zero-friction AI to developers
Vercel News
Vercel provides the tools and infrastructure to build AI-native web applications. We're partnering with to bring their powerful Grok models directly to Vercel projects through the —and soon —with no additional signup required. xAIVercel Marketplacev0To help you get started, xAI is introducing a new free tier through Vercel to enable quick prototyping and experimentation. These Grok models now power our official with the . Next.js AI chatbot templateAI SDKThis is a part of our ongoing effort to make using AI frictionless on Vercel.Read more
8ヶ月前
記事のアイキャッチ画像
xAI joins the Vercel Marketplace
Vercel News
xAI's Grok models are now available in the , making it easy to integrate conversational AI into your Vercel projects.Vercel MarketplaceTo get started, you can use the in your project:AI SDK xAI providerThen, with Vercel CLI (or ):install the xAI Marketplace Integrationfrom the dashboardOnce you've accepted the terms, you'll be able to use Grok models from within your project, with no additional steps necessary. To help you get started, we've also made a . To learn more about xAI on Vercel, read our and the .ready-to-deploy Next.js xAI starter templateannouncementdocumentationRead moreGet started with xAI's free plan—no additional signup through the MarketplaceAccess Grok's large language models (LLMs) directly from your Vercel projectsSimplify authentication and API key management through automatically configured environment variablesPay only for what you use with integrated billing through Vercel
8ヶ月前
記事のアイキャッチ画像
Lockfile-aware deployment skipping for monorepos
Vercel News
Vercel now maps dependencies in your package manager’s lockfile to applications in your monorepo. Deployments only occur for applications using updated dependencies.This feature is based on Turborepo's lockfile analysis, supporting the package managers listed as stable in .Turborepo's Support PolicyPreviously, any change to the lockfile would redeploy all applications in the monorepo since it was treated as a shared input. Now, Vercel inspects the lockfile’s contents to determine which applications have dependency changes, further reducing potential queue times.Learn more about .skipping unaffected projects in monoreposRead more
8ヶ月前
記事のアイキャッチ画像
Vercel Firewall protects against the SAMLStorm vulnerability
Vercel News
We have deployed a proactive security update to the , protecting against a recently disclosed vulnerability in the package, dubbed SAMLStorm ( and ). This vulnerability, which affects various SAML implementations, could allow attackers to bypass authentication mechanisms.Vercel Firewallxml-cryptoCVE-2025-29774CVE-2025-29775See the for more details on the vulnerability, and reach out to if you have questions.SAMLStorm reportVercel SupportRead moreWhat This Means for Vercel Customers: Vercel Firewall automatically mitigates this risk for you, but updating xml-crypto is still recommendedAutomatic protection with the Vercel Firewall: If you're using xml-crypto package 6.0.0 and earlier, or a package that depends on xml-crypto, update to 6.0.1, 3.2.1, or 2.1.6 for the patched versionsUpdate xml-cryptoWe'll continue to monitor for new developments and provide updates as necessary
8ヶ月前
記事のアイキャッチ画像
Groq, fal, and DeepInfra join the Vercel Marketplace
Vercel News
now has an for tools to integrate AI models and services directly into Vercel projects.The Vercel MarketplaceAI categoryGroq, fal, and DeepInfra are available as first-party integrations, allowing users to:With prepaid plan options, users can now manage AI costs more predictably by purchasing credits upfront from a model provider. These credits can be used across any model offered by that provider.Explore the new , , and get started with , , and on the Vercel Marketplace, available to users on all plans.AI categoryread the docsGroqfalDeepInfraYou can also explore the most popular models from each provider in the . AI SDK playgroundRead moreSeamlessly connect and experiment with various AI models to power generative applications, embeddings, and moreDeploy and run inference with high-performance AI models, optimized for speed and efficiencyLeverage single sign-on and integrated billing through Vercel, including new prepaid options for better cost control
8ヶ月前
記事のアイキャッチ画像
Reduced Log Drains costs with smaller billable increments
Vercel News
We’ve updated Log Drains pricing on all Pro and Enterprise plans, reducing the charge increments.Data transferred for Log Drains will be billed at $0.50 per 1GB, instead of the previous $10 per 20GB, providing more precise usage tracking and better cost efficiency.Learn more about .Log DrainsRead more
8ヶ月前
記事のアイキャッチ画像
Vercel Marketplace integrations now available in v0
Vercel News
Users of —our collaborative AI assistant used to design, iterate, and scale full-stack applications—can now leverage integrations from the , starting with Upstash, Neon, and Supabase.v0Vercel MarketplaceInstall directly from the project sidebar or within v0’s chat interface. When added, these integrations redirect you to the Vercel Marketplace where you can configure environment variables, available to both Vercel and v0..Explore a example generationRead more
8ヶ月前
記事のアイキャッチ画像
Faster domain aliasing for large-scale multi-tenant applications
Vercel News
Bulk aliasing for multi-tenant applications now runs significantly faster, reducing total aliasing time by up to .95%Multi-tenant applications on Vercel let a single project serve many customers behind the scenes. These applications are often fronted by hundreds or thousands of domains. Previously, aliasing—the process of pointing a domain to a different deployment—was a slow process that added significant overhead to deployments.This optimization is now live for all customers and has led to dramatic improvements, like:Learn more about on Vercel.multi-tenant applicationsRead more~10min → 28 secondsApp with 13,254 domains: 8min 37secs → 26 secondsApp with 23,743 domains:
8ヶ月前
記事のアイキャッチ画像
Jeanne DeWitt Grosser joins Vercel as COO
Vercel News
When I started Vercel, my vision was simple: make building for the web more accessible and more powerful. That belief has fueled Vercel’s growth, empowering developers to bring their biggest ideas to life.Today, we’re welcoming , former Chief Business Officer at Stripe, as Vercel’s Chief Operating Officer to help further this mission. Vercel is building the foundation to power the next billion developers. Achieving this vision requires strong leadership and operational excellence. As COO, Jeanne will lead our go-to-market function.Jeanne DeWitt GrosserRead more
8ヶ月前
記事のアイキャッチ画像
Personalization strategies that power ecommerce growth
Vercel News
Personalization works best when it’s intentional. Rushing into it without the right approach can lead to higher costs, slower performance, and poor user experience. The key is to implement incrementally, with the right tools, while maintaining performance.When personalization is implemented effectively, it drives real business results, returning and . $20 for every $1 spentdriving 40% more revenueLet's look at what personalization is, how to implement it correctly, and why Next.js and Vercel achieve optimal outcomes.Read more
9ヶ月前
記事のアイキャッチ画像
Increased Hobby usage limits for Image Optimization
Vercel News
We've increased Image Optimization included usage for Hobby teams:Learn more about and its recent .Image Optimization pricingrecent price reductionRead more from 3K to 5K per monthImage Transformations: from 180K to 300K per monthImage Cache Reads: from 60K to 100K per monthImage Cache Writes:
9ヶ月前
記事のアイキャッチ画像
Overview page in Observability
Vercel News
now includes an overview page that provides a high-level view of your application's performance.Vercel ObservabilityThis new dashboard aggregates key metrics from Edge Requests, Fast Data Transfer, and Vercel Functions, giving you instant insights into request and data transfer volumes, as well as function performance.Each metric also serves as a starting point for deeper analysis, with one-click access to their dedicated dashboards for more detailed insights.Try it in .your Observability dashboardRead more
9ヶ月前
記事のアイキャッチ画像
Vercel Firewall rule builder now supports `OR` for rule condition groups
Vercel News
The Vercel Firewall now supports using an operator to link condition groups within a custom WAF rule. ORPreviously, customers could only use an operator to join condition groups. This update now supports or , allowing customers to create more complex WAF actions. ANDANDORLearn more about the or navigate to your to customize rules.Vercel FirewallFirewall tabRead more
9ヶ月前
記事のアイキャッチ画像
How Fluid compute works on Vercel
Vercel News
designed to handle modern workloads with real-time scaling, cost efficiency, and minimal overhead. Traditional serverless architectures optimize for fast execution, but struggle with requests that spend significant time waiting on external models or APIs, leading to wasted compute. Fluid compute is Vercel’s next-generation compute modelTo address these inefficiencies, dynamically adjusts to traffic demands, reusing existing resources before provisioning new ones. At the center of Fluid is Vercel Functions router, which orchestrates function execution to minimize cold starts, maximize concurrency, and optimize resource usage. It dynamically routes invocations to pre-warmed or active instances, ensuring low-latency execution. Fluid computeBy efficiently managing compute allocation, the router prevents unnecessary cold starts and scales capacity only when needed. Let's look at how it intelligently manages function execution.Read more
9ヶ月前
記事のアイキャッチ画像
Using the AI SDK to build Sitecore Stream's AI-powered brand aware assistant
Vercel News
—a leading digital experience platform—wanted to create a transformative AI tool that would help marketers connect more deeply with their brand assets, driving both consistency and creativity. Using the AI SDK, they lunched —a dynamic, AI-powered brand assistant that empowers marketers to interact with their brand content in visually interactive and conversational way.SitecoreSitecore StreamRead more
9ヶ月前
記事のアイキャッチ画像
Automatic pnpm v10 support
Vercel News
Vercel now supports pnpm v10.New projects with a file with will automatically use pnpm v10 for Install and Build Commands. Existing projects will continue to use pnpm v9 for backwards compatibility, since pnpm v9 also uses .pnpm-lock.yamllockfileVersion: '9.0'lockfileVersion: '9.0'Check your to see which version a deployment uses. If you'd like to manually upgrade or downgrade your version, .build logsuse CorepackVisit the to learn more.package managers documentationRead more
9ヶ月前
記事のアイキャッチ画像
Improvements to Vercel Firewall system bypass rules
Vercel News
allow Pro and Enterprise customers to configure firewall rules to skip Vercel system mitigations, including , for specific IPs and CIDR ranges. Although we strongly recommend against disabling protections, customers—particularly ones that deploy a proxy in front of Vercel—may experience traffic issues that can be mitigated by deploying system bypass rules. System bypass rulesDDoS protectionImprovements to the system bypass rules give customers additional control over how the rules are deployed, including: Learn more about the .Vercel FirewallRead moreExpanded support beyond production domains to preview domainsAdded support for single domain rules for preview deployment URLs and aliasesExpanded project-scoped bypass rules to include all domains connected to a projectIncreased limits for system bypass rules for Pro to 25 and Enterprise to 100 (from 3 and 5 respectively)
9ヶ月前
記事のアイキャッチ画像
Fast Data Transfer for rewrites between your team's projects is now free
Vercel News
External between projects within the same team now use Fast Data Transfer only for the destination request. This change makes Fast Data Transfer for the original request free.rewritesCommonly used as a or for , rewrites can be configured in , middleware, or to route requests between the same or separate Vercel projects without changing the URL shown to the user.reverse proxymicrofrontend architecturesvercel.jsonnext.config.tsUsage for external rewrites to the same team:Learn about and monitor your Fast Data Transfer and .rewritesusageobservabilityRead more for the original and destination request have been optimized and consolidated into a single stream, reducing overall transfer.Fast Data TransferEach external rewrite triggers a full request lifecycle, including routing and Web Application Firewall checks, ensuring security policies are enforced per project, and counts as a separate .Edge Request
9ヶ月前
記事のアイキャッチ画像
Statsig joins the Vercel Marketplace
Vercel News
The Vercel Marketplace now has an to allow developers to work with feature flagging and experimentation providers in Vercel projects.Experimentation category—a modern feature management, experimentation, and analytics platform—is now available as a first-party integration in this new category, so users can:StatsigAdditionally, you can use the to load experiments and flags from Statsig using the newly released provider. Flags SDK@flags-sdk/statsigExplore the or get started with , available to users on all plans.templateStatsig on the Vercel MarketplaceRead moreConnect Statsig with your Vercel projects directly from the Vercel MarketplaceLeverage integrated billing through VercelSync your Statsig experiments into Edge Config for ultra-low latencyManage and roll out features progressively, run A/B tests, and track real-time results
9ヶ月前
記事のアイキャッチ画像
IP address details added in the Vercel Firewall dashboard
Vercel News
The Vercel Firewall dashboard now displays enriched IP address data, including the (AS) name, AS number (ASN), and geolocation on hover.autonomous systemThis information helps identify the origin of an attack, determine the owner of an IP address, and create to block malicious traffic.targeted custom rulesLearn more about the .Vercel FirewallRead more
9ヶ月前
記事のアイキャッチ画像
Middleware now supports Node.js
Vercel News
Middleware support for the Node.js runtime is now available, providing full Node.js support for authentication, personalization, and more—using familiar APIs.Middleware continues to be deployed globally on Vercel, regardless of the runtime used. We are first releasing support for Node.js Middleware in . Next.js 15.2This experimental feature requires the Next.js canary channel. Upgrade to and enable the experimental flag in your config to use it:next@canarynodejsYou must also specify the Node.js runtime in your middleware file: with Next.js 15.2.Deploy nowRead more
9ヶ月前
記事のアイキャッチ画像
Granular branch matching for Git configuration in vercel.json
Vercel News
Vercel now supports glob patterns (like ) in the field, giving you more control over branch deployments. testing-*git.deploymentEnabledPreviously, you could disable deployments for specific branches by explicitly naming them. Now, you can use patterns to match multiple branches at once.For example, the configuration below prevents deployments on Vercel if the branch begins with .internal-Learn more about .Git configurationRead more
9ヶ月前
記事のアイキャッチ画像
Changes to supported TLD registrations
Vercel News
We’ve updated our list of supported Top-Level Domains (TLDs) registrations, adding new options and removing select ones as we refine our domain offerings.We now support 66 additional TLDs, including:Newly supported TLD registrations- Generic domains (e.g. , , and )- Professional domains like (e.g. , , and )- Lifestyle domains (e.g. , , and )- Interest-based domains (e.g. , , and ).page.food.hosting.lawyer.phd.inc.beauty.living.lifestyle.guitars.yachts.watchesWe have removed registration support for select TLDs, including:TLD registrations no longer supported- Various country-code TLDs (ccTLDs, e.g. , , )- Regional TLDs (e.g. , , )- Multiple compound TLDs (e.g. , , ).at.lu.ma.berlin.wales.istanbul.com.co.org.pl.co.nzFuture plans for TLD registration supportWe’re continuing to improve our domain offerings by:These changes take effect immediately. Existing registrations, renewals, and services for deprecated TLDs remain unaffected.Read moreEnhancing support for country-code TLDs (ccTLDs),
9ヶ月前
記事のアイキャッチ画像
One-click linking from Usage to Vercel Observability dashboards
Vercel News
Metrics on the now offer one-click access to corresponding dashboards, making it easier to dive deeper into team and project usage.Usage dashboardVercel ObservabilityThis new linking is available today for:Try it from and learn more about .your Usage dashboardVercel ObservabilityRead moreVercel FunctionsEdge NetworkImage OptimizationIncremental Static Regeneration Builds (when viewing per project)
9ヶ月前
記事のアイキャッチ画像
Integrating Vercel and Sitecore for 2x faster development times and 111% higher conversions
Vercel News
is the world’s leading expert on Microsoft which delivers AI-driven solutions for cloud, data analytics, cybersecurity, and ERP.AvanadeThe team at Avanade started on a comprehensive transformation, ultimately adopting , Vercel, and to establish a modern, composable system capable of delivering highly responsive experiences to global clients. This migration helped replace monolithic systems with tightly coupled components and manual deployments, which hurt performance and feature rollouts.Next.jsSitecore XM CloudRead more
9ヶ月前
記事のアイキャッチ画像
New monorepo projects now skip builds with unchanged code by default
Vercel News
Previously, we added to reduce build queueing.opt-in support for skipping builds with unchanged code in monoreposThis behavior is now the default for new projects. To in an existing project, visit the settings for the project.enable deployment skippingBuild and DeploymentAdditionally, this setting has been added to the in 2.10.0.Vercel provider for TerraformLearn more about .skipping deploymentsRead more
9ヶ月前
記事のアイキャッチ画像
Observability for Edge Requests now includes more traffic parameters
Vercel News
We’ve expanded the in to show additional request data by:Edge Request dashboardVercel ObservabilityAvailable on all plans, these insights help you monitor traffic patterns and identify potential threats, which you can address using .Vercel FirewallRoute-level data is available to customers.Observability Plus and learn more about .View your Edge Request dashboardVercel ObservabilityRead moreUser agentIP addressJA4ReferrerHostname
9ヶ月前
記事のアイキャッチ画像
Vercel security roundup: Faster defenses and better visibility for your apps
Vercel News
Every second, Vercel blocks attacks before they reach your applications—keeping businesses online and developers focused on shipping, not security incidents.Vercel’s security capabilities combine to provide always-on protection without added complexity.real-time DDoS mitigation, a powerful Web Application Firewall (WAF), and seamless SIEM integrationsHere’s what happened in the last quarter.Read more
9ヶ月前
記事のアイキャッチ画像
Consolidated Build and Deployment settings
Vercel News
We’ve simplified the Project Settings page, bringing all build customization options under a unified Builds and Deployment section.Vercel framework-defined infrastructure automatically detects settings for many frontend frameworks, but you can still customize build options to fit your needs.Learn more about and how to .project settingsconfigure a buildRead more
9ヶ月前
記事のアイキャッチ画像
Sync projects with @vercel/related-projects
Vercel News
The new package helps sync deployment information across separate Vercel projects, ensuring your applications always reference the latest preview or production deployment URLs without manual updates or environment variable changes.@vercel/related-projectsPreviously, developers had to manually enter deployment URLs, manage connection strings, or use environment variables to keep the projects communicating effectively. Now, this data is automatically available and updated at both build and runtime.For example, a monorepo containing:Related Projects can now ensure that each preview deployment of the frontend automatically references the corresponding preview deployment of the backend, avoiding the need for hardcoded values when testing changes that span both projects.Related Projects are linked using a Vercel project ID. You can in the project page in the Vercel dashboard.find your project IDSettingsLearn more about .linking related projectsRead moreA frontend Next.js project that fetches
9ヶ月前
記事のアイキャッチ画像
npm i flags
Vercel News
The —our open source library for using feature flags in Next.js and SvelteKit applications—is now available under the new package name . Flags SDKflagsThe new name signals our commitment to open source and the independence of the package from any specific entity or platform. Our framework-first approach of the SDK aims to simplify usage, avoid client-side flag evaluation, and improve user experience by eliminating layout shifts.We are working on adapters with partners like Statsig, Optimizely, and LaunchDarkly to ensure a seamless integration with the Flags SDK.Until now, each provider established their own approach to using feature flags in frameworks like Next.js, which led to duplicate efforts across the industry and drift in implementations. Going forward, the Flags SDK will help all feature flag and experimentation providers benefit from its tight integration to frameworks, while retaining their unique capabilities.If you are using , make sure you are updating to version 3.1.1 and
9ヶ月前
記事のアイキャッチ画像
Improved traffic visibility on Firewall overview page
Vercel News
The Vercel Firewall overview page now shows improved visibility into your traffic and the Firewall status. Navigate to to see:your Firewall pageThe Vercel Firewall automatically mitigates DDoS attacks for all Vercel deployments. You can further secure your site with , and by turning on when under high-volume attacks. custom rules and IP blockingAttack Challenge ModeLearn more about the .Vercel FirewallRead moreStatus of the system firewallA warning banner if a is inhibiting Vercel's ability to protect your sitereverse proxyTabbed view for easier traffic filtering Rules displayed below the chart with better readability
9ヶ月前
記事のアイキャッチ画像
New Observability dashboard for Image Optimization
Vercel News
Vercel Observability now includes a dedicated dashboard for Image Optimization, providing deeper insights into image transformations and efficiency.This update follows the introduction of a , and includes:new pricing modelThis dashboard is available to customers on all plans and is compatible with both the new and legacy pricing models.View and learn more about and.your Image Optimization dashboardnew pricing changes Image OptimizationRead more: View formats, quality settings, and width adjustments.Transformation insights Identify high-frequency transformations to help inform caching strategies.Optimization analysis:: Compare transformed images against their original sources to measure bandwidth reduction and efficiency.Bandwidth savings: See all referrers and unique variants of an optimized image in one place.Image-specific views
9ヶ月前
記事のアイキャッチ画像
Deployment integration actions for Marketplace integrations
Vercel News
integration providers can now register integration actions for deployments, allowing for automated resource-side tasks such as database branching, environment variable overrides, and readiness checks.MarketplaceWhen a user deploys a project that has connected Marketplace integration with configured actions, the deployment will pause and wait for all integration actions to complete successfully. This ensures that the deployed resources are properly set up before the deployment proceeds. Users will also receive helpful suggestions within the integration about which actions are available and should be executed.Learn more about . integration actionsRead more
9ヶ月前
記事のアイキャッチ画像
Observability for Vercel Functions now offers a quick-view of key insights
Vercel News
's now shows quick-view tiles with key metrics, such as:ObservabilityVercel Functions dashboardThese insights are available for all plans.Learn more about and .ObservabilityFluid computeRead moreActive compute model, like , which enhances efficiency, minimizes cold starts, and optimizes performanceFluid computeCompute saved with Fluid compute enabledAverage memory usage for your functionsP75 Time to First Byte (TTFB) for performance monitoringCold start frequency to track optimization impact
9ヶ月前
記事のアイキャッチ画像
Faster transformations and reduced pricing for Image Optimization
Vercel News
We’ve optimized our Image Optimization infrastructure, including:Previously, usage was measured by the number of unique source images ($5 per 1K source images). You can now opt into usage based on transformations with regional pricing, starting from:This new pricing model is through your project settings.opt-inPro and self-serve Enterprise customers can view the projected cost difference when . All Enterprise customers can also reach out to their account team to discuss new pricing.enabling in settingsHobby customers have been moved to the new model's included allotments.Learn more about .Image Optimization pricingRead more transformations60% fasterNew, opt-in reduced pricing $0.05 per 1K image transformationsImage Transformations: $0.40 per 1M cache read unitsImage Cache Reads: $4.00 per 1M cache write unitsImage Cache Writes:There are using Image Optimizationno changes to existing customersNew projects for existing customers will also have no changesNew customers will start on the ne
9ヶ月前
記事のアイキャッチ画像
Additional options for sharing deployments externally
Vercel News
You can now with external collaborators. Previously, invitations, access requests, and shareable links were limited to the for a branch or custom aliases.share deploymentspreview URLThe share modal—accessible by selecting on a deployment page or from the menu—now allows sharing the specific deployment you are on or the always up-to-date for the branch.Share Vercel Toolbar preview URLRead more about . sharing deploymentsRead more
9ヶ月前
記事のアイキャッチ画像
Automated DNS configuration with Domain Connect
Vercel News
Vercel now supports , an open standard that simplifies DNS configuration. With one click, you can set up your domain without manually copying DNS records—saving time and reducing errors.Domain ConnectCloudflare-managed domains are now supported with more providers coming soon., and Vercel will detect if your domain qualifies for setup through Domain Connect, prompting you to proceed automatically or configure it manually.To get started: Add a new domain to your Vercel projectWe're also implementing Domain Connect as a DNS provider, enabling external services to configure Vercel Domains just as easily.Learn more about .Vercel domainsRead more
9ヶ月前
記事のアイキャッチ画像
Support for React Router v7
Vercel News
Vercel now supports applications when :React Router v7used as a frameworkThis includes support for server-rendered React Router applications using Vercel's . Further, the Vercel preset intelligently splits application bundles across Vercel Functions, and supports custom server entry points.Fluid compute or learn more about .Deploy React Router to VercelReact Router on VercelRead more
9ヶ月前
記事のアイキャッチ画像
Bridging the gap between design and code with v0
Vercel News
specializes in building developer-focused SDKs—to help developers build their products. They adopted v0 to bridge the workflow from design to code, using it to accelerate rapid prototyping and reduce implementation time.SpeakeasyRead more
9ヶ月前
記事のアイキャッチ画像
Manage multiple Vercel Function regions in the dashboard
Vercel News
Pro and Enterprise plans can now select multiple regions for directly from the dashboard. This update simplifies configuration by removing the need to define regions in .Vercel Functionsvercel.jsonMulti-region support is available for all Vercel Functions and supports Vercel's implementation of , which encourages a that positions dynamic functions closer to your data.Fluid computedense global compute modelVisit to customize your regions or learn more about your project’s Settings tabconfiguring regions for Vercel Functions.Read more
9ヶ月前
記事のアイキャッチ画像
Redeploy without leaving project settings
Vercel News
When updating project settings, such as environment variables, Vercel will now automatically prompt you to redeploy.A toast notification will appear when you change any settings that require a redeploy to take effect. After clicking , you can track the progress of your deployment.RedeployLearn more about .project settingsRead more
9ヶ月前
記事のアイキャッチ画像
Split-tgz is now the default CLI archive deployment behavior
Vercel News
Archive deployments are useful for deploying large projects with thousands of files from the CLI. We as a new archive option: . This new capability offered up to 30% faster uploads and avoided .previously released the split-tgz archive deploymentfile upload size limitsvercel deploy --archive=split-tgzWe’ve confirmed ’s stability and made it the default behavior for . This means the separate as the functionality and benefits power the default option.split-tgztgzsplit-tgztgzsplit-tgz option is now deprecatedLearn more about .CLI archive deploymentsRead more
9ヶ月前
記事のアイキャッチ画像
Vercel database templates now support any marketplace provider
Vercel News
We’ve updated our database starter templates to support selecting any Postgres or Redis provider available in the Vercel Marketplace when deploying.These templates are now provider-agnostic, allowing developers to seamlessly integrate alternative database and key-value store solutions while maintaining the same developer experience.Check out the documentation to . learn how to deploy your ownRead moreRedis: , , Nuxt.jsNext.jsSvelteKitPostgres: , , , , Next.jsNuxt.jsSvelteKitKyselyDrizzle
9ヶ月前
記事のアイキャッチ画像
Enhanced firewall data now available in Monitoring
Vercel News
Monitoring now has better firewall support, offering insights into your firewall rules:These metrics are available for all and customers.Observability PlusMonitoringMonitoring recently became .part of Observability PlusRead moreFilter blocked requests by actions and custom firewall rulesMore fields are now displayed when available:IP CountryUser AgentRouteRequest PathRegion
9ヶ月前
記事のアイキャッチ画像
Faster deploy times for large builds
Vercel News
We optimized the deploy step of the to reduce build times by 2.8 seconds at P99, 760ms at P75, and 410ms on average.build processFor customers with a large number of Vercel Functions (100+), builds are more than 50 seconds faster. Several customers have time savings of over 2 minutes.Check out to learn more about builds.the documentationRead more
10ヶ月前
記事のアイキャッチ画像
New execution duration limit for Edge Functions
Vercel News
Starting on March 1st, 2025, we will begin the rollout of a new execution duration limit of 300 seconds for using the Edge runtime.Vercel Functions Previously, Edge Functions had no fixed timeout for streaming responses, leading to unpredictable behavior based on system resources and traffic. With this update, Edge Functions will consistently allow streaming responses for up to 300 seconds, including post-response tasks like .waitUntil()Learn more about .Vercel Functions using the Edge runtimeRead more
10ヶ月前
記事のアイキャッチ画像
Deployment pages now display key configuration settings
Vercel News
Project Overview and Deployment Details pages now include a Deployment Configuration section under the deployment card. Expand to view snapshots of , , , , and settings.Fluid ComputeFunction CPUDeployment ProtectionSkew ProtectionSecure ComputeThis section is available for all new deployments moving forward. It will appear on your Project Overview page after your next production deployment.Read more
10ヶ月前
記事のアイキャッチ画像
Dark mode, expanded search, and more repositories in Grep
Vercel News
We've made improvements to , our tool for quick code search. Grep. Try Grep todayRead more You can now search across 1,000,000 public git repositoriesThe app has been rebuilt with , improving performance with Next.js 15Partial PrerenderingSupport for dark mode
10ヶ月前
記事のアイキャッチ画像
Introducing Fluid compute
Vercel News
While dedicated servers provide efficiency and always-on availability, they often lead to over-provisioning, scaling challenges, and operational overhead. Serverless computing improves this with auto-scaling and pay-as-you-go pricing, but can suffer from cold starts and inefficient use of idle time.It’s time for a new, balanced approach. evolves beyond serverless, trading single-invocation functions for high-performance mini-servers. This model has helped thousands of early adopters maximize resource efficiency, minimize cold starts, and reduce compute costs .Fluid computeby up to 85%Read more
10ヶ月前
記事のアイキャッチ画像
Vercel Functions can now run on Fluid compute
Vercel News
Vercel Functions can now run on , bringing improvements in efficiency, scalability, and cost effectiveness. . Fluid computeFluid is now available for all plans or learn more in our and .Enable Fluid todayblogdocumentationRead moreWhat’s New Functions can handle multiple requests per instance, reducing idle time and lowering compute costs by for high-concurrency workloadsOptimized concurrency:up to 85% Fewer cold starts with smarter scaling and pre-warmed instancesCold start protection: Functions scale before instances, moving beyond the traditional 1:1 invocation-to-instance modelOptimized scaling: Use to run background tasks after responding to the clientExtended function lifecycle:waitUntil Detects and stops infinite loops and excessive invocationsRunaway cost protection: Requests are routed to the nearest of your selected compute region for better performanceMulti-region execution: No restrictions on native modules or standard librariesNode.js and Python support:
10ヶ月前
記事のアイキャッチ画像
Enterprise teams can now ship faster without build queues
Vercel News
On-demand concurrent builds automatically and dynamically scale builds, increasing build capacity and shipping velocity.Starting today, new projects in Enterprise teams will use on-demand concurrency by default to eliminate build queue bottlenecks. You can turn this feature on for existing projects at any time with or enable it at the .urgent on-demand concurrent buildsproject levelYou are charged for on-demand concurrency based on the number of 10-minute build slots required to allow the builds to proceed as explained in .usage and limits to learn more about on-demand concurrent builds .Check out the documentationRead more
10ヶ月前
記事のアイキャッチ画像
ISR on Vercel is now faster and more cost-efficient
Vercel News
When in 2020, it changed how developers build for the web. ISR combines the speed of static generation with the flexibility of dynamic rendering, enabling sites to update content without requiring full rebuilds.Next.js introduced Incremental Static Regeneration (ISR)Vercel has supported ISR from day one, making it easy for teams at , , and to serve fresh content while keeping page loads fast.The Washington PostAlgoliaSonosRead more
10ヶ月前
記事のアイキャッチ画像
Incremental Static Regeneration (ISR) is now faster and more cost-efficient
Vercel News
enables you to update content in the background without needing to redeploying your application. You can scale CMS or content-backed applications to millions of pages without having slow builds.Incremental Static Regeneration (ISR)We've optimized our infrastructure to make ISR faster and more cost-efficient:Redeploy your project to apply these updates or learn more about .ISRUpdate: The rollout of this change completed on February 5th, 2025 around 8am PST.Read more: ISR cache writes are now compressed by default, using fewer ISR write and read units (8KB chunks) per update and lowering Fast Origin Transfer (FOT) costs. Both reads and writes are now compressed.Smaller writes: The ISR cache is now available in all regions and automatically aligns with your functions' region. If your project spans multiple regions, the most cost-effective location is chosen automatically. This improves performance, especially for traffic outside North America, and regional pricing applies.Region-aware cac
10ヶ月前
記事のアイキャッチ画像
Edge Function metrics now available in Monitoring
Vercel News
Monitoring now includes three new metrics for Edge Functions to provide a comprehensive view of your Edge Function activity and performance:These metrics are available for all and customers.Observability PlusMonitoringMonitoring .recently became part of Observability PlusRead moreTracks the total number of times your Edge Functions are invoked, including both successful and errored callsEdge Function Invocations: Measures the CPU time your Edge Functions use, calculated in 50ms incrementsEdge Function Execution Units: (Incoming and Outgoing)Track data transfer rates to and from your origin serversFast Origin Transfer:
10ヶ月前
記事のアイキャッチ画像
Filter for your own requests in Logs
Vercel News
You can now filter logs to display only requests made from your browser. This simplifies debugging by isolating your requests in high-traffic environments. It matches your IP address and User Agent to incoming requests.Visit and toggle the user filter to get started or learn more about .your project's Logs tabruntime logsRead more
10ヶ月前
記事のアイキャッチ画像
Clients blocked by persistent actions now receive a 403 Forbidden response
Vercel News
Starting today, when the blocks a client with a persistent action, it will respond with a 403 Forbidden status instead of failing silently. This change now makes it clear that the connection is being intentionally denied. Vercel Web Application Firewall (WAF)Persistent actions in the WAF help reduce edge request load and stop malicious traffic earlier, cutting down unnecessary processing for your applications. Learn more about . persistent actionsRead more
10ヶ月前
記事のアイキャッチ画像
Working with Figma and custom design systems in v0
Vercel News
v0’s ability to import existing Figma files allows designers and developers to bridge the gap between design tools and AI-driven development. This feature extracts context from Figma files, along with any supplementary visuals, and passes them into v0's generation process.Read more
10ヶ月前
記事のアイキャッチ画像
Mitigating Denial of Wallet risks with Vercel
Vercel News
Unlike traditional cyberattacks that target code or infrastructure vulnerabilities, Denial of Wallet (DoW) attacks focus on draining a service's operational budget.At Vercel, we're building controls and anomaly detection to help you defend against these threats and protect your applications.Read more
10ヶ月前
記事のアイキャッチ画像
Project settings are now searchable
Vercel News
You can now search within project settings in the , making it easier to quickly find a specific setting.Vercel DashboardTo get to :your project settingsLearn more about .project settingsRead moreSelect a project from your pageTeam OverviewSelect the tab.Settings
10ヶ月前
記事のアイキャッチ画像
Firefox extension for Vercel Toolbar
Vercel News
The Vercel Toolbar extension is now available for , in addition to . FirefoxChromeWith this extension you can use the Vercel Toolbar on your production deployments, set preferences for when the toolbar appears and activates, and drag and release to add a screenshot of a selected area to a comment. Install the Firefox extension from the to get started or visit our documentation to learn more about the and . Firefox Browser Add Ons pageVercel Toolbar browser extensionsRead more
10ヶ月前
記事のアイキャッチ画像
Preview your site's Firewall status and Web Analytics from the Project Overview
Vercel News
The now shows a preview of your production traffic and firewall status. project overview pageThe Vercel Firewall automatically mitigates DDoS attacks for all Vercel deployments. You can further secure your site with , and by turning on when under high-volume attacks. On the project overview page you'll see the status of the firewall, requests blocked and challenged in the past 24 hours, and a warning if a is inhibiting Vercel's ability to protect your site.custom rules and IP blockingAttack Challenge Modereverse proxyVercel Web Analytics gives you insight into your site's visitors and traffic. When the feature is , you'll see your site's traffic on the project overview page.enabledLearn more about and .Vercel Web AnalyticsVercel FirewallRead more
10ヶ月前
記事のアイキャッチ画像
Vercel acquires Tremor to invest in open source React components
Vercel News
is an open source library built on top of React, Tailwind CSS, and Radix. It consists of 35 unique components and 300 blocks that can be copy-pasted to build visually rich and interactive dashboards. The Tremor community has seen impressive growth with over 16,000 stars, 300,000 monthly downloads, and 5,500,000 installs to date.TremorToday, Tremor and its cofounders and are joining Vercel’s Design Engineering team where they'll be working on UI components for the Vercel Dashboard, v0, and more. Severin LandoltChristopher KindlThis acquisition strengthens our commitment to open source and providing developers with the best tools for building exceptional user interfaces.Read more
10ヶ月前
記事のアイキャッチ画像
Self-serve domain renewals and redemptions now available
Vercel News
Self-serve domain renewals and redemptions are now available in the Vercel dashboard.Previously limited to automatic renewals to ensure uninterrupted service, domains can now be manually renewed at your convenience with just a few clicks, directly from the dashboard.To renew your domains directly:Additionally, you may click the button on any domain detail page.Renew DomainFor expired domains with a redemption period (typically 30 days), you can now recover them directly in the dashboard:Read our for more information.domains renewal documentationRead moreDomain renewalsDomain redemptionsNavigate to tabyour team's DomainsClick the next to the domain you want to renewthree dotsSelect RenewStart the redemption process on the domain detail pageA redemption fee will be applied, depending on the domain registry
10ヶ月前
記事のアイキャッチ画像
AI SDK 4.1
Vercel News
The is an open-source toolkit for building AI applications with JavaScript and TypeScript. Its unified provider API allows you to use any language model and enables powerful UI integrations into leading web frameworks such as and .AI SDKNext.jsSvelteRead more
10ヶ月前
記事のアイキャッチ画像
Claim Deployments now available for fast and secure deployment transfers
Vercel News
, like AI agents and visual building apps, can now easily transfer deployment ownership directly to users or teams.Multi-tenant platformsHow it works: to learn more.Check out our documentationRead moreAny third-party can create a new deployment or using the Vercel API: and Deployment creation: using the Vercel CLIPOST /filesPOST /deploymentsThe Vercel API endpoint is then used to generate a URL for that deployment.Initiate transfer: claim-deploymentThe user selects their Vercel team and completes the transfer.User confirms their team:
10ヶ月前
記事のアイキャッチ画像
Node.js 18 is being deprecated on September 1, 2025
Vercel News
Following the Node.js 18 end of life on April 30, 2025, we are deprecating Node.js 18 for Builds and Functions on September 1, 2025.Will my existing deployments be affected?No, existing deployments with Serverless Functions will not be affected.When will I no longer be able to use Node.js 18?On September 1, 2025, Node.js 18 will be disabled in . Existing projects using 18 as the version for Functions will display an error when a new deployment is created.project settingsHow can I upgrade my Node.js version?You can configure your Node.js version in or through the field in .project settingsenginespackage.jsonHow can I see which of my projects are affected?You can see which of your projects are affected by this deprecation with:Read more
10ヶ月前
記事のアイキャッチ画像
CLI archive deployments are now up to 30% faster with split-tgz archive option
Vercel News
The was introduced for CLI deployments hitting rate limits like the . commonly use archive uploads as they generate thousands of files at build time.archive optionlimit on the maximum amount of filesPrebuilt deploymentsPreviously, archive deployments were always compressed into one large file with the only existing option, . Deployments using may hit the . Additionally, uploading one large archive file is slower than uploading multiple file parts.--archivetgztgzfile size upload limitThe resolves these issues by splitting large archives into smaller parts. avoids the static file upload limit and uploads large prebuilt projects .beta split-tgz format split-tgzup to 30% fasterExample usage: vercel deploy --archive=split-tgzLearn more about .CLI deploymentsRead more
10ヶ月前
記事のアイキャッチ画像
Audit logs with SIEM integration now generally available
Vercel News
Audit logs are now generally available for Enterprise customers, and can be integrated with SIEMs for real-time export.Audit logs provide an auditable trail of key events and changes within your Vercel team. With an immutable record, you can track who performed an action, what was done, and when—with access to up to 90 days of historical data.Enterprise customers can also configure a to their existing Security Information and Event Management (SIEM) tools, such as Datadog or Splunk. Additionally, logs can be sent to durable object storage solutions like Amazon S3, Google Cloud Storage, or a custom HTTP endpoint.real-time audit log stream POSTFor more details, check out the or contact your account manager.Audit Log documentationRead more
10ヶ月前
記事のアイキャッチ画像
Bun's text lockfile is now supported with zero configuration
Vercel News
Projects using Bun's new text lockfile can now be deployed to Vercel with zero configuration.bun.lockWhile Vercel , Bun v1.1.39 introduces a new lock file with . Bun plans to make this the default in v1.2.already supports Bun's binary lockfilebun.lockbtext-based bun install --save-text-lockfileLearn more about .package managers supported by VercelRead more
10ヶ月前
記事のアイキャッチ画像
Mux joins the Vercel Marketplace
Vercel News
The Vercel Marketplace has a new category for tools that allow developers to integrate video functionality into any project.VideoThe first integration in the category is , an API-first platform for video. With the first-party , Vercel users can:VideoMuxMux integrationGet started with , available to customers on all plans.Mux on the Vercel MarketplaceRead moreAdd video streaming and playback capabilities with minimal setupAccess real-time video performance data and analyticsLeverage integrated billing through Vercel
10ヶ月前
記事のアイキャッチ画像
Flags SDK 3.0
Vercel News
The is a library that gives developers tools to use feature flags in Next.js and SvelteKit applications.Flags SDKThe Flags SDK version 3.0 adds:With this release, is now open source and under the MIT License, providing more transparency and allowing for community contributions and integrations. the repositoryCheck out the with updated examples to learn more.new Flags SDK documentationRead morePages Router support so feature flags can be used in App Router and Pages RouterNew adapters architecture that allows the SDK to integrate with various data sources and feature flag providersA new concept that allows you to establish an evaluation context for your feature flags. With this addition, you can tailor flags and experiments for individual users or groupsidentify
10ヶ月前
記事のアイキャッチ画像
Upgraded PCI DSS version 3.2.1 to 4.0
Vercel News
We have completed our Self-Assessment Questionnaire Attestation of Compliance (SAQ-D AOC) for Service Providers under PCI DSS v4.0.A copy of our PCI DSS compliance documentation can be obtained through our . For additional information about our SAQ-D AOC report or Responsibility Matrix, please .Trust Centercontact usLearn how we support ecommerce customers who require .PCI compliance for payment processingRead more
10ヶ月前
記事のアイキャッチ画像
Bounce rate support in Web Analytics
Vercel News
You can now see the bounce rate of your visitors in Web Analytics. With bounce rate, you're able to see the percentage of users visiting a single page without navigating any further.When filtering for a route or path, the bounce rate adapts and shows how many users bounced on a specific page.Learn more about .filtering in Web AnalyticsRead more
10ヶ月前
記事のアイキャッチ画像
The Vercel Toolbar is now more compact and dynamic
Vercel News
The Vercel Toolbar has a new compact design, making it easier to access the tools you use most.Learn more about the and its features.Vercel Toolbar Read moreThetoolbar is now smaller and only runs when you click or tap to activate it or when visiting from a link that contains a comment thread, draft link, or flag overrideCompact design: ​Your most recently used tools will pin to the top of your menu for easy accessShortcuts: When visitingprojects and deployments from the dashboard, you'll see a "Visit" button that gives you the option to load the toolbar upon openingVisit with Toolbar: ​Users with the browser extension enabled can control when the toolbar is active or hidden under "Preferences" in the toolbar menuBrowser extension controls:
10ヶ月前
記事のアイキャッチ画像
Python support added to in-function concurrency beta
Vercel News
is now supported in the ongoing .Pythonin-function concurrency public betaIn-function concurrency optimizes functions to handle multiple invocations simultaneously, improving resource efficiency. By reusing active instances instead of creating new ones, it reduces idle compute time and associated costs.In-function concurrency is particularly beneficial for workloads with external API or database calls, such as AI models, where functions often sit idle while waiting for responses.The in-function concurrency public beta is available to Pro and Enterprise customers using Standard or Performance Function CPU, and can be . Real-time tracking of resource savings is available in .enabled through your dashboardObservabilityLearn more in our and , or get started with by enabling In-function concurrency in your .blog postdocumentationour templateproject settingsRead more
10ヶ月前
記事のアイキャッチ画像
Improved log visibility for function durations and memory
Vercel News
Logs now indicate when Vercel Functions reach (or near) their maximum duration or memory allocation for each request.Logs also include quick links to configure function maximum duration, CPU & memory, region, and Node.js Version directly from requests.View .your project's logsRead more
10ヶ月前
記事のアイキャッチ画像
Improvement to how dates display in the dashboard
Vercel News
Dates across the dashboard now provide more precision.This builds on a recent update where hovering over dates reveals more information, including the exact timestamp.Read moreFor the first three days, dates are displayed as relative (e.g. "10m ago")After three days, they switch to absolute values (e.g. "Jan 3")
10ヶ月前
記事のアイキャッチ画像
Transforming how you work with v0
Vercel News
With , Vercel's AI-powered pair programmer, anyone can participate in prototyping, building on the web, or expressing new ideas.v0While v0 was initially created by developers for developers, now v0's capabilities extend far beyond coding, offering benefits to professionals across various industries. Let's explore how v0 can enhance productivity and creativity in different roles.Read more
10ヶ月前
記事のアイキャッチ画像
Updated logging limits for Vercel Functions
Vercel News
The limits for have been increased, allowing for significantly larger log entries. These updates replace the previous 4KB-per-line restriction, and they are now live for all projects.runtime logVercel FunctionsThe runtime log limits are now:Learn more about our logs in .our documentationRead more Up to 256KB per log line.Log line size: Up to 256 individual log lines per request.Log line count: Up to 1MB (sum of all log lines in a single request).Total log size per request:
10ヶ月前
記事のアイキャッチ画像
Requester's public IP postal code now available in Vercel Functions
Vercel News
The header is now part of , providing the postal code associated with the requester’s public IP address. This complements existing headers like , , and .x-vercel-ip-postal-codex-vercel-ip-countryx-vercel-ip-cityx-vercel-ip-country-regionVercel’s geolocation capabilitiesThe header is accessible in Vercel Functions, including . Here's a TypeScript example:x-vercel-ip-postal-codeEdge MiddlewarePostal codes are also available via the package:@vercel/functionsFor more information on headers and geolocation, see Vercel’s request header documentation.Read more
10ヶ月前
記事のアイキャッチ画像
AI-enhanced search for Next.js documentation
Vercel News
You can now get AI-assisted answers to your questions from the Next.js docs search:Start searching with (or on Windows) menu on .⌘KCtrl+Knextjs.org/docsRead moreUse natural language to ask questions about the docsView recent search queries and continue conversationsEasily copy code and markdown outputLeave feedback to help us improve the quality of responses
10ヶ月前
記事のアイキャッチ画像
Headless Salesforce: An incremental migration from monolith to composable
Vercel News
For ecommerce teams running Salesforce Commerce Cloud, the platform's monolithic design can feel like a double-edged sword. While its out-of-the-box capabilities promise rapid deployments, they often hinder frontend flexibility and innovation. But what if you could unlock a new level of performance—without risking your core business?That’s exactly what a global sportswear brand achieved. Their headless Salesforce migration strategy halved their load times, cut cart abandonment by 28%, and increased mobile conversion rates by 15%. All without a disruptive, big-bang migration.Here’s how they did it and how you can too.Read more
10ヶ月前
記事のアイキャッチ画像
Runtime logs can now be filtered by request type and Vercel resource
Vercel News
The "Contain Types" filter in has been replaced by two new filters for better clarity:runtime logsThese updates provide more granular insights into how your requests are processed. Both filters are available on all plans starting today.Learn more about .how Vercel processes requestsRead more: Filters which infrastructure resource within the Vercel Edge Network was used to serve the request. Examples include Serverless Functions, Edge Cache, and Edge MiddlewareResource: Filters which framework-defined mechanism or rendering strategy was used by the request. Examples include API routes, Incremental Static Regeneration (ISR), and cron jobsRequest Type
10ヶ月前
記事のアイキャッチ画像
Speed Insights usage can now be viewed by Project
Vercel News
You can now view your Speed Insights traffic broken down by project in the tab.UsageLearn more about .Speed InsightsRead more
10ヶ月前
記事のアイキャッチ画像
Python Vercel Functions now have streaming enabled by default
Vercel News
is now enabled by default for all Vercel Functions using the , completing the rollout plan . Python functions can now send data to the client as it’s generated, rather than waiting for the entire response—particularly beneficial for use cases like AI applications and real-time updates.StreamingPython runtimeannounced last yearThe environment variable is no longer necessary, as streaming is now applied automatically in your new deployments.VERCEL_FORCE_PYTHON_STREAMINGWith streaming responses, the runtime log format and frequency have been updated.For more details, visit or get started with .our documentationour templateRead more
1年前
記事のアイキャッチ画像
Building the Black Friday-Cyber Monday live dashboard
Vercel News
This year, we built a to celebrate the success of our customers through the busy retail weekend. The dashboard gave a real-time look inside Vercel's infrastructure, showing live metrics for deployments, requests, blocked traffic, and more. Black Friday-Cyber Monday (BFCM) dashboardBuilding a data-heavy, real-time dashboard with a good user experience comes with challenges. Let's walk through how we overcame them. Read more
1年前
記事のアイキャッチ画像
Vercel Remote Cache is now free
Vercel News
is now free for all plans, resulting in immediate savings for over 43,000 existing teams.Vercel Remote CacheVercel Remote Cache speeds up developer and CI workflows by storing build outputs and logs for your team's Turborepo or Nx tasks, ensuring you never do the same work twice.Fees accrued for usage prior to the change must be paid. Going forward, users will not see usage fees for Remote Cache. Your use of Remote Cache remains subject to our Fair use Guidelines.Learn more about .Vercel Remote CacheRead more
1年前
記事のアイキャッチ画像
Vercel Firewall now supports bypassing system mitigations for specific IPs
Vercel News
Pro and Enterprise customers can now configure firewall rules to bypass system mitigations, including DDoS protection, for specific IPs and CIDR ranges.We strongly recommend against bypassing protections. However, if you feel like the protections are blocking legitimate traffic, this feature presents a break-glass option. This may be particularly applicable if you have a proxy in front of Vercel that provides DDoS protection and which may interfere with Vercel's protection.To configure system bypass rules:Pro customers can set up to 3 bypass rules and Enterprise customers can set up to 5.Learn more about .Vercel Firewall's automatic DDoS mitigationRead moreNavigate to the in the Vercel dashboardFirewallClick at the top right to access the configuration pageConfigure Use the section at the bottom to specify the IP address or CIDR range to bypass mitigations for your production domainsSystem Bypass Rules
1年前
記事のアイキャッチ画像
Optimizing secure build infrastructure with Secure Compute
Vercel News
In our previous blog post, we , powering all of our builds. However, some builds come with unique security requirements. For these, Hive integrates seamlessly with Vercel's , which enables teams to securely connect with their backends through private connections without compromising performance.introduced Hive, the internal codename for Vercel’s low-level compute platformSecure ComputeSince , provisioning times have dropped from and build performance has improved by an , delivering both speed and reliability for even the most sensitive workloads.moving Secure Compute to Hive90 seconds to 5 secondsaverage of 30%Read more
1年前
記事のアイキャッチ画像
The rise of the AI crawler
Vercel News
AI crawlers have become a significant presence on the web. OpenAI's GPTBot generated 569 million requests across Vercel's network in the past month, while Anthropic's Claude followed with 370 million. For perspective, this combined volume represents about 20% of Googlebot's 4.5 billion requests during the same period.After with , we turned our attention to these AI assistants. Our new data reveals how Open AI’s ChatGPT, Anthropic’s Claude, and other AI tools crawl and process web content.analyzing how Googlebot handles JavaScript renderingMERJWe uncovered clear patterns in how these crawlers handle JavaScript, prioritize content types, and navigate the web, which directly impact how AI tools understand and interact with modern web applications.Read more
1年前
記事のアイキャッチ画像
Technical audits: Optimizing cost, performance, and productivity
Vercel News
Every 100ms of latency can cost ecommerce applications up to . At scale, this can cost millions in revenue.8% in sales conversionComplexity compounds as applications grow, making these performance issues harder to diagnose and fix. Audits help teams navigate these challenges systematically. This article covers strategies we've developed across hundreds of real-world audits.Read more
1年前
記事のアイキャッチ画像
Vercel Observability is now generally available
Vercel News
Vercel Observability is now available to all Vercel customers, delivering framework-aware insights to optimize infrastructure and application performance.Included with all plans, Observability offers visibility—at both the and levels—into key metrics aligned with your app's architecture, such as:teamprojectIn addition to the above, customers on Pro and Enterprise plans can upgrade to for:Observability PlusPricing for Observability Plus starts at $10/month, with pro-rated on-demand usage at $1.20 per million events.Observability Plus. Existing Monitoring users benefit from the new lower rate of $1.20 per million events without taking action, and can migrate to Observability Plus for access to the complete suite.Monitoring is now part of Learn more about .Vercel ObservabilityRead more Invocations, durations, and error ratesVercel Functions usage: Resource and cost-savings for customers with in-function concurrency enabledIn-function concurrency: Outgoing API calls by hostnameExternal API
1年前
記事のアイキャッチ画像
Monitoring pricing reduced up to 87%
Vercel News
Monitoring pricing has been reduced to $1.20 per million events. This new pricing is effective immediately, with no action required.Monitoring is also now part of Observability Plus, which can be enabled in . This enhanced suite builds on the Monitoring query engine, offering deeper insights into request handling, caching, compute, and build infrastructure.Vercel Observability—now generally availableTo ensure uninterrupted workflows, both Monitoring and Observability remain visible in the dashboard for current Monitoring users.Read more about , , and .Monitoring for existing usersObservabilityObservability PlusRead more
1年前
記事のアイキャッチ画像
Extra Space Storage's build times became 17x faster with Vercel
Vercel News
As the largest self-storage company in the U.S., manages over 3,800 stores nationwide. Delivering a consistent, high-quality digital experience to their customers is essential, and their engineering team recognized the need for faster iteration and more stability in their customer acquisition channels—public websites and kiosks.Extra Space StorageHowever, their legacy architecture was creating bottlenecks, impacting time-to-market for new features, and slowing down development. By partnering with Vercel, Extra Space Storage was able to achieve their vision of improving their DevOps processes for their website and enable quicker customer feedback.Read more
1年前
記事のアイキャッチ画像
Custom Environments are now available on Vercel
Vercel News
are now available on Vercel. With this feature, you can define an additional pre-production environment, such as staging or QA, directly within the Vercel dashboard, without relying on external workarounds or multiple projects.Custom EnvironmentsThis functionality allows you to reshape your release workflow by separating it from code management. Environments can now operate independently of branches, offering greater flexibility for specific organizational workflows, targeted deployments, and managing multiple development environments across teams.Customers on the Pro plan have the ability to configure one Custom Environment and customers on the Enterprise plan can configure up to 12 from the dashboard..Learn more about Custom EnvironmentsRead more
1年前
記事のアイキャッチ画像
Vercel Firewall now stops DDoS attacks up to 40x faster
Vercel News
The —enabled by default on all plans—now features upgraded network analysis powered by real-time stream processing of web traffic. This enhancement stops volumetric DDoS attacks 40x faster and low-and-slow attacks 10x faster.Vercel FirewallBy blocking malicious traffic and earlier, the Firewall further reduces costs by preventing threats from reaching your applications and backends.mitigating DDoS attacksThis improvement is live for all Vercel customers today with no action required.Learn more about how .Vercel Firewall protects your appsRead more
1年前
記事のアイキャッチ画像
Vercel and AWS partner on AI tools and experiences
Vercel News
Last week at AWS re:Invent 2024, the Vercel team met with thousands of builders in the Developer Solutions Zone, celebrated v0's launch on AWS Marketplace, and hosted hundreds of customers and partners with various event activations. Now, we're taking our AWS Partnership further: Vercel has been selected for a Strategic Collaboration Agreement (SCA) with AWS—to deliver the next generation of AI-enabled developer tooling and experiences.This collaboration underscores the value of Vercel and AWS together as a one-stop shop for teams building AI experiences.Read more
1年前
記事のアイキャッチ画像
Introducing the Vercel TypeScript SDK
Vercel News
We’ve published a TypeScript-native SDK for working with the Vercel API.This SDK includes:This SDK can be used to automate every part of Vercel’s platform including: or .View the docsexplore the repoRead moreFull type safety for accessing the Vercel REST API with Zod schemasNew documentation for every function, argument, and typeBetter tree-shaking support with optional standalone functionsIntuitive error handling and detailed error messagesConfigurable retry strategies (including backoffs)Deployment automation and managementProject creation and configurationDomain managementTeam and user administrationEnvironment variable managementLogs and monitoringIntegration configuration
1年前
記事のアイキャッチ画像
Nile and MotherDuck join the Vercel Marketplace
Vercel News
and are now available as first-party integrations on the Vercel Marketplace. NileMotherDuckYou can integrate or leverage directly from the Vercel dashboard, complete with integrated billing and CLI provisioning.Nile's database servicesMotherDuck's data analysis capabilitiesGet started with the , available to customers on all plans.Vercel MarketplaceRead more
1年前
記事のアイキャッチ画像
Life of a Vercel request: Securing your app's traffic with Vercel
Vercel News
In any given week, Vercel Firewall blocks over one billion malicious connections—proactively safeguarding your app before the first request arrives. Defining access rules ensures your infrastructure scales only for legitimate traffic, keeping resources secure and associated costs in check.With Vercel, application protection is integrated into every step of the request lifecycle. It starts with the platform-wide Vercel Firewall—active by default for all users—and extends to Deployment Protection and the Web Application Firewall (WAF) which give you granular security control and defense-in-depth.Read more
1年前
記事のアイキャッチ画像
Lower prices for domains on Vercel
Vercel News
We have lowered the prices for purchasing domains by .up to 50%Vercel offers hundreds of top-level domains (TLDs) for purchase, including the most popular TLDs like and of domains..com.aiour most recent additionVercel automatically configures and manages nameservers and SSL certificates for your domain, with fast domain search and automatic DNS setup for easy deployment of your next idea. or .Buy your first domainexplore all supported domainsRead more
1年前
記事のアイキャッチ画像
Runtime logs now show event sequences for Vercel requests
Vercel News
now offer a request-centric interface to streamline debugging and provide deeper traffic insights:Runtime logsThese are available on all plans starting today.Learn more about .how Vercel processes requestsRead more: Visualize each request’s lifecycle in a sequential view, from the firewall through middleware and function execution. Gain a full picture of how your app processes traffic at every stage.Request anatomy UI: A full-width design enhances readability, grouping all log lines for a request into one panel, including middleware and function invocations.Improved log viewer
1年前
記事のアイキャッチ画像
Billions of dollars, billions of requests: Black Friday-Cyber Monday 2024
Vercel News
The Black Friday-Cyber Monday (BFCM) stakes are high. Billions of dollars are on the line with consumers racing to save money over the biggest shopping days of the year.This year, Vercel celebrated the success of our customers by building a showing activity across the platform for BFCM.live dashboardRead more
1年前
記事のアイキャッチ画像
Retailer sees $10M increase in sales on Vercel
Vercel News
Founded 30 years ago, this top global retailer has established itself as a leader in the sportswear and apparel industry. With a diverse product range that includes athletic performance gear, footwear, accessories, and casual apparel, the company is renowned for its commitment to innovation and quality. Listed on the NYSE, the retailer reported a revenue of almost 6 billion in 2024 and employs approximately 16,000 people worldwide. Despite a challenging retail environment, it continues to excel in ecommerce, showcasing a 3% growth in direct-to-consumer revenue to 2.3 billion, with ecommerce accounting for 41% of this segment.Read more
1年前
記事のアイキャッチ画像
Temporarily disable Vercel Firewall system DDoS mitigations
Vercel News
Pro and Enterprise customers now have the ability to temporarily disable all automatic system mitigations, including DDoS mitigations, by the Vercel Firewall.We strongly recommend against disabling protections. However, if you feel like the protections are blocking legitimate traffic this feature presents a break-glass option. This may be particularly applicable if you have a proxy in front of Vercel that provides DDoS protection and which may interfere with Vercel's protection.To temporarily disable system mitigations, visit the within the Vercel dashboard and click the ellipsis menu at the top right to access additional options. Once you confirm that you would like to temporarily disable all system mitigations, all traffic to your project will bypass Vercel Firewall system DDoS mitigations for a period of 24 hours.Firewall tabVercel Firewall's system defenses are automatically enabled for all projects on all plans, , and preventing resource abuse. Customers must exercise extreme caut
1年前
記事のアイキャッチ画像
From minutes to seconds: How Meter accelerates delivery with Vercel and Next.js
Vercel News
provides a full-stack networking solution that makes it easy for any business, organization, or school—of any size—to get access to the internet. They have two application layers built on top of their vertically integrated technical architecture: Meter , a generative UI for IT and Networking teams, and Meter , their main web interface. Meter’s adoption of Vercel has enhanced performance, simplified workflows, and empowered their team to iterate rapidly—not only across Command and Dashboard, but throughout their interconnected stack of hardware, software, and operations.MeterCommandDashboardRead more
1年前
記事のアイキャッチ画像
How Notion powers rapid and performant experimentation
Vercel News
is a connected workspace that allows users to write, plan, and organize, all enhanced with built-in AI. With a platform as flexible as Notion, the challenge for their website team lies in communicating the vast range of use cases—from personal projects like planning trips to enterprise-level tasks like managing company documentation. That’s a huge total addressable market that attracts many millions of diverse visitors to their website every week. As these numbers continue to rapidly grow and personas expand, Notion needed a website capable of rapid iteration and experimentation to help their message resonate with more people.NotionRead more
1年前
記事のアイキャッチ画像
Node.js 22 LTS is now generally available for builds and functions
Vercel News
Starting today, Node.js version 22 is available as the runtime for your and leveraging Node. To use version 22, go to and select . This is also the default version for new projects.buildsfunctions > > Project SettingsGeneralNode.js Version22.xNode.js 22 highlights:The current version used by Vercel is and will automatically update minor and patch releases. Therefore, only the major version () is guaranteed.22.11.0 22.xRead our to learn more.Node.js runtime documentationRead more: higher default water mark provides performance boosts across the board at the cost of slightly higher memory usageImproved Stream performance: optimized AbortSignal creation improves performance in fetch and the test runnerImproved AbortSignal performance: significant improvements to the and methods lead to overall performance boostImproved Buffer performanceBuffer.copyBuffer.write: added support for ing synchronous ESM module graphsImproved CJS interop with ESMrequire()
1年前
記事のアイキャッチ画像
Streaming is now supported in Vercel Functions for the Python runtime
Vercel News
is now supported and will soon be enabled by default in Vercel Functions for the , allowing functions to send data to the client as it’s generated rather than waiting for the full response. This is particularly useful for AI applications.StreamingPython runtimeThis change will be rolled out progressively. Starting today, . On this date, projects using will be migrated, and streaming responses .it will apply to all new projects and will take effect for all existing projects on January 5, 2025Log Drainswill impact the format and frequency of runtime logsTo enable streaming as the default for your Vercel Functions using Python, add the environment variable in your project. Streaming will then be enabled on your next production deployment.VERCEL_FORCE_PYTHON_STREAMING=1For more information, read the or get started with .Python streaming documentationour templateRead more
1年前
記事のアイキャッチ画像
Life of a Vercel request: Navigating the Edge Network
Vercel News
Vercel’s provisions cloud resources while providing full transparency, from the initial build to every incoming request. Developers can track how static assets are distributed globally, functions handle ISR revalidation, and resources manage routing, server-side rendering, and more.framework-defined infrastructure, granular metrics reveal which resources were leveraged to serve their request. This series unpacks the Vercel Edge Network and associated resource allocation, exploring each stage of a request, and how Vercel streamlines the process.As users visit your appWith a clear understanding of these metrics and optimization strategies, you can deliver better user experiences while improving resource consumption and reducing costs.Read more
1年前
記事のアイキャッチ画像
Vercel acquires Grep to accelerate code search
Vercel News
allows developers to quickly search code across over 500,000 public git repositories. With the acquisition, founder Dan Fox will also be joining Vercel’s AI team to continue building Grep to enhance code search for developers.GrepRead more
1年前
記事のアイキャッチ画像
Pro customers can now configure up to 3 regions for Vercel Functions
Vercel News
can now set up to three regions for their Vercel Functions, enabling compute to run closer to distributed data sources for faster responses and improved performance. When multiple Vercel Function regions are configured, user requests that require compute will be routed to the closest specified region.Pro customersPreviously, functions for Pro customers were restricted to a single region. Increasing to three regions enables:This also adds an extra layer of redundancy, complementing the built-in redundancy of Vercel Functions.multi-Availability ZoneTo configure additional , add a property to your .regionsregionsvercel.jsonRedeploy your project for the changes to take effect. Learn more about .configuring regionsRead moreGlobal low-latencyMaintaining high compute density leading to higher cache hit rates and lower cold startsCompatibility with standard database replication like Postgres read replicas
1年前
記事のアイキャッチ画像
Vercel Blob now supports file upload progress
Vercel News
Vercel Blob can now track file upload progress, enabling for a better user experience when uploading files.With the latest package, you can use the new callback to display progress during file uploads. In the Dashboard, you'll also see the upload progress for your files.@vercel/blobonUploadProgress or .Try it outlearn more about Vercel BlobRead more
1年前
記事のアイキャッチ画像
Skew Protection is now enabled by default for new projects
Vercel News
eliminates version differences between web clients and servers—available for Pro and Enterprise customers. Starting today, new projects will have Skew Protection enabled by default.Skew ProtectionExisting projects will not be changed, however you can manually enable Skew Protection in the project's settings.Skew Protection ensures client-side code matches the server-side code for the corresponding deployment for a period of time or until a hard page refresh. This protects from version mismatch errors when creating a new deployment, such as file name changes from hashed bundles or even post backs from Server Actions.Learn more about .Skew ProtectionRead more
1年前
記事のアイキャッチ画像
AI SDK 4.0
Vercel News
The is an open-source toolkit for building AI applications with JavaScript and TypeScript. Its unified provider API allows you to use any language model and enables powerful UI integrations into leading web frameworks such as and .AI SDKNext.jsSvelteRead more
1年前
記事のアイキャッチ画像
Accelerating partner success: Vercel’s new Partner Program benefits
Vercel News
At Vercel, we believe in the power of partnership and collaboration to drive innovation and mutual success. One in two sales and project delivery is done in collaboration with our partners. Last month, sponsored and supported —our annual open-source conference—where over 1,000 people gathered in San Francisco and tens of thousands online from around the world. From championing an open web, , to developing joint features that enhance customer and user experiences, we're achieving more together.over 35 partnersNext.js Confsupporting industry alliancesRead more
1年前
記事のアイキャッチ画像
Neon now available on Vercel Marketplace
Vercel News
joins the Vercel Marketplace with its Postgres solution, offering integrated billing and automated account provisioning, directly from the Vercel Dashboard.NeonThis integration replaces the existing Vercel Postgres, allowing new users to immediately create Neon databases right from Vercel Marketplace. Current Vercel Postgres users will retain uninterrupted access to their databases and can continue creating new stores with Vercel Postgres until the migration is complete, after which new store creation will shift to the Neon Marketplace integration.In the coming months, we’ll begin a zero-downtime migration for all existing stores, requiring no action from users and with no change in pricing.The is available to customers on all plans.Vercel MarketplaceGet started with . Neon on VercelRead more
1年前
記事のアイキャッチ画像
Web Analytics now has route support
Vercel News
With the 1.4.0 release of , you can see route-level insights when you filter in . This update includes:@vercel/analyticsWeb AnalyticsThis feature is available to all Web Analytics customers.Learn more about .filtering in Web AnalyticsRead more Dynamic route segments are now supported in frameworks like Next.js, SvelteKit, and Remix with the latest version of the packageSupport for frontend frameworks:Apply filters based on routes to see page views and custom events per defined routeAdvanced filtering:
1年前
記事のアイキャッチ画像
Vercel now supports one-click Bluesky DNS configuration
Vercel News
is now a preset DNS option for domains, simplifying the process to set your Bluesky handle to a Vercel domain. Upon updating your domain's DNS, you will need to visit to complete domain verification. BlueskyBluesky settingsRead our for a complete walkthrough or learn more about .Bluesky domain guideDNS PresetsRead more
1年前
記事のアイキャッチ画像
Life of a Vercel request: What happens when a user presses enter
Vercel News
When developers push code, Vercel’s analyzes the codebase and intelligently provisions cloud resources. When requests come in, Vercel’s infrastructure instantly routes them to the nearest data center over a high-speed, low-latency network, delivering a response right back to the user.framework-defined infrastructureVercel handles all of this behind the scenes. But understanding how your framework code powers the infrastructure—from deployment to request handling—gives you insight into how Vercel’s components work together, and enables you to further optimize user experiences. Here’s how Vercel manages requests at every stage.Read more
1年前
記事のアイキャッチ画像
Introducing Vercel Firewall DDoS mitigation notifications
Vercel News
You can now receive alerts when the Vercel Firewall detects and automatically mitigates a DDoS attack on your Vercel project. With these alerts, you can get notified immediately when traffic to your application is blocked or challenged, so that you can review attack traffic and take any further action in a timely manner.To get started, you can either to get notified through a defined HTTP endpoint, or use the to receive notifications in your Slack workspace.set up a webhookVercel Slack appThese alerts are available on Pro and Enterprise plans.Learn more about .Vercel FirewallRead more
1年前
記事のアイキャッチ画像
Vercel named a Visionary in 2024 Gartner® Magic Quadrant™ for Cloud Application Platforms
Vercel News
The Frontend Cloud is designed for developers and teams that care deeply about user experiences. Whether you're serving billions of users or building your first project, the Frontend Cloud helps you remove friction from the development and delivery process. This allows you to focus on building your product instead of managing and configuring the infrastructure required to make it work.Read more
1年前
記事のアイキャッチ画像
Improvements to Vercel Secure Compute builds provisioning time
Vercel News
for builds has decreased from 1-2 minutes to under 5 seconds—a 20x speed improvement.Provisioning timeVercel Secure ComputeThese builds require provisioning of build containers with custom configurations for each customer’s security needs. Now, this tailored container-generation process is significantly faster, reducing overall deployment times. Additionally, builds are consolidated closer to the Secure Compute regions such as Frankfurt, Sao Paulo, Oregon, N. Virginia, Sydney, or Ireland, enhancing efficiency even further.Learn more about .Vercel Secure ComputeRead more
1年前
記事のアイキャッチ画像
MotorTrend: Shifting into overdrive with Vercel
Vercel News
—a Warner Bros. Discovery company and the world’s leading media company on all things automotive—needed a digital experience as powerful as the vehicles they showcase. Bogged down by a legacy tech stack, their development team faced frustratingly long build times and a cumbersome release process. They knew a complete redesign wasn't the answer—they needed a platform upgrade.MotorTrendRead more
1年前
記事のアイキャッチ画像
Next.js AI Chatbot Template 3.0
Vercel News
The has been updated to use , React 19, and the Next.js AI Chatbot templateNext.js 15Auth.js for Next beta.The template's UI has also been redesigned to include a model switcher to make it easier for users to experiment with different models. The new side-by-side UI keeps your users' output and chat messages on screen simultaneously. or .Try the demodeploy your ownRead more
1年前
記事のアイキャッチ画像
Track build metrics and resource consumption with Observability
Vercel News
Users in the can now get additional metrics related to builds, including:limited beta of ObservabilityObservability is in for current users and can be accessed from the new Observability tab in your Vercel projects.limited betaMonitoringRead more: Understand your build time across time, identifying changes to longer build times faster.Build time: See how effective your builds are by viewing your average memory and disk usage.Memory and disk usage: Explore P50 and P90 durations of each build step.Build steps
1年前
記事のアイキャッチ画像
Break the news, not the site: Leading news organizations upgrade their infrastructure ahead of the election
Vercel News
When major political developments unfold, millions rush to news websites, putting immense pressure on digital infrastructure. With global audiences, slow-loading websites or crashes during a major event can be catastrophic for a news organization.Read more
1年前
記事のアイキャッチ画像
A deep dive into Vercel’s build infrastructure
Vercel News
Vercel has a new low-level untrusted and ephemeral compute platform—designed to give us the control needed to securely and efficiently manage and run builds. Since November 2023, this compute platform, internally codenamed "Hive", has powered Vercel’s builds, enabling key improvements like enhanced build machines and a 30% improvement in build performance.The platform operates on the fundamental assumption that we’re executing potentially malicious code on multi-tenant machines, requiring it to be safe, reliable, performant, and cost-effective. It’s architected to handle multiple use cases and can be composed in different ways depending on what’s needed. Most recently, Hive allowed us to reduce customers from 90 seconds to 5 seconds, while also improving their build speeds.provisioning times for Secure ComputeWe built Hive because we needed finer control and more granular management to continuously improve Vercel’s infrastructure, to meet the growing demands of our customers and to ful
1年前
記事のアイキャッチ画像
Improved support for pnpm, Corepack, and monorepos
Vercel News
We've improved the experience of deploying projects using pnpm, Corepack, and Turborepo together. Previously, combinations of these tools could result in unexpected behavior or complex build errors. Clear error and warning messages have been added, explaining how to fix problems when incompatibilities exist. For example, a project with Corepack enabled, specifying , and a lockfile of version would previously see the warning: . Now, this is handled with a clearer error message: [email protected] not compatible lockfileDetected lockfile "6.0" which is not compatible with the intended corepack package manager "[email protected]". Update your lockfile or change to a compatible corepack version.Additionally, each package previously had to define its own . The root is now detected in monorepo projects with and applied to all packages.packageManagerpackage.json#packageManagerCorepack enabledRead more
1年前
記事のアイキャッチ画像
View advanced function metrics with Observability
Vercel News
Users in the can now view advanced insights for serverless Vercel Functions. Explore low level metrics about function execution, including:limited beta of ObservabilityObservability is in for current users and can be accessed from the new Observability tab in your Vercel projects.limited betaMonitoringRead more: Understand CPU usage and memory consumption and see if you could benefit from upgrading the function to more resourcesCPU throttle and memory usage: See how quickly your function responds to requests by sending the first bytes of the responseTime to First Byte (TTFB): View cold start and pre-warmed function invocation ratesFunction start type
1年前
記事のアイキャッチ画像
Filter by custom date ranges in Speed Insights
Vercel News
You can now filter by custom date ranges in Speed Insights. Select any custom time periodin the date range picker, or drag across the graph to quickly focus on specific period. Learn more about or for your project.Speed Insightsenable Speed InsightsRead more
1年前
記事のアイキャッチ画像
Device type support and improved breakdowns in Web Analytics
Vercel News
You can now inspect and filter device types in , and apply filters to view page views and custom events for each device.Vercel Web AnalyticsAdditionally, we updated the overview by showing percentages instead of absolute numbers to see the overall distribution. You can still explore the total numbers when expanding a certain panel by clicking the "View all" button.These features are available to Web Analytics users on all plans.Check out to learn more.our documentationRead more
1年前
記事のアイキャッチ画像
Recap: Next.js Conf 2024
Vercel News
Our fifth annual finished yesterday, where we shared our research and upcoming improvements to the framework, as well as what's new in the community and Next.js ecosystem. Over 1,000 people in the Next.js community gathered in San Francisco and tens of thousands around the world watched online to see what's new with Next.js.Next.js ConfRead more
1年前
記事のアイキャッチ画像
What's new in Svelte 5
Vercel News
With its compiler-first approach, fine-grained reactivity, and ability to integrate with any JavaScript project, Svelte stands apart from other frameworks.At Vercel, we're big fans of Svelte—deeply invested in its success and constantly working to make our platform the best place to build and deploy Svelte apps., let's explore what makes this release exciting.With the arrival of Svelte 5Read more
1年前
記事のアイキャッチ画像
Maximizing outputs with v0: From UI generation to code creation
Vercel News
is a powerful tool for generating high-quality UIs and code, and it's also an educational asset for designing and creating on the web. It leverages deep integrations with libraries and modern frameworks like Next.js and React. Whether you're looking to scaffold a new project, fetch data, or create , v0 is designed to meet all your frontend development needs.v03D graphicsTo get the highest quality generations, you need to be able to craft input prompts to guide v0 well. The better you guide v0 and understand its strengths, the more accurate and relevant the responses you'll get. In this post, we’ll look at how you can get the most out of v0’s core features, UI generation abilities, code generation, and developer support.Read more
1年前
記事のアイキャッチ画像
OpenID Connect (OIDC) Federation now generally available
Vercel News
Vercel's OpenID Connect (OIDC) Federation is now generally available. Strengthen your security by replacing long-lived environment variable credentials with short-lived, RSA-signed JWTs for builds and Vercel Functions.Use Vercel’s OIDC Identity Provider (IdP) to issue tokens for cloud providers and services like AWS, Azure, Firebase, and Salesforce.With general availability, we are also introducing a new Team Issuer mode, which mints OIDC tokens with a URL unique to your team. This allows you to configure your cloud environment with stricter zero trust configurations.To enable Vercel OIDC, update your and integrate it using the package. If you're already using Vercel OIDC, we recommend opting into Team Issuer mode in those .project's security settingssettings@vercel/functionsCheck out the and to learn more.documentationblog postRead more
1年前
記事のアイキャッチ画像
BNP Paribas Open: Serving up scores and experiences in real time with Work & Co and Vercel
Vercel News
The prestigious BNP Paribas Open, held annually in Indian Wells, California, attracts top tennis talent and a global audience. To match its world-class status, the tournament required a significant digital upgrade, enabling dynamic, real-time tracking and engagement with hundreds of players for their fanbase of millions.Read more
1年前
記事のアイキャッチ画像
How Vercel adopted microfrontends
Vercel News
Vercel's main website, once a single large Next.js application, serves both our website visitors and logged-in dashboard. But, as Vercel grew, this setup revealed opportunities for improvement. Build times grew, dependency management became more intricate, and workflows needed optimization. Minor changes triggered full builds, affecting isolated development and CI pipelines.It was clear a change was needed.Read more
1年前
記事のアイキャッチ画像
Choose IP visibility for Log Drains
Vercel News
Since IP addresses can be considered personal information under certain data privacy laws, we're giving you the ability to configure whether Vercel forwards IP addresses to your Log Drains. Now, similar to , you can disable this forwarding in the security settings of your Team.MonitoringThis can be done by roles on .Owner and AdminPro and Enterprise plansRead more
1年前
記事のアイキャッチ画像
Upstash joins the Vercel Marketplace
Vercel News
has joined the Vercel Marketplace with three of its core products: KV, Vector, and QStash. These services offer integrated billing, automated account provisioning, and direct access to the Upstash console from directly within the Vercel Dashboard.UpstashThis integration replaces Vercel KV, and in the coming months, we will begin a zero-downtime migration for all existing stores with no action required and no change in price.Existing Vercel KV users will continue to have full access to their current stores without any changes during the transition, and new stores can be created via the Upstash Marketplace Integration.Get started with the , available to customers on all plans.Vercel MarketplaceRead more
1年前
記事のアイキャッチ画像
Eval-driven development: Build better AI faster
Vercel News
AI changes how we build software. In combination with developers, it creates a positive feedback loop where we can achieve better results faster.However, traditional testing methods don't work well with AI's unpredictable nature. As we've been building AI products at Vercel, including v0, we've needed a new approach: eval-driven development.This article explores the ins and outs of evals and their positive impact on AI-native development.Read more
1年前
記事のアイキャッチ画像
v0 plans for teams are here
Vercel News
Last October we —a generative user interface system powered by natural language and AI. Users generated over four million designs, creating everything from sophisticated dashboards to polished marketing pages.introduced v0Now, is like having an expert programmer sitting next to you. It's an assistant that specializes in web technologies and frameworks to help you generate functional code and UI from best practices, migrate or debug existing code, or learn to code for the first time.v0Starting today, v0 is available to teams of all sizes, with plans designed to help you collaborate and scale securely. and plans offer security features like SSO and, for Enterprise, the ability to opt out of data training, while helping you share and reuse knowledge and generations across your whole team.v0 Teamv0 EnterpriseRead more
1年前
記事のアイキャッチ画像
Updated default retention policy for canceled deployments
Vercel News
the ability to manage deployment retention—a way to automatically clean up your project's deployments after a set period of time. We recently introducedStarting November 18, 2024, we are changing the default retention policy for .Canceled deployments will be automatically deleted after for all projects, unless your project has a . There will be no impact to deployments that are not canceled.canceled deployments only 30 dayscustom deployment retention settingLearn more about. Deployment RetentionRead more
1年前
記事のアイキャッチ画像
Deployment Protection now supports protected rewrites
Vercel News
We've improved how handles rewrites between protected deployments. If you have access to the deployment and it belongs to the same team as the original deployment, we now automatically grant access to the rewritten deployment. Vercel AuthenticationPreviously, when rewriting to a protected deployment, would redirect through to authenticate the user, causing the rewrite to become a redirect.Vercel Authenticationvercel.comAutomatic access between protected rewrites is only applicable if you are already authenticated with Vercel on the original deployment. This new behavior does not apply to rewrites when you authenticate using , , or .Shareable LinksProtection Bypass for AutomationPassword ProtectionRead more about in our docs.Deployment ProtectionRead more
1年前
記事のアイキャッチ画像
Add 3D to your web projects with v0 and React Three Fiber
Vercel News
(R3F) is a powerful React renderer for that simplifies building 3D graphics using React's component-based architecture. Whether you're building complex environments, animations, or interactive scenes, R3F makes it accessible—even if you're not an expert at math or physics.React Three Fiberthree.jsWith R3F support in , our AI-powered development assistant, you can incorporate 3D designs in your projects by chatting with v0 using natural language. Let's explore how to use v0 and R3F to create interactive 3D scenes to elevate your web designs.v0Read more
1年前
記事のアイキャッチ画像
How Emburse increased site performance by 4x with Vercel
Vercel News
manages travel and expense for over 12 million users in 120 countries. They were operating a legacy stack and needed to modernize, so they partnered with , a leading digital transformation consultancy and .EmburseRangleVercel ExpertTogether with Rangle, Emburse implemented Vercel, Next.js, and Sanity, significantly improving the site’s performance and speed while addressing key concerns for their marketing team.Read more
1年前
記事のアイキャッチ画像
Improved monorepo support in Recent Previews
Vercel News
When you make a commit to a monorepo, the Recent Previews section on your team overview page will now show an expandable row containing preview, source, and deployment links for all deployments triggered by your commit, across all projects. Recent Previews gives you easy access to the previews you have viewed or deployed recently. Learn more in the documentation.dashboard overviewRead more
1年前
記事のアイキャッチ画像
Leveraging Vercel and the AI SDK to deliver a seamless, AI-powered experience as a solo founder
Vercel News
is an AI co-pilot designed for product managers, enabling them to write product requirements documents, brainstorm roadmaps, and improve overall efficiency around product work. As a solo founder, built ChatPRD from the ground up. In just nine months, the platform has garnered 20,000 users and is now focusing on expanding its features to support team collaboration.ChatPRDClaire VoCentral to this rapid growth and development has been the on Vercel.AI SDKRead more
1年前
記事のアイキャッチ画像
How Chatbase scaled rapidly with Vercel's developer experience and AI SDK
Vercel News
helps companies build chat-based AI agents that are trained on their data to chat with users and perform tasks. It handles customer support, sales, lead generation, and more.ChatbaseFrom the beginning, they prioritized building a platform that could move fast in the competitive market. To achieve this, they chose Vercel and Next.js as the tech stack for their app and marketing website, along with Vercel's AI SDK, which enabled them to quickly iterate and deliver AI-driven features. By prioritizing iteration speed, Chatbase grew to 500K monthly visitors and $4M ARR in 1.5 years. Vercel's developer experience (DX) allows the team to focus on innovation, not infrastructure. The AI SDK enables rapid implementation of custom chats and model optimizations.Read more
1年前
記事のアイキャッチ画像
How Supabase increased signups through the Vercel Marketplace
Vercel News
The on the Vercel Marketplace provided a frictionless onboarding experience, ensuring zero loss in fidelity or developer experience. Developers can easily set up and manage databases directly from the Vercel CLI or dashboardSupabase integrationSupabaseSince the launch, Supabase has seen a notable increase in new signups, as the Marketplace has become their largest partner channel. Based on Supabase’s increased business and early success, we’re excited for what’s next and the future of Vercel Marketplace.Read more
1年前
記事のアイキャッチ画像
Navigating Web3 dynamism: Ledger's solution to traffic spike stability with Vercel
Vercel News
In the world of crypto, market surges and unexpected events create unpredictable traffic spikes, like Gunna wearing a diamond-encrusted Ledger at the Met Gala. For —a leading provider of hardware wallets—capturing this no-notice interest becomes crucial for Ledger’s online presence, which may see traffic fluctuate from 1-5 million users monthly. Navigating the dynamism of the crypto market requires a technical infrastructure as resilient and secure as Ledger’s hardware products.LedgerRead more
1年前
記事のアイキャッチ画像
Vercel Terraform Provider now supports Vercel Firewall resources
Vercel News
The now allows you to customize and control the through Infrastructure as Code (IaC).Vercel Terraform ProviderVercel FirewallKey resources and their capabilities include:For example, to create a new rule that challenges requests where the contains :user_agentcurlGet started with the today. If you already have Terraform installed, upgrade by running:Terraform provider for VercelRead moreResource: vercel_attack_challenge_modeToggle .Attack Challenge ModeResource: vercel_firewall_configAttribute block: —Define and adjust .rulescustom rulesAttribute block: —Manage a list of .ip_rulesblocked IP addresses
1年前
記事のアイキャッチ画像
Serverless servers: Efficient serverless Node.js with in-function concurrency
Vercel News
We’re sharing a first look at a new version of with that brings the best of servers to serverless functions.Vercel Functionssupport for in-function concurrencyWe’ve been testing this new version with customers and are seeing a without latency impact.20%-50% reduction in compute usage and respective cost reductionIt’s a serverless product optimized specifically for interactive workloads such as server-rendering of web pages, APIs, and AI applications. Vercel Functions continue to offer native Node.js support with and instance pre-warming for production workloads.accelerated cold-start performance based on V8 bytecodeRead more
1年前
記事のアイキャッチ画像
In-function concurrency now in public beta
Vercel News
In-function concurrency is now in , and allows a single function instance to handle multiple invocations concurrently, improving resource utilization by taking advantage of idle time in existing function instances.public betaTraditionally, serverless architecture maps one function instance to a single invocation. With in-function concurrency, overlapping invocations can increase efficiency by 20%-50%, reducing gigabyte-hours and lowering costs.​As part of the beta, we’re limiting the number of concurrent invocations per instance, and will be gradually increasing the limit based on feedback. Note, this capability may increase latency for purely CPU-bound workloads.In-function concurrency public beta is available for all customers using , you can and track resource savings in real time.Pro and EnterpriseStandard or Performance Function CPUenable it through your dashboardRead our and for more information.blog postdocumentationRead more
1年前
記事のアイキャッチ画像
Vercel WAF upgrade brings persistent actions, rate limiting, and API control
Vercel News
At Vercel Ship, the new , an application-layer firewall that complements our platform-wide firewall. This enables our customers to implement custom or managed rulesets, such as protection against the OWASP Top 10 risks.we introducedWeb Application Firewall (WAF)Since its release, Vercel’s WAF has blocked billions of malicious requests, demonstrating its resilience and reliability across a wide variety of use cases, from small startups to large enterprise deployments.Read more
1年前
記事のアイキャッチ画像
Application-aware Observability now in limited beta
Vercel News
We're beginning to roll out new Observability capabilities which will give enhanced insights into your application's performance and behavior in the Vercel dashboard.This will provide detailed analytics across functions, data transfer, caching, and API requests to bring further observability to Vercel's .framework-defined infrastructureNew insights include:Observability is now in limited beta for current Monitoring customers and can be accessed from the new Observability tab in your Vercel projects.For advanced platform observability, with Sentry, Datadog, Honeycomb, and more.explore our integrationsRead more: Monitor function behavior and external requests, including invocations, durations, and error ratesVercel Functions and external API requests: Track data transfer, ISR usage, and edge requests with detailed insights into cache success, revalidations, and geo-based performanceVercel Edge Network
1年前
記事のアイキャッチ画像
Vercel WAF rate limiting now generally available
Vercel News
Vercel Web Application Firewall (WAF) rate limiting is now generally available, giving you precise control over request volumes to your applications.With over 15 parameters, including target path, headers, method, and cookies, you can define the business logic for rate limiting. Then, apply a rate-limiting algorithm tied to IP, JA4 digest, headers, or user agent to control the frequency of matching traffic within your set limits.When paired with , rate limiting can help reduce resource abuse across Edge Requests, Middleware, Data Transfer, and Function execution.persistent actionsRate limiting with a fixed-window algorithm is available today for Pro customers, with an additional token-bucket algorithm available to Enterprise customers. is regional starting at $.50 per 1 million allowed requests.Pricing for rate limiting Add rate limiting or read the to learn more.using a templaterate limiting documentationRead more
1年前
記事のアイキャッチ画像
Vercel WAF now supports persistent actions
Vercel News
Vercel now supports persistent actions to block repeat offenders who trigger firewall rules.Web Application Firewall (WAF)These persistent actions enforce specific responses—such as blocking—against clients for a defined period, ranging from 1-60 minutes. While active, these actions prevent unnecessary processing by blocking requests earlier in their lifecycle, reducing edge request load.You can apply persistence to existing rules for actions like deny, challenge, and rate-limiting, adding an extra layer of control to your firewall logic.Learn more about .persistent actionsRead more
1年前
記事のアイキャッチ画像
Streaming now enabled by default for all Node.js Vercel Functions
Vercel News
is now enabled by default for all for Pro and Enterprise teams, marking the final step in . This means Vercel Functions can now send data to the client as it’s generated, instead of waiting for the entire response.StreamingVercel Functions running on Node.jsthe plan we published on July 8th, 2024The environment variable is no longer required—streaming is now applied automatically upon deployment.VERCEL_FORCE_NODEJS_STREAMINGStreaming responses . If you are using Log Drains, check that your ingestion pipeline can process the new log format and increased log frequency.Logging changes: will alter the format and frequency of your runtime logsRead our and for more information.blog postdocumentationRead more
1年前
記事のアイキャッチ画像
Accelerating developer velocity and creating high-impact web teams
Vercel News
High-performing web teams focus on innovation, not infrastructure. Vercel's framework-defined infrastructure accelerates developer velocity, allowing teams to build faster and more efficiently.By handling the heavy lifting of cloud infrastructure, Vercel's empowers teams to focus on coding user interfaces and logic. This enables them to meet the six core principles of web delivery: speed, global presence, scalability, reliability, security, and dynamism. With infrastructure managed, teams can streamline workflows and collaboration, delivering impactful products.Frontend CloudRead more
1年前
記事のアイキャッチ画像
Purchase .ai domains directly on Vercel
Vercel News
You can now purchase .ai domains on Vercel. Secure your new domain and use the to create an application, or check out our AI for inspiration.Vercel AI SDKtemplatesFor a comprehensive list of all supported domains, check out the documentation .hereRead more
1年前
記事のアイキャッチ画像
VPC Peering now available as self-service for Vercel’s Secure Compute
Vercel News
We’ve introduced major improvements to Secure Compute, now offering self-service capabilities for Enterprise customers, along with increased flexibility and control over Secure Compute networks.Key updates include:This update simplifies network management and enhances secure, self-service connections between Vercel and AWS environments. Check out the to learn more.documentationRead moreVPC peering connections can be initiated from AWS and accepted directly through the Vercel dashboard. Pending connections are clearly displayed for review and approval.VPC Peering management: Failover regions can now be configured in the dashboard. If the active region is unavailable, Vercel will switch to a network in the failover region. Failover regions: A new networks page provides detailed information and configuration which includes peering connections, IP addresses, and projects.Improved UI for networks:
1年前
記事のアイキャッチ画像
Preventing infrastructure abuse with Vercel Firewall
Vercel News
In any given week, blocks around 1 billion suspicious TCP connections, with some days seeing upwards of 7 billion malicious HTTP requests. Vercel's platform is designed to automatically , blocking thousands of these threats every day to keep your site secure and operational without user intervention. Vercel is built to minimize disruptions and safeguard your resources from unnecessary costs by serving only legitimate traffic.Vercel Firewallmitigate DDoS attacksRead more
1年前
記事のアイキャッチ画像
AI SDK 3.4
Vercel News
The is an open-source toolkit for building AI applications with JavaScript and TypeScript. Its unified provider API allows you to use any language model and enables powerful UI integrations into leading web frameworks such as and .AI SDKNext.jsSvelteRead more
1年前
記事のアイキャッチ画像
From CDNs to Frontend Clouds
Vercel News
Web apps today are judged on six core principles: , , , , , and . Users and businesses now expect excellence in all six categories, making them non-negotiable.speedglobal presencescalabilitydynamismreliabilitysecurityAs user experiences have become more engaging and dynamic, the limitations of Content Delivery Networks (CDNs) and Infrastructure as Code (IaC)—once the industry standards for application delivery—are becoming increasingly apparent.CDNs, designed for static content, fail to meet the demands of modern, interactive and real-time web applications. At the same time, while IaC enables programmatic management, its use for web applications often leads to building undifferentiated tooling and systems rather than dedicating those resources to more bespoke, complex infrastructure challenges.These technologies have not kept pace with the evolving web, leading to an emerging and compelling solution: that abstract away complex infrastructure, enabling next-generation content, experienc
1年前
記事のアイキャッチ画像
Improvements to Vercel Toolbar: Shrinking when inactive, removal of avatars, and more
Vercel News
We have made a number of improvements to ensure the Vercel Toolbar is there when you need it but stays out of the way when you don't: To quickly toggle the toolbar you can use on MacOS or on Windows. You can also drag it to a different side of your page, and it will remember to spawn there next time.⌘ + .Ctrl + .See the documentation for more information about the . Vercel ToolbarRead more​The shrunken toolbar shows the comment, share (or flags), and menuicons. The full toolbar will show on hover. You can turn off shrinking in the toolbar menu under Preferences. Shrinks when inactive: We removed the avatars of team members who viewed the deployment.This reduces visual noise and quiets the toolbar's presence in the network tab.No Longer Shows Avatars: The toolbar no longer adds its own highlight or opens the thread editor when text is selected. It shows a small comment indicator which can be clicked to start drafting a comment on the selected text.Normal Text Selection:
1年前
記事のアイキャッチ画像
Install Marketplace Integrations from the Vercel CLI
Vercel News
You can now install integrations from the Vercel Marketplace directly through the Vercel CLI.The offers that allow you to use provider products —currently Supabase, Redis, and EdgeDB—directly from the Vercel dashboard without leaving the platform or creating separate accounts.Vercel Marketplacenative integrationsRunning the command will:vc iCheck out the to learn more.documentationRead moreInstall the integration (e.g. to install Supabase)vc i supabaseAutomatically provision resources as part of the integration installation, as required by the provider productsGet enhanced error messages in the terminal for troubleshooting of any installation issues
1年前
記事のアイキャッチ画像
Content Link can now be used with Contentful
Vercel News
With , previously known as Visual Editing, you can click-to-edit content on your Vercel site, with a direct link to exactly where your content lives in your CMS.Content LinkThis functionality is now available for Pro and Enterprise customers using Contentful as their CMS and are on their Premium plan. To see all supported CMSs, . visit our docsWhen enabled, Contentful’s APIs return for certain visual fields that have links to the correct field in Contentful, such as rich text, description fields, and lists. Markdown is currently not supported. source maps to get started. Check out the documentationRead more
1年前
記事のアイキャッチ画像
Managing 275 thousand pages and 8 million assets at top speed with ISR
Vercel News
As the world’s leading in-person car auction enterprise, has sold some of the most famous vehicles in the world. And while their digital platform had capably evolved over the years, it was hitting its limit, hindering their ability to create listings quickly. With the help of digital agency , Mecum adopted a new, composable stack—giving them confidence that their website would be fast, performant, and reliable. Mecum Auction CompanyAmericaneagle.comRead more
1年前
記事のアイキャッチ画像
ISR: A flexible way to cache dynamic content
Vercel News
Incremental Static Regeneration (ISR) is a caching strategy that combines the perks of multiple rendering techniques to bring users dynamic content at cached speeds.This guide explores how ISR fits into your overall caching strategy, how it can benefit your architecture, and how to implement it effectively. We'll compare ISR to traditional caching methods and provide real-world examples to illustrate its advantages.Read more
1年前
記事のアイキャッチ画像
Deploying dreams: An inside look at a summer internship with Vercel
Vercel News
Hello! I’m Aryan. I am currently a student at UC Berkeley, studying Electrical Engineering and Computer Science (EECS). This summer, I had the opportunity to be an intern at Vercel. It’s been an unforgettable experience. As my internship comes to a close and I head back to school, I want to share a behind-the-scenes look at what an internship at Vercel is like.Read more
1年前
記事のアイキャッチ画像
What’s new in React 19
Vercel News
React 19 is near. The React Core Team (RC) this past April. This major version brings several updates and new patterns, aimed at improving performance, ease of use, and developer experience.announced a React 19 release candidateMany of these features were introduced as experimental in React 18, but they will be marked as stable in React 19. Here’s a high-level look at what you need to know to be ready.Read more
1年前
記事のアイキャッチ画像
Sign up or sign in with a One-Time Password (OTP)
Vercel News
Sign up or sign in with email using one time password. This update offers three key benefits: today to get started.Sign upRead more 6-digit OTPs are single-use and short-lived, significantly reducing the risk of unauthorized access through intercepted or stolen credentials. Enhanced security:: Start on one device or window, finish on another. No need to keep the original tab open. Flexible sign-up/sign-in Avoid the hassle of clicking email links — enter the OTP to complete the process.No magic links:
1年前
記事のアイキャッチ画像
Transforming customer support with AI: How Vercel decreased tickets by 31%
Vercel News
latest AI survey shows 65% of organizations now regularly use AI — nearly double from just ten months ago, with many using it to increase efficiency in critical areas like customer support. McKinsey'sAt Vercel, we integrated AI into our support workflow. Our AI agent reduced human-handled tickets by 31%, allowing us to maintain high support standards while serving a growing customer base.Read more
1年前
記事のアイキャッチ画像
Restrict repository deployments to specific teams
Vercel News
Enterprise customers can now restrict deployment permissions for their entire Git scope, for example their GitHub organization, to their Vercel teams.Restricted deployment permissioning ensures that all repositories in the protected Git scope can only be deployed by authorized teams on Vercel.This protects against intentional and accidental deployments of protected repositories.Learn more in our .documentationRead more
1年前
記事のアイキャッチ画像
REST API for the Vercel Firewall
Vercel News
The Vercel Firewall now has a REST API, with the ability to:Learn more and get started today with the .REST API documentationRead moreRead the current Firewall configurationCreate and manage custom rulesEnable or disable Attack Challenge ModeControl and manage a list of blocked IP addresses
1年前
記事のアイキャッチ画像
Enhancing security of backend connectivity with OpenID Connect
Vercel News
In 2014, the OpenID Foundation introduced a new standard for authenticating people online, known as . This standard was initially created to simplify the authentication process for users, providing a streamlined and secure way to log into various services. Today, Vercel leverages OIDC to enhance the security of backend connectivity, enabling developers to replace long-lived credentials with more secure, temporary tokens.OpenID Connect (OIDC)Read more
1年前
記事のアイキャッチ画像
Introducing the Vercel Marketplace
Vercel News
Last year, we added to our platform, introducing our first-party Blob and Edge Config, as well as partner solutions like Postgres by Neon and KV by Upstash. We heard your feedback—you want more providers and different types of integrations.storage solutionsToday, we’re launching the first version of the Vercel Marketplace. It supports storage solutions from , , and , at the same price as going direct. These integrations come with features like integrated billing, direct connections to provider consoles, and more.SupabaseRedisEdgeDBRead more
1年前
記事のアイキャッチ画像
Integrated billing for Supabase, Redis, and EdgeDB
Vercel News
Vercel now has native integrations with Supabase, Redis, and EdgeDB.Start for free or purchase storage at the same price as going direct. Our new include integrated billing, direct access to provider consoles, and more.storage add-onsIn the coming months, we will begin a zero-downtime migration for Vercel Postgres and KV to our new marketplace. Postgres will transition to our Neon integration, and KV will transition to our Upstash integration. No action is required on your part.Get started with the , available to customers on all plans.Vercel MarketplaceRead more
1年前
記事のアイキャッチ画像
Lower pricing for Log Drains
Vercel News
Log Drains recently became with a new usage-based pricing model.generally availableFor the past three months, customers have been able to monitor their Log Drains usage on the dashboard, sample traffic, and reconfigure sources as needed.Based on your feedback, by increasing the included data transfer by 300%—from 5GB to 20GB. Log Drains will cost $10 per 20GB (previously $10 per 5GB) at the start of your next billing cycle.we've reduced the price of Log DrainsYou can view your current Log Drains usage on the .Usage pageRead more
1年前
記事のアイキャッチ画像
Configure retention periods for deployments
Vercel News
You can now configure the retention period for deployments through the dashboard and CLI.For example, canceled and errored deployments might be set to 30 days retention, while production deployments might be set to 1 year. Recently deleted deployments are shown in your project settings and can be instantly restored within 30 days of deletion.Learn more in our .documentationRead more
1年前
記事のアイキャッチ画像
Devolver ships game websites 73% faster with Vercel
Vercel News
As publishers of leading independent games, the team at Devolver is never short on work. But as a small engineering team, they felt limited by their clunky infrastructure and were spending more time on system management than they needed. With Vercel, the Devolver team was able to cut time spent on system management and configuration by more than half, . Soon after adopting Vercel, the team was even able to launch five websites during a 30-minute press conference without any issues. allowing them to bring game websites to life 73% fasterRead more
1年前
記事のアイキャッチ画像
Bytecode caching for Serverless Functions by default
Vercel News
We recently —an experimental feature built on our new Rust-based core for Vercel Functions—designed to drastically reduce start times during cold starts. Even when cold starts do occur, their impact is now minimal and barely noticeable.introduced bytecode cachingincreasingly rareAfter validating the stability and performance improvements of bytecode caching, the feature is now for all .stable and the defaultNode.js 20+ Vercel FunctionsThis change exceeding our initial benchmarks and observations. The improvement is particularly significant for functions that load a large amount of JavaScript, with smaller functions experiencing less impact.reduces global cold start times by up to 60%,Bytecode caching is automatically enabled for all functions running on (e.g., Next.js). Additionally, we're working to extend this support to include ESM for broader compatibility. Learn more in .Node.js 20 and using CommonJSour blog postRead more
1年前
記事のアイキャッチ画像
View logs over time with new time series chart
Vercel News
You can now visualize Runtime Logs with a time series chart.Learn more about .Runtime LogsRead moreObserve the distribution of info, warning, and error logs over timeAnalyze and understand your application's behavior more effectivelyUse the drag-to-select feature to filter logs for specific time ranges
1年前
記事のアイキャッチ画像
Using the AI SDK to fix edge-case errors in our code
Vercel News
Recently, there was an issue affecting our customers when trying to purchase a domain containing non-English characters. This problem became apparent when these domain purchases consistently failed, creating a significant roadblock for users wanting to expand their online presence with internationalized domain names (IDNs).Read more
1年前
記事のアイキャッチ画像
How to build scalable AI applications
Vercel News
In today's AI-driven landscape, your business's competitive edge lies in how effectively you integrate AI into your product and workflows. This guide focuses on three critical aspects of building scalable AI applications:Read more
1年前
記事のアイキャッチ画像
Update regarding Vercel service disruption on August 7, 2024
Vercel News
On August 7, 2024, Vercel's Edge Middleware and Edge Functions experienced a significant outage affecting many customers. We sincerely apologize for the service disruption.Vercel’s platform is designed to . As standard practice, we use staggered rollouts for both code and configuration changes. Every aspect of our infrastructure is designed to gracefully fail over to the next available region in the event of an incident, and ensures no single point of failure across infrastructure components. However, on Wednesday, an upstream provider for a subset of our compute infrastructure went into a globally erroneous configuration state.minimize the risk of global downtimeThis event tested our infrastructure's resilience and how we respond to a global provider failure. Let’s break down what happened, how we responded, and the steps we’re taking to eliminate this as a possible failure mode.Read more
1年前
記事のアイキャッチ画像
Vercel AI SDK 3.3
Vercel News
The is a toolkit for building AI applications with JavaScript and TypeScript. Its unified API allows you to use any language model and provides powerful UI integrations into leading web frameworks such as and .Vercel AI SDKNext.jsSvelteRead more
1年前
記事のアイキャッチ画像
How to integrate AI into your business
Vercel News
Implementing AI in your business can be challenging due to the rapid pace of change, the complexity of integration, and the need for specialized skills. This guide helps leaders identify and evaluate AI use cases. We'll also show you how Vercel's Frontend Cloud and AI SDK can speed up your AI projects. Companies like Tome, Chick-fil-A, Chatbase, Runway, and Suno are already using these tools to bring AI into their apps and workflows.Read more
1年前
記事のアイキャッチ画像
Filter by custom date ranges in Web Analytics
Vercel News
You can now choose custom date ranges in Web Analytics. Select any in the date range picker, or to quickly focus on specific period. custom time period drag across the graph or for your project.Learn more about Web Analyticsenable Web AnalyticsRead more
1年前
記事のアイキャッチ画像
Improved Live Mode in Runtime Logs
Vercel News
You can now toggle live streaming for to update every ~5 seconds without clearing existing logs or manual refreshes.Runtime LogsRuntime logs capture crucial information from server-side rendering, API routes, Vercel Functions, and more. For advanced use cases, you can export logs to external endpoints or using .integrationsLog DrainsLearn more about .Runtime LogsRead more
1年前
記事のアイキャッチ画像
Protecting your app (and wallet) against malicious traffic
Vercel News
Let's explore how to block traffic with the Firewall, set up soft and hard spend limits, apply code-level optimizations, and more to protect your app against bad actors.If you’re on our free tier, you don’t need to worry. When your app passes the included free usage, it is automatically paused and never charged.Read more
1年前
記事のアイキャッチ画像
Improved user experience for Account Settings
Vercel News
We've revamped the Account Settings with a new, intuitive navigation structure by breaking down into three different sections - Overview, Activity, and Settings.The now offers a quick snapshot of your teams and domains, including the option to request access to teams you're not part of.Overview pageThe presents a chronological list of events for the last 12 months. Activity pageThe consolidates all user-specific options, including authentication, billing, and access tokens. Settings pageThis streamlined layout aims to enhance clarity and simplify account management for all users.Read more
1年前
記事のアイキャッチ画像
Achieving feature rollouts with ultra-low latency and zero impact to conversion
Vercel News
Beyond Menu is a popular food delivery service in the US that connects restaurants and diners. Their Next.js app is deployed on Vercel and serves millions of hungry visitors every month.To scale their development, they decided to adopt feature flags for gradual rollouts, instant rollbacks, A/B testing, trunk-based development and easier collaboration both internally and with beta users.They knew they needed to evaluate feature flags and A/B tests on both the server and the client. And since they used the App Router, the solution needed to work with React Server Components, Client Components and different rendering modes like static, dynamic and partial prerendering.At Beyond Menu, every millisecond impacts conversion, so they turned to Vercel's Edge Config and Hypertune for seamless feature flag management without layout shifts. Read more
1年前
記事のアイキャッチ画像
How Google handles JavaScript throughout the indexing process
Vercel News
Understanding how search engines crawl, render, and index web pages is crucial for optimizing sites for search engines. Over the years, as search engines like Google change their processes, it’s tough to keep track of what works and doesn’t—especially with client-side JavaScript.Read more
1年前
記事のアイキャッチ画像
Performance improvements and setting update for the Vercel Toolbar
Vercel News
The Vercel Toolbar now loads and uses hardware acceleration for smoother interactions. The toolbar has features like and , and developer tools like the for optimizing INP.up to 10x fastercomments feature flagsinteraction timing toolYou can also now toggle toolbar visibility based on the environment (preview or production) for your team or project from the dashboard. This is under the "Vercel Toolbar" section in general settingsWhen the toolbar is on, individual users can still hide and unhide it using the keyboard shortcut (Mac) or (Windows), or disable it for their session with the option in the toolbar menu (☰).⌘ + .Ctrl + . Learn more about . toolbar settings and functionalityRead more
1年前
記事のアイキャッチ画像
FastHTML projects can now be deployed with zero configuration
Vercel News
You can now deploy Python projects on Vercel with zero configuration.FastHTMLFastHTML is a new next-generation web framework for fast, scalable web applications with minimal, compact code. It builds on top of popular foundations like and . You can now deploy FastHTML with Vercel CLI or by pushing new changes to your git repository.ASGIHTMXDeploy the or run in your terminal to get started.FastHTML templatevercel init fasthtmlRead more
1年前
記事のアイキャッチ画像
Flags as code in Next.js
Vercel News
We recently introduced a new that allows using feature flags, in Next.js and SvelteKit, and works with any feature flag provider—or when using no flag provider at all. It's not meant to be a competitor to other feature flag providers. Instead, it’s a tool that sits between your application and the source of your flags, helping you follow best practices for using feature flags and experiments, keeping your website fast. Flags SDKFollow along below to get started with the Flags SDK, beginning with a simple feature flag to more sophisticated cases, discussing tradeoffs along the way.Read more
1年前
記事のアイキャッチ画像
Elkjøp's Digital Transformation: Powering Retail Innovation with Next.js and Vercel
Vercel News
With over $1B in revenue flowing through their digital properties, Elkjøp (Elgiganten), Nordic subsidiary of Currys PLC and leading consumer electronics retailer in the region, knew their digital presence needed to reflect their in-store commitment to innovation and excellence. Their previous ecommerce platform, built on Angular and self-hosted on Kubernetes, had become a source of frustration for both customers and internal teams. Slow page loads, SEO struggles, and inefficient developer experience were impacting the bottom line and hindering their ability to deliver the exceptional online shopping experience their customers deserved.Read more
1年前
記事のアイキャッチ画像
Instantly redirect traffic using custom Vercel Firewall rules
Vercel News
You can now redirect requests to a new page using , adding to the existing challenge and block actions.custom Firewall rulesPublishing custom rules does not require a new deployment and will instantly propagate across the global Vercel Edge Network. Therefore, using custom rule redirects in moderation could provide a fast alternative to , particularly in emergency situations.Edge Network redirectsFirewall redirects execute before Edge Network configuration redirects (e.g. are evaluated.vercel.json or next.config.js) Custom rules are available for free on all plans.Read more
1年前
記事のアイキャッチ画像
Improvements to command line logs
Vercel News
Vercel CLI v35 introduces new commands to access of deployment and runtime logs:You can now use the option to stream logs as JSON. This makes it easier to parse and filter logs using tools like .--jsonjqTo use these features, update to the latest version of the Vercel CLI:Read more deploys and shows vercel deploy --logsbuild logs shows for an existing deploymentvercel inspect --logsbuild logs now follows of an existing deploymentvercel logsruntime logs
1年前
記事のアイキャッチ画像
Turbopack updates: Moving homes
Vercel News
Turbopack is a new JavaScript/TypeScript bundler we’ve been cooking at Vercel. Building on 10+ years of learnings from webpack, we want to build a bundler that can be used with many frameworks.We’re moving the Turbopack codebase into the Next.js repository—and wanted to share an update on our progress with Turbopack so far, as well as where we’re headed.Read more
1年前
記事のアイキャッチ画像
How to choose the best rendering strategy for your app
Vercel News
Web rendering has evolved from simple server-rendered HTML pages to highly interactive and dynamic applications, and there are more ways than ever to present your app to users.Static Site Generation (SSG), Server-Side Rendering (SSR), Client-Side Rendering (CSR), Incremental Static Regeneration (ISR), and experimental Partial Prerendering (PPR) have all been developed to optimize performance, SEO, and user experience in various situations.Read more
1年前
記事のアイキャッチ画像
Automatically skip unnecessary deployments in monorepos
Vercel News
Vercel now automatically skip builds for unchanged code in your monorepo. Projects without changes in their source code (or the source code of internal dependencies) will be skipped, reducing build queuing and improving the time to deployment for affected projects.This feature is powered by , and works with any . For more advanced customization, like canceling builds based on branches, you can configure an .Turborepomonorepo using workspacesIgnored Build StepLearn more about .skipping unaffected projectsRead more
1年前
記事のアイキャッチ画像
Longer history available in Speed Insights
Vercel News
We've increased the viewable history in Speed Insights for all plan types:Measure your site's performance over longer periods, at no additional cost. or for your project.Learn more about Speed Insightsenable Speed InsightsRead more: Now (up from 24 hours)Hobby7 days: Now (up from 7 days)Pro30 days: Now (up from 30 days)Enterprise90 days
1年前
記事のアイキャッチ画像
Improvements to Support Center
Vercel News
The Support Center now has an improved design to make it easier to understand the state of your support cases. You can now find cases by: is available to Pro and Enterprise customers.Support CenterRead moreSearching the subject linesFiltering by statusSorting by Last Updated, Date Created and Severity
1年前
記事のアイキャッチ画像
New utilities to work with Vercel Functions
Vercel News
now includes new utilities:@vercel/functionsInstall the latest package to use these methods today:Learn more in the .documentationRead more: Returns location information of the incoming requestgeolocation: Returns the IP address of the incoming requestipAddress: Returns from VercelgetEnv system environment variables
1年前
記事のアイキャッチ画像
Improved CDN Performance
Vercel News
We've improved our performance by increasing the initial TCP congestion window by 300%. This enhancement allows sending more data in the initial and subsequent round-trips, resulting in faster page loads for websites of all sizes.Edge NetworkEnd users will experience significant speed improvements when first loading any site hosted on Vercel, with many sites seeing up to 3x faster initial page loads. The larger initial congestion window allows data transfer to ramp up more quickly, reaching higher speeds in fewer round-trips. This optimization is particularly beneficial for high-latency connections, such as those on mobile devices.This performance upgrade is available immediately for all Vercel customers across all plans, with no action required. Your sites will automatically benefit from these improvements without any changes needed on your part.Read more
1年前
記事のアイキャッチ画像
Fast Origin Transfer is now automatically compressed
Vercel News
We’ve improved Fast Origin Transfer—our Edge Network’s ability to transfer data from every region globally to the origin—to be compressed by default.Fast Origin Transfer is incurred when using any of Vercel’s compute projects, like Functions, Middleware, and Incremental Static Regeneration (ISR). Starting today, all data transfer between edge regions and the origin location is now automatically compressed. This matches the behavior of Fast Data Transfer.Learn more about and how to optimize.Fast Origin TransferRead more
1年前
記事のアイキャッチ画像
Log Drains now support the Vercel Firewall
Vercel News
You can now drain actions to external providers through Log Drains.Vercel FirewallRequests denied by the Vercel Firewall will be drained with the source. This includes the following events:firewallIf a rule is set to or to , requests will not be sent to Log Drains. Firewall actions are also surfaced inside of .logbypassMonitoringLearn more about the .Log DrainsRead moreRequests blocked by a Custom RuleRequests blocked by Challenge ModeRequests blocked Managed Rules (e.g. )OWASP CRSRequests blocked by an IP Rule
1年前
記事のアイキャッチ画像
Vercel Firewall now supports localized challenge pages
Vercel News
The now localizes the challenge page text to .Vercel Firewall22 different languagesChallenges are automatically served for malicious traffic or when defined through . The updated page also features a new design, which supports light and dark mode.custom rulesLearn more about the .Vercel FirewallRead more
1年前
記事のアイキャッチ画像
OpenID Connect (OIDC) Federation now available in Beta
Vercel News
Vercel now supports OpenID Connect (OIDC) Federation, enabling you to enhance your security by replacing long-lived environment variable credentials with short-lived, RSA-signed JWTs for external requests in both builds and Vercel Functions.You can now leverage Vercel's OIDC Identity Provider (IdP) to issue persistent tokens for cloud providers such as AWS, Azure, GCP, and more.Enable OIDC in your project's security settings and leverage the package for integration with third-party providers, like this:@vercel/functionsLearn more about OpenID Connect Federation in the .documentationRead more
1年前
記事のアイキャッチ画像
Improvements to Runtime Logs
Vercel News
Runtime logs now have improved filtering and visibility of request details:These improvements are available to all Vercel customers.Read more: View query parameters for each request directly in the UI.Query Params Visibility: Filter logs by request ID using the new filter icon next to each ID.Request ID Filtering
1年前
記事のアイキャッチ画像
Understanding Vercel Functions
Vercel News
Vercel Functions run code in response to user traffic without the need to manage your own infrastructure, provision servers, or manage hardware.Read more
1年前
記事のアイキャッチ画像
Function streaming to be framework-agnostic on Vercel
Vercel News
In 2023, Vercel Functions added support for .streaming HTTP responsesThis feature has been enabled for frameworks like Next.js (App Router), SvelteKit, Remix, and more. We've been progressively rolling out streaming to more frameworks over the past two years, and we're beginning to roll out streaming for and compatible frameworks.all functionsRead more
1年前
記事のアイキャッチ画像
Easier toolbar setup for SvelteKit and other Vite-based frameworks
Vercel News
Vite-based frameworks such as SvelteKit, Remix, Nuxt, or Astro can now more easily integrate with the Vercel Toolbar in both and environments. The Toolbar enables you to comment on deployments, toggle feature flags, view draft content from a CMS, .localproductionand moreThe updated package offers a Vite plugin and client-side function for injection and configuration, and can be integrated like this:@vercel/toolbar to learn more.Check out the documentationRead more
1年前
記事のアイキャッチ画像
Streaming to be enabled by default for all Node.js Vercel Functions
Vercel News
will soon be enabled by default for all .StreamingNode.js Vercel FunctionsThis change will be effective for Hobby accounts starting and for Pro and Enterprise accounts starting .July 8th, 2024; October 1st, 2024To enable streaming as the default immediately for all your Vercel Functions, set the environment variable in your project to . Streaming will be enabled on your next deployment.VERCEL_FORCE_NODEJS_STREAMINGtrueStreaming responses from functions will change the . If you are using Log Drains, you should ensure that your ingestion pipeline can handle the new format and increased frequency.format and frequency of your runtime logsCheck out this and our for more details.blog poststreaming documentationRead more
1年前
記事のアイキャッチ画像
New deployment promotion event
Vercel News
Get notified after a deployment by subscribing to the new through a webhook.promotioneventdeployment.promotedA promotion is the act of assigning your production domains to a deployment, so it starts serving your production traffic. This new event will notify you when: or see the .Learn more about promotionsfull list of eventsRead moreDeployments are automatically promoted and domains are assigned (default)Deployments are from the CLI, API, or Dashboard.explicitly promoted
1年前
記事のアイキャッチ画像
SvelteKit now supported in @vercel/flags
Vercel News
Vercel is extending its approach to working with feature flags to SvelteKit, with the v2.6.0 release of .newly introduced@vercel/flagsWith you can now implement feature flags in your SvelteKit application code and call them within functions. Using this pattern automatically respects overrides set by the Vercel Toolbar, and features like Web Analytics and Runtime Logs.@vercel/flags/sveltekitintegrates with our Developer Experience PlatformLearn more about Vercel feature flags with SvelteKit and deploy your own .in our documentationSvelteKit app with feature flags hereRead more
1年前
記事のアイキャッチ画像
Inspect your deployment source and build output files
Vercel News
The UI for inspecting your deployment source and build output files is improved. Use the deployment Source tab to see what goes into a deployment and what gets created from the build process.Read more
1年前
記事のアイキャッチ画像
Spend Management now pauses production deployments by default
Vercel News
Based on your feedback, Spend Management now when your set amount is reached.pauses production deployments by defaultSpend Management allows you to receive notifications, trigger a webhook, and pause projects when exceeds the set amount within the current billing cycle. This stops you incurring further cost from the production deployments.metered usage to learn more.Check out our documentationRead moreYou'll receive realtime notifications when your spending approaches and exceeds the set amount. For further control, you can continue to use a webhook in addition to automatic project pausingThis includes and notifications at 50%, 75%, and 100%. You can also receive notifications when your spending reaches 100%WebEmailSMS Hobby customers will have their projects automatically paused when reaching the included free tier limits and do not need Spend Management
1年前
記事のアイキャッチ画像
OpenAI will not support the Hong Kong region (hkg1) for Functions
Vercel News
Vercel customers making API requests to OpenAI from Functions in Hong Kong () may have received an email from OpenAI identifying API traffic from a region that OpenAI does not currently support.hkg1OpenAI will take additional steps to block API traffic from unsupported countries and territories on . We understand this block will include Functions in the Hong Kong region on Vercel. While the majority of functions execute in this region, Edge Functions may require updates to the execution region.July 9do notYou can prevent this change affecting your deployments by specifying allowed regions for your functions and . Changing regions requires a redeployment of your application.excluding Hong KongLearn more about .OpenAI's supported regionsRead more
1年前
記事のアイキャッチ画像
Performance and usability improvements for Vercel Blob storage
Vercel News
We've improved the performance and experience of the Vercel Blob file browser: or .Try it outlearn more about Vercel BlobRead more through parallelized deletionsFaster blob deletion and back navigation for deep-linked pagesFaster page transitions with easy utility to empty your storeDelete all blobs at once with new copy button directly on each rowEasier access to URLs
1年前
記事のアイキャッチ画像
v0 Themes
Vercel News
v0 now supports themes.You can create custom themes from prompts, modify individual design tokens, and switch between different themes for your generations. For example, try out our theme for Windows 95. v0 supports all default .Shadcn UI themes and build your own theme.Try out v0 todayRead more
1年前
記事のアイキャッチ画像
Amazon Bedrock Provider for the Vercel AI SDK now available
Vercel News
The Vercel AI SDK now supports Bedrock through . To use the provider, install the relevant package:a new official providerYou can then use the provider with all methods. For example, here's how you can use it with :AI SDK CoregenerateTextFor more information, .Thanks Jon Spaeth for contributing this feature!please see the documentationRead more
1年前
記事のアイキャッチ画像
Introducing Vercel AI SDK 3.2
Vercel News
We’ve been listening to your feedback and working hard to expand the capabilities of the while improving its existing functionality. Today, we’re launching AI SDK 3.2.AI SDKRead more
1年前
記事のアイキャッチ画像
Cohere Provider for the Vercel AI SDK now available
Vercel News
The Vercel AI SDK now supports Cohere through . To use the provider, install the relevant package:a new official providerYou can then use the provider with all methods. For example, here's how you can use it with :AI SDK CoregenerateTextFor more information, .please see the documentationRead more
1年前
記事のアイキャッチ画像
Change the default position of your Vercel Toolbar
Vercel News
You can now reposition the by dragging it to any corner of your page. It will and persist across deployments until you move it again.Vercel Toolbarsnap into placeRead more
1年前
記事のアイキャッチ画像
Getting started with AI: Advice from the experts at Vercel Ship
Vercel News
At our annual end-user conference, , we hosted a panel discussion on AI for enterprise teams featuring (Google), (Groq), (OpenAI), and moderated by (Tomorrow Talk). The panel of experts shared how customers are leveraging AI technologies to:Vercel ShipPaige BaileySunny MadraMiqdad JafferSabrina HalperRead more
1年前
記事のアイキャッチ画像
Demystifying INP: New tools and actionable insights
Vercel News
In March 2024 Interaction to Next Paint (INP) became part of Google’s Core Web Vitals, a set of metrics reporting on user experience of web pages based on field data, and .used in Google’s search rankingRead more
1年前
記事のアイキャッチ画像
Azure AI Provider for the Vercel AI SDK now available
Vercel News
The Vercel AI SDK now supports Azure AI services through . To use the provider, install the relevant package: a new official providerYou can then use the provider with all methods. For example, here's how you can use it with :AI SDK CoregenerateTextFor more information, .please see the documentationRead more
1年前
記事のアイキャッチ画像
HTML element attribution in Speed Insights
Vercel News
Speed Insights now shows which HTML elements are causing low scores, helping you identify performance issues on your site. Supported metrics include:This feature is available to all customers using Speed Insights.Get started with Speed InsightsRead more (INP)Interaction to Next Paint (CLS)Cumulative Layout Shift (LCP)Largest Contentful Paint(FID)First Input Delay
1年前
記事のアイキャッチ画像
Never drop the illusion: How Frame.io builds fluid user experiences
Vercel News
When Hollywood giants and global brands collaborate on video, they demand a seamless, high-performing experience — and , an Adobe company, delivers.Frame.ioRead more
1年前
記事のアイキャッチ画像
CSV Export in Web Analytics
Vercel News
You can now export Web Analytics data as CSV. The aggregated data includes information about unique visitors and page views for the selected data set.This feature is available to all customers using Web Analytics.Enable Web AnalyticsRead more
1年前
記事のアイキャッチ画像
Account-owned domains now visible in team-scope domains tab
Vercel News
To give users more clarity on the domains owned across both Teams and accounts, Team Owners can now see account-owned domains in the same tab as their Team domains. This change provides more visibility into the domains you own across your Teams and account. Learn more about in the documentation.domains on VercelRead more
1年前
記事のアイキャッチ画像
Vercel Functions now have faster and fewer cold starts
Vercel News
Vercel's infrastructure now keeps a minimum of one function instance warm for production environments on paid plans. This improves startup times for apps with relatively low traffic.This builds on our recent improvements to make Vercel Functions start up even faster, by and adding support for .powering them with Rustbytecode cachingGet started with .Vercel FunctionsRead more
1年前
記事のアイキャッチ画像
Improved security with automation testing now available on all plans
Vercel News
You can now more easily run end-to-end tests against deployments protected by .Vercel AuthenticationAll plans can now , which can then be set as an HTTP header (or query parameter) named .create a secret value to bypass authenticationx-vercel-protection-bypassThe automation bypass enables you to protect your project's deployments with while still providing access to external services like Checkly and Playwright for your CI/CD e2e testing. Vercel AuthenticationSee .how to use Protection Bypass for AutomationRead more
1年前
記事のアイキャッチ画像
Vercel is now certified under the EU-US Data Privacy Framework (DPF)
Vercel News
We've achieved certification under the to further strengthen our commitment to privacy at Vercel.DPFTo view our public listing, visit the .Data Privacy Framework websiteRead moreThe DPF provides a reliable mechanism for transferring personal data from the EU, UK, and Switzerland to the U.S. in compliance with applicable privacy laws.Commitment to protecting personal data: You have additional validation to assess Vercel with this internationally recognized certification, along with our .Vercel’s privacy practices: ISO 27001 certificationYou have an additional mechanism that may help support their legal and compliance obligations when sending customer personal data to Vercel.Supporting customer workflows:
1年前
記事のアイキャッチ画像
Mintlify: Scaling a powerful documentation platform with Vercel
Vercel News
, a platform for public documentation, is a toolkit for developers to write, maintain and host documentation. The platform offers a flexible solution that can be used out of the box or customized to fit specific needs, enabling developers to create help guides, tutorials, and API references.MintlifyRead more
1年前
記事のアイキャッチ画像
Introducing bytecode caching for Vercel Functions
Vercel News
We recently shipped a new for Vercel Functions to improve startup times.Rust-based coreToday, we are announcing a new experimental feature to further reduce startup latency for large applications, resulting in up to .27% faster cold startsRead more
1年前
記事のアイキャッチ画像
Vercel Ship 2024 recap
Vercel News
Vercel Ship 2024 was all about the power of the frontend cloud, highlighting the integrations, ecosystem, and teams building the web's best products.Read more
1年前
記事のアイキャッチ画像
Introducing the Vercel Web Application Firewall
Vercel News
In any given week, Vercel blocks around 1 billion suspicious TCP connections, with some days seeing upwards of 7 billion malicious requests. The Vercel Firewall has been silently mitigating DDoS and Layer 3/4 attacks, but it's been operating as a black box with limited transparency.Read more
1年前
記事のアイキャッチ画像
Shipping safer and smarter: Integrating feature flags deeper in the Vercel workflow
Vercel News
Feature flags help teams to release with confidence, safely roll out changes, and test efficiently, improving collaboration and accelerating development cycles. If you use tools like , , , or to create feature flags, we're making integrating them into your Vercel workflows as easy as possible.LaunchDarklyStatsigSplitOptimizelyRead more
1年前
記事のアイキャッチ画像
Introducing new developer tools in the Vercel Toolbar
Vercel News
Vercel’s Frontend Cloud is all about giving you and your team the tools to prioritize the user experience—so you can focus on what makes your product great and quickly iterate together with your team.Read more
1年前
記事のアイキャッチ画像
Log Drains are now generally available
Vercel News
Vercel Log Drains are now generally available—send runtime and build logs from Vercel to third-party services.What’s new?Since we introduced Log Drains, you can now filter by different environments, define a sampling rate, transport logs with either the JSON or NDJSON formats, and more.New Usage Based BillingHow can I check my Log Drain usage?You can view your existing Log Drain usage on the .Usage pageRead moreUsage of Log Drains costs $10 per 5GB of data transfer; all logs sent to a third-party accrue Log Drain usage automatically.Existing Pro customers have before billing begins. You can view the exact date based on your billing cycle in the .three additional months freedashboardLog Drains are only available on Pro and Enterprise plans. Existing Hobby customers may continue to use Log Drains as configured, but no further usage or configuration is available.
1年前
記事のアイキャッチ画像
Use the Vercel Toolbar in Production with the Chrome Extension or the toolbar menu
Vercel News
You can now get the toolbar in your production environment without any configuration by installing the and ensuring that you are signed in to your team on Vercel.com. You can also enable the toolbar for your production domains by selecting in the toolbar menu and choosing the domain you'd like to enable it on. For more advanced usage, it is still possible to . Vercel Chrome Extensionuse the toolbar's npm packageEnable Vercel Toolbar in Production This allows you and your team to use all the features of the Vercel Toolbar, like comments, flags, and tools like accessibility audit and interaction timing, in production. Learn more about the and in the documentation. features of the toolbaradding it to your environmentsRead more
1年前
記事のアイキャッチ画像
Declaring feature flags in code
Vercel News
We’re introducing a new approach for working with feature flags. This approach allows declaring feature flags in code and calling them as functions. Flags implemented using this pattern can automatically respect overrides set by the Vercel Toolbar, and integrate with our Developer Experience Platform features like Web Analytics and Runtime Logs.The pattern avoids common pitfalls of client-side feature flag and experimentation usage, such as flashing the wrong experiment, loading spinners, layout shift, and jank. It works with any feature flag provider and even custom setups.The pattern further allows for optionally precomputing certain feature flags in Middleware. Middleware can then route visitors to statically generated pages tailored to their specific combination of feature flags and experiments.This even works when multiple flags are present on the page, which typically suffers from combinatory explosion. Precomputing is great for experimentation on marketing pages as it allows kee
1年前
記事のアイキャッチ画像
Observe your feature flags with the Vercel DX platform
Vercel News
The Vercel DX Platform now has a deep understanding of the feature flags you use and create in third-party providers. This beta integration provides better insights into your applications and streamlines your development workflow.These features have universal compatibility with any feature flag provider you're already using, like LaunchDarkly, Statsig, or Split, or custom setups.This update lets users on all plans leverage existing feature flag workflows within the Vercel platform and ship safely with more confidence.Check out the to learn more.documentationRead more Break down page views and custom events by feature flags in Web Analytics, gaining granular insights into user interactions.Web Analytics integration:The platform now displays feature flags in logs, making it easier to understand the conditions under which errors occur.Enhanced Log visibility: : Reports an evaluated feature flag from the server for runtime logs and Custom Analytics Events (server-side).reportValue: Surface
1年前
記事のアイキャッチ画像
Protect against OWASP risks with the Vercel Firewall
Vercel News
Enterprise customers can now protect against the top OWASP risks.The Vercel Firewall protects against the OWASP Core Ruleset for Enterprise, which enables Vercel to log, block, or challenge traffic against these rules.In addition to , customers can also ensure they remain protected against the biggest risks for web applications with new Top 10 protection. For example, this ruleset includes automatic protection against SQL injection attacks.new custom rulesOWASP to see a demo and learn more.Contact salesRead more
1年前
記事のアイキャッチ画像
Block, rate limit, and challenge traffic with the Vercel Firewall
Vercel News
The now allows you to create custom rules to log, block, challenge, or rate limit (beta) traffic. The Firewall is available on all plans for free.Vercel FirewallYou can define custom rules to handle incoming traffic:You can now see requests automatically protected by the Firewall, as well as managed custom rules for the WAF. You can also access managed rulesets, included our first ruleset available for Enterprise to mitigate the OWASP core risks. about the WAF and available configuration options. if you want to try our private beta for rate limiting.Learn moreContact usRead moreRules can be based on 15+ fields including request path, user agent, IP address, JA4 fingerprint, geolocation, HTTP headers, and even target path.Firewall configuration changes propagate within 300ms globally. If you make a mistake, you can instantly rollback to previous rules.
1年前
記事のアイキャッチ画像
Uncover accessibility issues on your deployments from the Vercel Toolbar
Vercel News
Accessibility Audit now runs in the background for you everywhere you have the Vercel Toolbar. You can view the compliance of level A and AA rules for the page you are on from the toolbar menu. The rules will show grouped by impact as defined by . Web Content Accessibility Guidelines 2.0 deque axeYou can also turn on recording to keep track of issues that turn up as you move around a page. This feature is available to all Vercel users.See the to learn more. Accessibility Audit documentationRead more
2年前
記事のアイキャッチ画像
OPTIONS Allowlist
Vercel News
The OPTIONS Allowlist improves the security of deployments on Vercel by limiting CORS preflight requests to specified paths.OPTIONSBefore the OPTIONS Allowlist, all requests to deployments bypassed Deployment Protection in compliance with . OPTIONSCORS specificationsThe new OPTIONS Allowlist feature is available on all plans.Learn more about the .OPTIONS AllowlistRead more
2年前
記事のアイキャッチ画像
Understand Interaction to Next Paint (INP) with the Vercel Toolbar
Vercel News
The Vercel Toolbar now helps you investigate your site's Interaction to Next Paint (INP).This new Core Web Vital, which , is now available in the toolbar menu under Interaction Timing. As you interact with your site, this tool measures input delay, processing times, and rendering delay and allows you to inspect in detail how these are affecting each interaction's latency. impacts Google search ranking as of March 2024This tool can also notify you as you navigate your site of any interactions that take more than 200ms, the upper limit for a good INP score. These toasts can be configured in Preferences under the toolbar menu.Learn more about the and Vercel ToolbarINP. Read more
2年前
記事のアイキャッチ画像
Inspect Open Graph data with the Vercel Toolbar
Vercel News
The Vercel Toolbar can now show a preview of how the page will look shared on social media.After selecting "Open Graph" from the toolbar menu, you can see how your images and metadata will display on X, Slack, Facebook, and LinkedIn. The toolbar also provides information if any metadata is missing on your page, which could affect the display of social cards.Learn more about the .Vercel ToolbarRead more
2年前
記事のアイキャッチ画像
Aggregate and visualize traffic data with Monitoring
Vercel News
You can now select an aggregation when analyzing data in Vercel Monitoring. This change provides more visibility to make it easier to analyze your application.The following new aggregations are now available, in addition to sums and counts.These aggregations can be used with any visualize setting, for analyzing , , , and . Enterprise customers can also access data with a when viewing 24 hours of data or less.data transferfunction durationfunction executionrequest countsfive minute granularityLearn more in about Monitoring.our documentationRead more valuesAverage sums and countsPer second and valuesMinimummaximum75th, 90th, 95th and 99th percentiles of the overall valuesPercentages
2年前
記事のアイキャッチ画像
Securing data in your Next.js app with Okta and OpenFGA
Vercel News
Modern Next.js applications can have large codebases operating across multiple environments, including client components running in the browser, Server Actions executing on the server, and more.Read more
2年前
記事のアイキャッチ画像
waitUntil is now available for Vercel Functions
Vercel News
You can now use by importing in your Vercel Functions, regardless of the framework or runtime you use.waitUntil@vercel/functionsThe method enqueues an asynchronous task to be performed during the lifecycle of the request. It doesn't block the response, but should complete before shutting down the function.waitUntil()It's used to run anything that can be done after the response is sent, such as logging, sending analytics, or updating a cache, without blocking the response from being sent.The package is supported in Next.js (including Server Actions), Vercel CLI, and other frameworks, and can be used with the .Node.js and Edge runtimesLearn more in the .documentationRead more
2年前
記事のアイキャッチ画像
How Vercel helped Desenio future-proof their business
Vercel News
The merger of two of the world's largest affordable art providers, Desenio and The Poster Store, gave their developers the chance to modernize their application architecture, improve their entire process, and dismantle the monolithic approach that made for long deployment times and slow iteration. Thanks to Vercel, they went from duplicate pipelines to a unified workflow— resulting in faster builds, a 37% lower bounce rate, 48% longer sessions, and a 34% improvement in site conversions.Read more
2年前
記事のアイキャッチ画像
7 AI features you can add to your app today
Vercel News
Imagine a customer finding the perfect item on your website in seconds—not because they know the jargon to search, but because your search bar what they're looking for.understandsThat level of convenience wasn't possible a year ago. Even getting close was a huge hassle. But now, thanks to advancements in AI and large language models (LLMs) like OpenAI’s GPT, Google’s Gemini, and Anthropic’s Claude, businesses without dedicated AI teams are rolling out impressive features in record time.And Vercel is here to help speed that process up. Let’s take a look at what’s possible.Read more
2年前
記事のアイキャッチ画像
Vercel Functions for Hobby can now run up to 60 seconds
Vercel News
Based on your feedback, Hobby customers can now run functions .up to 60 secondsStarting today, all new deployments will be able to increase the maximum duration of functions on the free tier from 10 seconds up to 60 seconds. If you need longer than 60 seconds, you can upgrade to Pro for .up to 5 minutes to learn more.Check out our documentationRead more
2年前
記事のアイキャッチ画像
Access groups now generally available on Enterprise plans
Vercel News
Enterprise customers can now manage access to critical Vercel projects across many Vercel users easier than ever with Access Groups. Access Groups allow team administrators to create a mapping between team members and groups of Vercel projects. Users added to an Access Group will automatically be assigned access to the Projects connected to that Access Group, and will be given the default role of that group, making onboarding easier and faster than ever for new Vercel Team members.For customers who use a third-party Identity Provider, such as Okta, Access Groups can with their provider, making it faster to start importing users to Vercel without creating manual user group mappings (Vercel is compliant).automatically syncSCIMFor example, you can have a Marketing Engineering Access Group, which has a default project role of "Developer". When a new member is added to the Marketing Engineering group, they will automatically be assigned the Developer role, and access to all Projects assigne
2年前
記事のアイキャッチ画像
Recommend branch based feature flag overrides
Vercel News
You can now recommend feature flag overrides for specific branches in order to equip your team and quickly share work in development. The Vercel Toolbar will suggest flag overrides to team members working on the branch locally or when visiting a branch Preview Deployment. This extends the recently announced ability to from Vercel Toolbar, currently in beta.view and override your application's feature flagsAs part of this change, we’ve improved the onboarding for setting up and integrating feature flags into the toolbar.Learn more about the and .Vercel Toolbarfeature flagsRead more
2年前
記事のアイキャッチ画像
Python 3.12 and Ruby 3.3 are now available
Vercel News
Starting today, new Python and will use version and new Ruby Builds and Functions will use version .BuildsFunctions3.123.3If you need to continue using Python or Ruby , ensure you have selected for the Node.js Version in your project settings to use the . 3.93.2older build image18.xFor Python 3.9, ensure your and corresponding have set to exactly. Similarly, for Ruby 3.2, make sure is defined in the .PipfilePipfile.lockpython_version3.9ruby "~> 3.2.x"‌Gemfile‍​‍​‍‌‍‌Check out to learn more about our supported runtimes.the documentationRead more
2年前
記事のアイキャッチ画像
Vercel Functions are now faster—and powered by Rust
Vercel News
Vercel Functions run code on demand without the need to manage your own infrastructure, provision servers, or upgrade hardware—and are now powered by Rust under the hood.Read more
2年前
記事のアイキャッチ画像
How Dub grew to 3,000 active domains with Vercel’s multi-tenant SaaS toolkit
Vercel News
is an open-source link management platform that helps marketing teams create marketing campaigns, link sharing features, and referral programs. Currently, Dub boasts over 3,000 active domains, growing at a remarkable 25% month-over-month rate.DubRead more
2年前
記事のアイキャッチ画像
Vercel AI SDK 3.1: ModelFusion joins the team
Vercel News
Today, we're releasing the AI SDK 3.1, with joining our team.ModelFusionThis release brings us one step closer to delivering a . It is organized into three main parts:complete TypeScript framework for building AI applicationsRead more
2年前
記事のアイキャッチ画像
Vercel supports HIPAA compliance
Vercel News
Vercel is committed to providing a and reliable platform for hosting websites and applications—across all industries. But this can be challenging with industry-specific regulations, especially for healthcare organizations and entities that process protected health information (PHI). secureRead more
2年前
記事のアイキャッチ画像
Accounts can now have multiple email addresses
Vercel News
You can now add multiple email addresses to your Vercel account.For example, both your personal email and work email can be attached to the same Vercel account. All verified emails attached to your account can be used to login. You can mark an email as "primary" on your account, which makes it the destination for account and project notifications.Learn more in our .documentationRead more
2年前
記事のアイキャッチ画像
Faster build times with optimized uploads
Vercel News
We've optimized our to reduce upload times by 15% on average for all customers. build processFor customers with large builds (10,000 outputs or more), upload times have decreased by 50%. This results in a time saving of up to 5 minutes per build for several customers.Learn more about builds in .our documentationRead more
2年前
記事のアイキャッチ画像
Reminder of legacy environment variable secrets sunset
Vercel News
This is a reminder for legacy secrets deprecation. On secrets will be automatically converted to sensitive Environment Variables for Preview and Production environments. Secrets attached to Development environments be migrated.May 1st, 2024will notWhy are legacy secrets being sunset?Our legacy secrets were encrypted values global for your entire team and could only be managed through the CLI. Based on your feedback, we have since:When will I no longer be able to use secrets?On , will be removed from Vercel CLI:May 1st, 2024secretsHow can I migrate to Sensitive Environment Variables?Secrets for Preview and Production environments will be automatically migrated.For secrets which contain the Development environment, you should create new , as these values will not be automatically migrated for your security. If you need to share Environment Variables across projects, you can . Sensitive Environment Variablesmake them sharedHow can I understand if I’m affected?To list projects using secret
2年前
記事のアイキャッチ画像
Vercel Terraform Provider v1.9
Vercel News
The allows you to create, manage and update your Vercel projects, configuration, and settings through infrastructure-as-code.Vercel Terraform ProviderYou can now control significantly more Vercel resources through Terraform: Learn how to get started with the . If you already have Terraform set up, upgrade by running:Terraform provider for VercelRead moreControl whether custom production domains are automatically assignedEnable and disable on a projectGit LFSConfigure Automatic Function FailoverAllow the over preview builds prioritization of production buildsConfigure Skew Protection Create and manage Deploy HooksEnable and disable on preview deployments CommentsEnable and disable for a projectGit CommentsSet up and manage Configurable Log DrainsCreate and manage Account WebhooksConfigure stores, schemas and access tokens.Edge Config
2年前
記事のアイキャッチ画像
How Vercel helped Tonies expand into new markets and improve conversion rates
Vercel News
‌ ‍ ​‍​‍‌‍ ‌ ​‍‌‍‍‌‌‍‌ ‌‍‍‌‌‍ ‍​‍​‍​ ‍‍​‍​‍‌‍​ ‌‍ ‌‍ ‍‌ ‌​‌‍‌‌‌‍ ‍‌ ‌​‌‍‌‍‌ ‌‌‌‍ ​​‍ ‍‌‍​ ‌‍ ‌‍ ‌​‍​‍​‍ ​​‍​‍‌‍‍​‌ ​‍‌‍‌‌‌‍‌‍​‍​‍​ ‍‍​‍​‍​‍ ‌‍​‌‌ ​​‌‍‍‌​‍ ‌‍​‍‌‍ ​‌‍ ‌‍‌ ​‍ ‌‍‌‌‌‍‌​‌‍‍‌‌ ‌​​ ‌‍‌‌​ ‌​ ‌‌‌‍ ‌‌​‌‌‌‌‌ ‌‌​‌‌‍‍‍‌​ ​​ ‌ ‌ ​‌‌​​‌​ ‌‍‌​‌​‌​‍​‌​‍​‌ ‌​​ ‌‌​ ‌​‌​​‌‌​‍‌‌​​‌‌‍ ​ ‌ ​‍‌‍‌ ‌​​ ‌‌‍‌‌​‍​‍​‍ ​​‍​‍‌ ‌​‌ ‍‌‌ ​​‌‍‌‌​‍​‍​ ‍‍​‍​‍‌ ‌​‌‍‌‌‌ ‍​‌ ‌​​‍​‍​‍ ​​‍​‍‌‍‌​‌‍​‌‌ ‌​‌‍​‌​‍​‍​ ‍‍​‍​‍‌ ​ ‌ ‌‌‌‍​‍‌ ‌​‌‍‍‌‌ ‌​‌‍ ​‌‍‌‌​‍​‍‌ ‌, creators of the smart audio system for children, sought to expand into new markets, but it became clear that their existing platform couldn't support this growth. In response, they undertook a strategic transition to a new frontend platform powered by Vercel's Frontend Cloud and Contentful's CMS.ToniesRead more
2年前
記事のアイキャッチ画像
Faster defaults for Vercel Function CPU and memory
Vercel News
The default CPU for Vercel Functions will change from (0.6 vCPU/1GB Memory) to (1 vCPU/1.7GB Memory) for created after . unless manually updated.BasicStandardnew projectsMay 6th, 2024Existing projects will remain unchangedThis change helps ensure consistent function performance and faster startup times. Depending on your function code size, this may reduce cold starts by a few hundred milliseconds.While increasing the function CPU increase costs for the same duration, it can also make functions execute faster. If functions execute faster, you incur less overall function duration usage. This is especially important if your function runs CPU-intensive tasks.canThis change will be applied to all paid plan customers (Pro and Enterprise), no action required. Check out our to learn more.documentationRead more
2年前
記事のアイキャッチ画像
Improved infrastructure pricing is now active for new customers
Vercel News
Earlier this month, we announced our , which is .improved infrastructure pricingactive for new customers starting todayBilling for existing customers begins between June 25 and July 24. For more details, please reference the email with next steps sent to your account. Existing Enterprise contracts are unaffected.Our previous combined metrics (bandwidth and functions) are now more granular, and have reduced base prices. These new metrics can be viewed and optimized from our improved Usage page.These pricing improvements build on recent platform features to help automatically prevent runaway spend, including , , , , and more.hard spend limitsrecursion protectionimproved function defaultsAttack Challenge ModeRead more
2年前
記事のアイキャッチ画像
Improved team onboarding experience
Vercel News
It’s now easier to join a team on Vercel. New team members no longer need to re-enter their email, or create a Hobby team or Pro trial. Team invite emails now lead to a sign up page customized for the team. This includes simplified sign up options that reflect the team's .SSO settingsYou can invite new team members under "Members" in your team settings. Learn more about managing team members in the documentation.Read more
2年前
記事のアイキャッチ画像
Latency numbers every frontend developer should know
Vercel News
Web page load times and responsiveness to user action in web apps is a primary driver of user satisfaction–and both are often dominated by network latency.Latency itself is a function of the user's connection to the internet (Wifi, LTE, 5G), how far away the server is that the user is connecting to, and the quality of the network in between.While the latency numbers may seem low by themselves, they compound quickly. For example, a of depth 3 on a 300ms link leads to a total latency of 900ms. Technologies like can move network waterfalls to the server where the same request pattern might be 100 times as fast.network waterfallReact Server ComponentsRead more
2年前
記事のアイキャッチ画像
How Global Retail Brands cut development time from months to 1 week with Vercel
Vercel News
is one of Australia’s fastest-growing retailers, specializing in homeware and kitchenware goods with over 250 physical stores throughout the country. GRB is known for its flagship brands such as , , ,, and Global Retail Brands (GRB)HouseMyHouseHouse Bed & Bath BaccaratRobins Kitchen.Read more
2年前
記事のアイキャッチ画像
Upcoming change in Let's Encrypt Chain of Trust
Vercel News
This change does impact customers currently using custom certificates issued by commercial CAs and using them on Vercel via the feature.Important:notcustom certificateVercel uses as its certificate authority (CA) to auto-provision TLS certificates to enable secure connections by default. When using custom domains in your Vercel app, traffic between clients and Vercel Edge Network is encrypted and protected using the auto-provisioned Let's Encrypt certificate.Let's Encrypt, on , the current Let’s Encrypt cross-sign root certificate issued by IdenTrust will expire and no longer be available. Considering the small proportion of internet users with older devices today, Let's Encrypt has decided to officially sunset this cross-sign certificate chain. This change has been planned by Let's Encrypt over the past few years, under their mission of providing safe and secure communication to everyone who uses the Web. You can read more about this change in their .As plannedDST Root CA X3blog postS
2年前
記事のアイキャッチ画像
Building an interactive 3D event badge with React Three Fiber
Vercel News
In this post, we’ll look at how we made the dropping lanyard for the , diving into the inspiration, tech stack, and code behind the finished product.Vercel Ship 2024 siteRead more
2年前
記事のアイキャッチ画像
Releasing safe and cost-efficient blue-green deployments
Vercel News
Blue-green deployments are a great way to mitigate the risks associated with rolling out new software versions.Read more
2年前
記事のアイキャッチ画像
AI-enhanced search for Vercel documentation
Vercel News
You can now get AI-assisted answers to your questions directly from the Vercel docs search:Start searching with (or on Windows) menu on .⌘KCtrl+Kvercel.com/docsRead moreUse natural language to ask questions about the docsView recent search queries and continue conversationsEasily copy code and markdown outputLeave feedback to help us improve the quality of responses
2年前
記事のアイキャッチ画像
Creating a robust platform for documentation with Next.js and Vercel
Vercel News
, an open-core platform for secure infrastructure access, sought to unify and enhance their website and documentation. They needed a framework that could support dynamic content, provide a smooth developer experience, and ultimately provide a robust and up-to-date resource for their customers.TeleportRead more
2年前
記事のアイキャッチ画像
Gemini AI Chatbot with Generative UI support
Vercel News
The Gemini AI Chatbot template is a streaming-enabled, starter application. It's built with the , , and React Server Components & Server Actions.Generative UIVercel AI SDKNext.js App RouterThis template features persistent chat history, rate limiting to prevent abuse, session storage, user authentication, and more.The Gemini model used is , however, the enables exploring an LLM provider (like , , , , or using ) with just a few lines of code.models/gemini-1.0-pro-001Vercel AI SDKOpenAIAnthropicCohereHugging FaceLangChain or .Try the demodeploy your ownRead more
2年前
記事のアイキャッチ画像
Composable AI for ecommerce: Hands-on with Vercel’s AI SDK
Vercel News
Imagine you have a great idea for an AI-powered feature that will transform your ecommerce storefront—but your existing platform stands in the way of innovating and shipping. Legacy platforms come with slow and costly updates, and you're beholden to your vendor's roadmap., that all changes. You can choose and seamlessly integrate all the best tools, shipping your ideas with maximum efficiency.With composable architectureAt Vercel, we believe composable should include AI. We want it to be as straightforward as possible within the JavaScript ecosystem to develop AI features that enrich your users’ digital experiences.Read more
2年前
記事のアイキャッチ画像
How Ruggable saw 300% more organic clicks by optimizing their frontend architecture
Vercel News
Ecommerce brands today face immense pressure to stay agile and innovate continuously. Recognizing the need to optimize site performance, enhance SEO, boost conversions, and improve developer experience, Ruggable, a leading online rug retailer, embarked on a digital transformation with Vercel and Contentful.Read more
2年前
記事のアイキャッチ画像
Improved infrastructure pricing
Vercel News
Based on your feedback, we're updating how we measure and charge for usage of our infrastructure products.Read more
2年前
記事のアイキャッチ画像
Hostname support in Web Analytics
Vercel News
You can now inspect and filter hostnames in Vercel Web Analytics.This feature is available to all Web Analytics customers.Learn more in about filtering.our documentationRead moreAnalyze traffic by specific domains. This is beneficial for per-country domains, or for .Domain insights: building multi-tenant applicationsApply filters based on hostnames to view page views and custom events per domain.Advanced filtering:
2年前
記事のアイキャッチ画像
Design Engineering at Vercel
Vercel News
Design Engineer is a new role that is gaining popularity—a role that is both confusing and exciting. Expectations for what good software looks and feels like have never been higher. Design Engineers are a core part in exceeding that expectation.Read more
2年前
記事のアイキャッチ画像
Demant achieves global scalability and 30x faster response times with Vercel
Vercel News
, a prominent hearing healthcare and technology group, has been dedicated to improving people's health and hearing since 1904.DemantRead more
2年前
記事のアイキャッチ画像
Node.js v20 LTS is now generally available
Vercel News
Node.js 20 is now fully supported for and . You can select in the Node.js Version section on the General page in the Project Settings. .BuildsVercel Functions20.xThe default version for new projects is now Node.js 20Node.js 20 offers improved performance and introduces new core APIs to reduce the dependency on third-party libraries in your project.The exact version used by Vercel is and will automatically update minor and patch releases. Therefore, only the major version () is guaranteed.20.11.1 20.x for more.Read the documentationRead more
2年前
記事のアイキャッチ画像
Protecting AI apps from bots and bad actors with Vercel and Kasada
Vercel News
The growth in popularity of AI applications, and the relative high cost of the LLMs to power those calls, means AI apps have emerged as an incredibly high-value target for bots and bad actors.Read more
2年前
記事のアイキャッチ画像
Revolutionizing video editing on the web with Next.js and Vercel
Vercel News
set out to revolutionize video editing by embracing the web.OzoneRead more
2年前
記事のアイキャッチ画像
Skew Protection is now generally available
Vercel News
Last year, we introduced Vercel's industry-first and we're happy to announce it is now generally available.Skew Protection mechanism solves two problems with frontend applications:Skew ProtectionSince the initial release of Skew Protection, we have made the following improvements:Skew Protection is now supported in SvelteKit ( of the Vercel adapter), previously supported in Next.js (stable in ), and . Framework authors can view a .v5.2.0v14.1.4more frameworks soonreference implementation here to get started with Skew Protection.Learn more in the documentationRead moreIf users try to request assets (like CSS or JavaScript files) in the middle of a deployment, Skew Protection enables truly zero-downtime rollouts and ensures those requests resolve successfully.Outdated clients are able to call the correct API endpoints (or React Server Actions) when new server code is published from the latest deployment.Skew Protection can now be managed through UI in the advanced Project SettingsPro cus
2年前
記事のアイキャッチ画像
Next.js AI Chatbot 2.0
Vercel News
The Next.js AI Chatbot template has been updated to use with React Server Components. AI SDK 3.0We've included examples so you can get quickly create rich chat interfaces beyond just plain text. The chatbot has also been upgraded to the latest and . Generative UINext.js App RouterShadcn UILastly, we've simplified the default authentication setup by removing the need to create a GitHub OAuth application prior to initial deployment. This will make it faster to deploy and also easier for open source contributors to use when they make changes.Vercel Preview Deployments or .Try the demodeploy your ownRead more
2年前
記事のアイキャッチ画像
Leonardo generates 4.5M images daily with Next.js and Vercel
Vercel News
Generating more than 4.5 million images a day, merges artificial intelligence with creativity to transform content creation across industries like gaming, marketing, and design.Leonardo.ai Read more
2年前
記事のアイキャッチ画像
WordPress monolith to Vercel: How Personio elevated site performance and efficiency
Vercel News
As Europe's leading all-in-one HR solution for small and midsized organizations, is committed to the highest standards of both user experience and application security.Personio Read more
2年前
記事のアイキャッチ画像
Prioritize production builds available on all plans
Vercel News
To accelerate the production release process, can now prioritize changes to the over .customers on all plansProduction EnvironmentPreview DeploymentsWith this setting configured, any Production Deployment changes will and go to the front of the queue.skip the line of queued Preview DeploymentsYou can also increase your to give you the ability to start multiple builds at once. Additionally, can also to purchase enhanced build machines with larger memory and storage.build concurrency limitsEnterprise customerscontact salesCheck out to learn more.our documentationRead more
2年前
記事のアイキャッチ画像
Manage your Vercel Functions CPU and memory in the dashboard
Vercel News
You can now configure Function CPU from the project settings page, where you can change your project’s default memory, and by extension CPU. Previously, this could only be changed in . vercel.jsonThe memory configuration of a function determines how much memory and CPU the function can use while executing. This new UI makes it more clear increasing memory boosts vCPU, which can result in better performance, depending on workload type.Existing workloads (that have not modified ) are using the cost-effective basic option. Increasing function CPU increases the cost for the same duration, but may result in a faster function. This faster function may make the change net-neutral (or a price decrease in some cases).vercel.json to learn more. Check out the documentationRead more
2年前
記事のアイキャッチ画像
Improved hard caps for Spend Management
Vercel News
Pro customers can now when a spend amount is reached.automatically pause all projects Spend Management allows you to receive notifications, trigger a webhook, and now more immediately pause projects when exceeds the set amount within the current billing cycle. This stops you incurring further cost from the production deployments.metered usage to learn more.Check out our documentationRead moreYou'll receive realtime notifications when your spending approaches and exceeds the set amount. For further control, you can continue to use a webhook in addition to automatic project pausingThis includes and notifications at 50%, 75%, and 100%. You can also receive notifications when your spending reaches 100%WebEmailSMS
2年前
記事のアイキャッチ画像
8 advantages of composable commerce
Vercel News
A monolithic ecommerce platform, where your commerce data and user-facing storefront are bundled into one provider, can help you get your business off the ground. But as your customer base expands and your strategies become more sophisticated, you may be bumping into some of the rough edges of your provider.If you crave blazing-fast site performance, personalized experiences, and the freedom to adapt without vendor lock-in, Vercel and Next.js offer a compelling, composable solution for your storefront’s unlimited global growth.Here are the benefits composable commerce can offer.Read more
2年前
記事のアイキャッチ画像
Introducing feature flag management from the Vercel Toolbar
Vercel News
Using feature flags to quickly enable and disable product features is more than just a development technique; it's a philosophy that drives innovation and ensures that only the best, most performant features reach your users.However, when working on a new feature you need to leave your current browser tab, sign into your flag provider, switch the flag to the value you need for development—all while coordinating and communicating this change with teammates. This adds a lot of overhead and disrupts your work.Today, we’re making that workflow easier by adding the ability for team members to right from the Vercel Toolbar.override your application’s feature flagsYou can manage flags set in any provider including , , , , or —and additionally you can integrate any other provider or even your own custom flag setup. By creating overrides for your flags from the toolbar, you can stay in the flow and improve your iteration speed.LaunchDarklyOptimizelyStatsigHypertuneSplitRead more
2年前
記事のアイキャッチ画像
Support for Remix with Vite
Vercel News
Vercel now supports deploying Remix applications using Vite.We've collaborated with the Remix team to add to Remix. Vercel will now detect Remix projects using Vite and optimize them using our new Vite preset ().Server Bundles@vercel/remix/viteThis preset enables adding additional features for Remix on Vercel such as: or learn more .Deploy Remix to Vercelin the docsRead moreDynamically stream content with both Node.js and Edge runtimesStreaming SSR: Easily build your serverless API with Remix and a route API Routes: loaderUse powerful cache headers like Advanced Caching: stale-while-revalidateRun inside Vercel FunctionsData Mutations: actions
2年前
記事のアイキャッチ画像
View and override feature flags from the Vercel Toolbar
Vercel News
You can now view and from the Vercel Toolbar.override your application's feature flagsThis means you can override flags provided by LaunchDarkly, Optimizely, Statsig, Hypertune, Split, or your custom setup without leaving your Vercel environment.Vercel can now query an API Route defined in your application to find out about your feature flags, and will pick up their values by scanning the DOM for script tags. From there you can create overrides from the Vercel Toolbar, per session, for shorter feedback loops and improved QA and testing. Additionally, the overrides will be stored in an optionally encrypted cookie so your application can respect them.This functionality is currently in beta and available to users on all plans. to learn more.Check out the documentationIf you're a feature flag provider and interested in integrating with the Vercel Toolbar, . contact usRead more
2年前
記事のアイキャッチ画像
Introducing AI SDK 3.0 with Generative UI support
Vercel News
Last October, we launched , a generative UI design tool that converts text and image prompts to React UIs and streamlines the design engineering process.v0.devToday, we are open sourcing v0's technology with the release of the . Developers can now move beyond plaintext and markdown chatbots to give LLMs rich, component-based interfaces.Generative UIVercel AI SDK 3.0Read more
2年前
記事のアイキャッチ画像
The Frontend Cloud: Powering resiliency for global web applications
Vercel News
Modern web apps are global, omni-channel and fast. Above all else they must be Every second of website downtime translates to lost revenue and eroded customer trust.available at all times. Leveraging Vercel's Frontend Cloud allows you to:Read more
2年前
記事のアイキャッチ画像
Prevent malicious traffic with Attack Challenge Mode for the Vercel Firewall
Vercel News
protects your application from DDoS attacks.Vercel FirewallSpikes in high volumes of traffic sometimes indicate malicious activity on your site. Customers can now quickly lock down traffic and further protect against DDoS attacks by challenging requests, minimizing the chance that malicious bots get through.. When temporarily enabled, all visitors to your site will see a challenge screen before they are allowed through.Attack Challenge Mode is now available for all Vercel customers at no additional costLearn how to and protect your site.enable Attack Challenge ModeRead more
2年前
記事のアイキャッチ画像
Deploying safely on Vercel without merge queues
Vercel News
In order to prevent issues from reaching production, repositories often have settings enabled to keep the branch green whenever any code is merged. When there are many developers contributing code, such as in a , this usually results in a slowdown in developer productivity. mainmonorepoIf branches are required to be synced to before merge, developers may have to update branch multiple times before they can merge their code, unnecessarily performing a lot of the same checks over again. A merge queue is an alternative solution to alleviate this pain, but this can also slow down productivity by forcing commits from each developer to be tested before merge in serial, even from unrelated commits.HEADWith Vercel, you can ensure the safety of production developers can merge quickly.and , without using a merge queueRead more
2年前
記事のアイキャッチ画像
Effortless high availability for dynamic frontends
Vercel News
Vercel’s Frontend Cloud is designed for high availability from the ground up, with robustness against large-scale regional cloud outages at every layer of our architecture. This includes making it extraordinarily easy for our customers to run the compute they deploy to Vercel in the same highly resilient architecture. Concretely speaking, this can make the difference between downtime or smooth operation during major sales events such as Black Friday.Read more
2年前
記事のアイキャッチ画像
@vercel/otel 1.3.0
Vercel News
Vercel and Next.js provide increased observability of your applications through OpenTelemetry. of now providing custom resource and operation names for to satisfy their cardinality requirements. You can group related URL paths for a given span to reduce cardinality and associated usage.v1.3.0Datadog@vercel/otelFor example, can be mapped to ./products/hoodie/products/[name]Learn more in or start using the package with .our documentationNext.jsRead more
2年前
記事のアイキャッチ画像
No action required: Lowering default function timeout in new Enterprise projects
Vercel News
The default Vercel Function timeout of all new projects for Enterprise customers will be reduced to 15 seconds on Feb 20th. This change helps prevent unintentional function usage, unless explicitly opted into the (up to 15 minutes).longer function durationExisting Enterprise projects will not have their defaults changed. to learn more.Check out our documentationRead more
2年前
記事のアイキャッチ画像
Evolving Vercel Functions
Vercel News
We’ve been building a new foundation for compute, built on top of Vercel’s Managed Infrastructure, for the past year.Read more
2年前
記事のアイキャッチ画像
Vercel + WPP: World-class creativity enabled by technology
Vercel News
Today, we've announced our strategic partnership with WPP, a world leader in communications, experience, commerce, and technology. Through the years, brands have entrusted Vercel and to help them modernize their digital experience with the best creative the best technologies. Together, we serve leading organizations likeWPP’s global network of agenciesand The International Olympic Committee, James Hardie, Fluor, and Country Road Group.Read more
2年前
記事のアイキャッチ画像
UTM parameter support in Web Analytics
Vercel News
UTM parameters are now available in Vercel Web Analytics, enabling detailed insights into marketing campaign effectiveness directly from the dashboard.This feature is available to Pro customers with and Enterprise customers.Web Analytics PlusRead moreAnalyze traffic by specific campaigns, mediums, sources, content, and terms using UTM parameters.Visibility into campaign performance: Apply filters based on UTM parameters for deeper insights into the impact of your marketing campaigns.Advanced filtering: Start analyzing past campaigns immediately with historical data automatically included.Historical UTM data:
2年前
記事のアイキャッチ画像
Finishing Turborepo's migration from Go to Rust
Vercel News
We've finished porting , from Go to Rust. This lays the groundwork for better performance, improved stability, and powerful new features.Turborepo, the high performance JavaScript and TypeScript build systemRead more
2年前
記事のアイキャッチ画像
Introducing AI Integrations on Vercel
Vercel News
Today, we’re launching from leading AI companies.nine new AI integrations for VercelWe’ve also created a new where you can try dozens of models instantly to generate text, images, audio, and more right in your dashboard.model playgroundRead more
2年前
記事のアイキャッチ画像
AI Integrations and playground in the Vercel Dashboard
Vercel News
You can now incorporate AI models and services from industry-leading providers into your Vercel projects with a single click. to get started. Check out the documentationRead moreSeamlessly integrate with 3rd-party AI providers and vector databases.AI tab: In-dashboard playground to explore and experiment with models and preview their outputs.Playground:
2年前
記事のアイキャッチ画像
PCI compliance for ecommerce
Vercel News
At Vercel, we strive to provide the best support for ecommerce customers worldwide. As a part of this work, we want to ensure that we provide support for our customers to comply with the Payment Card Industry Data Security Standard (PCI-DSS).In accordance with Vercel's , this post will walk you through our recommended approach using an to process payments—creating a secure conduit between your end users and your payment provider.shared responsibility modeliframe Read more
2年前
記事のアイキャッチ画像
Recent Preview Deployments now displayed in the dashboard
Vercel News
Preview deployments you have recently viewed or deployed are now accessible from the Recent Previews column on your dashboard. Each recent preview includes a link to the deployment's page in Vercel and a link to the PR or source on your git provider's site when available. Learn more in the documentation.dashboard overviewRead more
2年前
記事のアイキャッチ画像
Invite collaborators to view and comment on your deployments
Vercel News
You can now invite emails or team members to view a deployment through the share menu. All invitees will receive an email with a link to the deployment and have access to comment if comments are enabled.The share menu will display who currently has access to a given deployment. Users with sufficient permissions will also be able to revoke access. Visit the documentation to learn more about all options for .sharing deploymentsRead more
2年前
記事のアイキャッチ画像
Sensitive environment variables are now available
Vercel News
You can now add sensitive Environment Variables to your projects for added security of secret values like API keys.While all Environment Variables are encrypted, . This replaces our legacy secrets implementation .sensitive values canonly be decrypted during buildswhich is being sunsetGet started using through the dashboard or with Vercel CLI .Sensitive Environment Variables33.4Read more
2年前
記事のアイキャッチ画像
Legacy environment variable secrets are being sunset
Vercel News
Legacy are being sunset in favor of , which are now .secretsSensitive Environment Variablesshareable across projectsOn secrets will be automatically converted to sensitive Environment Variables for Preview and Production environments. Secrets attached to Development environments be migrated.May 1st, 2024will notWhy are legacy secrets being sunset?Our legacy secrets were encrypted values global for your entire team and could only be managed through the CLI. Based on your feedback, we have since:When will I no longer be able to use secrets?On , will be removed from Vercel CLI:May 1st, 2024secretsHow can I migrate to Sensitive Environment Variables?Secrets for Preview and Production environments will be automatically migrated.For secrets which contain the Development environment, you should create new , as these values will not be automatically migrated for your security. If you need to share Environment Variables across projects, you can . Sensitive Environment Variablesmake them sharedH
2年前
記事のアイキャッチ画像
How streaming helps build faster web applications
Vercel News
Streaming is the key to and web applications.fastdynamicWhen , you can progressively send UI from server to client, without needing to wait until all of your data has been loaded. This helps your customers see content immediately, like your main call to action to add an item to the cart.streamingRead more
2年前
記事のアイキャッチ画像
Switch between branches directly from deployments
Vercel News
You can now switch between branches directly from the . Vercel ToolbarAccess the command menu through the toolbar or ( on Windows) and select . You’ll see your team’s branches sorted to highlight those with recent activity or unread comments. Then, select a branch to switch to that deployment.⌘KCtrl+Kbranch switcherLearn more about the and other features of the toolbar.command menuRead more
2年前
記事のアイキャッチ画像
Instrument and trace applications with the OpenTelemetry collector
Vercel News
Vercel and Next.js provide increased observability of your applications through OpenTelemetry. of now supports:v1.0@vercel/otelLearn more in or start using the package with .our documentationNext.jsRead moreSupport for Node.js and Edge runtimesTelemetry context propagation, including W3C Trace ContextFetch API instrumentation with context propagationSupport and auto-configuration for the Vercel OTEL collectorEnhanced metadata reportingSampling supportCustom tracing exporter supportBatched trace exporting
2年前
記事のアイキャッチ画像
Public environment variables now display a warning
Vercel News
When creating and editing Environment Variables on Vercel, you can now see hints to warn you of potentially leaking secret values to the public. This supports all frameworks that use a prefix to mark an environment variable as safe to use on the client like:Learn more about .Environment VariablesRead moreNext.jsCreate React AppVue.jsNuxtGridsomeGatsbySvelteKitVite
2年前
記事のアイキャッチ画像
Improved resiliency for Vercel Functions with inter-region failover support
Vercel News
Vercel Functions can now .automatically failover to the next healthy regionVercel's Edge Network is resilient to regional outages by automatically rerouting traffic to static assets. Vercel Functions also have multiple availability zone redundancy by default. We are now enhancing this further with support for multi-region redundancy for Functions.In the instance of a regional outage, traffic directed towards your Vercel Function using the Node.js runtime will be automatically re-routed to the next healthy region, ensuring continuous service delivery and uptime without manual intervention.Failover regions are also supported through , which allows you to create private connections between your databases and other private infrastructure. Vercel Secure ComputeYou can configure which regions to failover to in your file. For example, you might want to fallback to many different regions, or specific regions in a country.vercel.jsonEnterprise teams can enable this feature in their project sett
2年前
記事のアイキャッチ画像
Webhooks are now generally available
Vercel News
Webhooks allow you to get notified through a defined HTTP endpoint about certain deployment or project events that happened on the Vercel platform.Webhooks are now available for all Pro and Enterprise customers. You can create a maximum of 20 webhooks per account.Check out to create your first webhook.our documentationRead more
2年前
記事のアイキャッチ画像
Protect your Edge Config with a JSON schema
Vercel News
You can now protect your with a . Use schema protection to prevent unexpected updates that may cause bugs or downtime.Edge ConfigJSON schemaEdge Config is a low latency data store accessed from or . It is ideal for storing experimentation data like feature flags and A/B testing cohorts, as well as configuration data for Middleware routing rules like redirects or blocklists.Vercel FunctionsEdge MiddlewareTo protect an Edge Config with a schema:Check out to learn more.the documentationRead moreSelect the tab in the dashboard and then create or select your Edge ConfigStorageToggle the button to open the schema editing tab. Enter your JSON schema into the editor, and Vercel will use the schema to validate your data in real-timeSchemaClick . This will save changes to both the schema and dataSave
2年前
記事のアイキャッチ画像
How Core Web Vitals affect SEO
Vercel News
Core Web Vitals influence how your application's pages rank on Google. Here, we'll dive into what they are, how they’re measured, and how your users and search ranking are impacted by them.Read more
2年前
記事のアイキャッチ画像
Improved domains page
Vercel News
Viewing domains for your team now has faster search and a refreshed design.It's now easier to filter domains based on their renewal status, as well as see options to configure, transfer, move, or delete individual domains. to learn more. Check out the documentationRead more
2年前
記事のアイキャッチ画像
Convert comments to GitHub Issues
Vercel News
With the, you can now convert to GitHub Issues. GitHub Issues integrationcommentsFor teams who use GitHub Issues and Projects to track work, this allows comments to fit into your existing workflow. Collect and discuss feedback in-context on your deployment with comments and then convert those threads to issues to manage and track that work.Your converted issues will contain the full thread, attached images and screenshots, and a link back to the thread within the preview. GitHub Issues is part of our growing collection of integrations for comments which includes , , and , now available to all Vercel users.SlackLinearJirato learn more.Check out the documentation Read more
2年前
記事のアイキャッチ画像
Up to 5 TB file transfers with Blob multipart uploads
Vercel News
Vercel Blob now supports with multipart uploads.storing files up to 5 TBWhen using ,and will progressively read and chunk data, upload it in parts, and retry if there are issues.multipart: trueput()upload() Network output is maximized without consuming too much memory. Multipart uploads support retrying streams (Node.js streams and the Web Streams API), a unique feature amongst file upload APIs. to learn more.Check out the documentationRead more
2年前
記事のアイキャッチ画像
Architecting a live look at reliability: Stripe's viral Black Friday site
Vercel News
In 2023, businesses processed more than $18.6 billion on Stripe over Black Friday and Cyber Monday (BFCM).This year, just 19 days before Black Friday, Stripe asked a question: "What if?" What if they opened up Stripe's core metrics and gave a detailed look into their core business, reliability, and the reach of their products?In response, employees from across the company came together to construct a real-time, publicly accessible microsite that dynamically showcased Stripe's reliability, transaction volumes, global activity, and more, during BFCM—and they showcased it all on Vercel.Read more
2年前
記事のアイキャッチ画像
Metrics for outgoing requests
Vercel News
You can now see all outgoing requests for a selected log in .Runtime LogsLogs now display the status, duration, URL, and a trace for each request. Request metrics work with every request on Vercel, so are supported. This makes it easier to debug latency and caching inside your Vercel Functions or when calling .all frameworksdatabasesThis release also includes various of quality-of-life improvements in the Logs UI.Request metrics are and only available to Pro and Enterprise customers.free while in betaRead more
2年前
記事のアイキャッチ画像
Pinecone integration now available for vector databases
Vercel News
You can now use the integration to create vector databases for your . enable augmenting LLMs with the ability to retrieve additional knowledge () from your provided sources.PineconeAI applicationsVector databasesRAGThis integration is available for users on all plans. to get started. Check out the integrationRead more
2年前
記事のアイキャッチ画像
Vercel Firewall proactively protects against vulnerability in the Clerk SDK
Vercel News
A security vulnerability in the was identified by the Clerk team recently, which allows malicious actors to act-on-behalf-of other users.@clerk/nextjsSDKThe Clerk team has already released a patch with the latest version. Please check the for more details. public announcement by the Clerk teamWhile we still recommend updating to the latest version of the Clerk SDK, Vercel has taken proactive measures on our to protect our customers on all plans.FirewallWe will continue efforts to proactively protect Clerk + Next.js deployments on Vercel through the , regardless of Clerk's Next.js SDK version running.Vercel FirewallRead more
2年前
記事のアイキャッチ画像
Login with passkey is now supported
Vercel News
You can now use passkeys to login to Vercel including touch, facial recognition, a device password, or a PIN. Passkeys provide a simple and secure authentication option.How do I use passkeys on Vercel? in our documentation.Learn moreRead moreUnder the Authentication page of Account Settings you will find a buttonpasskeyClick the button to add a new passkeypasskeySelect the authenticator of preference and follow the instructionsThe new passkey will appear in your list of login connectionsYou are now able to log in with passkeys
2年前
記事のアイキャッチ画像
Easier transitions between hobby and pro
Vercel News
Your Vercel personal account will soon automatically become a free team.What is changing? Upgrading and downgrading will now be easier, as they will no longer require transferring projects.Your free Vercel experience will remain unchanged.When will my account be updated?We'll start rolling out this change today and it might take some time before it's your turn. Once it's your turn, in most cases, update should happen instantly.For a small number of accounts with thousands of projects or deployments, you may temporarily see a message displayed on the dashboard. During this update period, you will have read access to your personal account projects and resources, but not write access.Who can I contact if something seems off?Please using the “Account Management” case type if you have questions about this change or notice something wrong with your account.contact usRead moreYour personal projects will live under a new free team with the slug .{username}s-projectsFuture auto-generated deploy
2年前
記事のアイキャッチ画像
Common mistakes with the Next.js App Router and how to fix them
Vercel News
After talking to hundreds of developers and looking at thousands of Next.js repositories, I've noticed ten common mistakes when building with the Next.js App Router.This post will share why these mistakes can happen, how to fix them, and some tips to help you understand the new App Router model.Read more
2年前
記事のアイキャッチ画像
HTTPS DNS records are now supported in Vercel DNS
Vercel News
You can now create DNS records in Vercel DNS.HTTPSThe new DNS record type, also known as SVCB or Service Binding record, has recently been published as .HTTPSRFC 9460This record type is designed for the HTTP protocol to improve client performance and privacy in establishing secure connections. The record can include additional information about the target server, such as supported ALPN protocols (e.g., HTTP/2, HTTP/3, etc), which can eliminate the need for protocol negotiation/upgrade between client and server to minimize the number of round trips.Since the record type is still a new standard, not all HTTP clients can support it. Learn more in .HTTPSour documentationRead more
2年前
記事のアイキャッチ画像
Forrester Total Economic Impact™ study: Vercel delivered a 264% ROI
Vercel News
Inefficient developer workflows. Poor user experience. Sluggish site performance. These are common woes that customers come to Vercel to alleviate. They result in costs that affect your team’s day-to-day workflow and impact your organization’s bottom line. But stakeholders still want to know the answer to a simple question: What will the ROI on Vercel be?quantifiableRead more
2年前
記事のアイキャッチ画像
Improvements to deployment summaries
Vercel News
Deployment summaries help you understand how changes in your frontend application code lead to on Vercel. We've improved the output with the following:managed infrastructure or learn more about .Read more in our documentationframework-defined infrastructureRead moreStatic assets now display a leading for output paths/Files sizes are now vertically aligned for easier visual scanning outputs are properly categorized under static assetsNext.js Metadata now displays the generated Vercel FunctionsPartial Prerendering
2年前
記事のアイキャッチ画像
The developer experience of the Frontend Cloud
Vercel News
In a large team, creating new code should never be scary. Finding where to place code shouldn't be difficult. And new code certainly shouldn't break anything.deployingIdeally, your codebase feels transparent: easy to create, adjust, and monitor.The Frontend Cloud offers a complete , so you don't have to spend so much developer time curating and maintaining systems that can be easily automated.Developer Experience (DX) PlatformInstead, you get centrally-located and collaborative tooling—Git-based workflows with automatic staging environments and more—where you can easily leverage the self-serve tools in front of you that just work by default.Read more
2年前
記事のアイキャッチ画像
Restrict access with IP blocking by CIDR range
Vercel News
protects your application from DDoS attacks and unauthorized access.Vercel FirewallEnterprise teams now have increased security with the ability to control traffic and restrict access through static IP addresses or entire network CIDR ranges.Stay secure by blocking entire subnets, or restricting access from untrusted networks, to prevent attacks against your applications. or to upgrade to Enterprise.Learn more in our documentationcontact our sales teamRead more
2年前
記事のアイキャッチ画像
View, upload, and delete Blob files in the dashboard
Vercel News
You can now manage your Vercel Blob files from the dashboard using the new file browser: or .Try it outlearn more about Vercel BlobRead moreView individual files or foldersUpload new files, including support for drag-and-drop and bulk uploadsDelete individual files or in bulk
2年前
記事のアイキャッチ画像
AWS re:Invent 2023: Iteration velocity is the solution to all software problems
Vercel News
Recently the Vercel Team had the pleasure of sponsoring AWS re:Invent 2023. This year we attended as an official part of the AWS Marketplace, which makes it possible to onboard and build on Vercel in just a few clicks.While at re:Invent, I was able to share my thoughts on The Frontend Cloud, Generative UI, and the keys to a highly iterative team. Here’s a look at my talk.Read more
2年前
記事のアイキャッチ画像
Improved Log Drain filtering
Vercel News
Log Drains now support the following options through the dashboard and API:Learn more in our .documentationRead moreFiltering based on environment (production or preview)Configuring a sample size to reduce the throughput
2年前
記事のアイキャッチ画像
Stage and manually promote deployments to production
Vercel News
You can now control when domains are assigned to deployments, enabling the manual promotion of production deployments to serve traffic.When a new deployment is created (with our , CLI, or ), Vercel will automatically apply any custom domains configured for the project.Git IntegrationsREST APIYou can now create staged deployments that do not assign domains, which can later be promoted to production and serve traffic. This is helpful for custom workflows and having multiple production environments for QA or testing.From the dashboardFrom the CLI in our documentation.Learn moreRead moreDisable the assignment of domains for your production branch in your Git project settings.Find your deployment from the list of all deployments and use the right menu to select .Promote to Productionvercel --prod --skip-domainvercel promote [deployment-id or url]
2年前
記事のアイキャッチ画像
Revert and pin deployments with Instant Rollback
Vercel News
enables you to quickly revert to a previous production deployment, making it easier to fix breaking changes.Instant RollbackYou can now choose to prevent the automatic assignment of production domains when rolling back. Reverted deployments will not be replaced by new production deployments until you a new deployment.manually promote in our documentation.Learn moreRead more
2年前
記事のアイキャッチ画像
Manually create deployments by commit or branch in the dashboard
Vercel News
You can now initiate new deployments directly from the dashboard using a git reference. This approach is helpful when git providers have service interruptions with webhook delivery.To create a deployment from a git branch or SHA:Depending on how you would like to deploy, enter the following:Finally, select and Vercel will build and deploy your commit or branch.Create Deployment When the same commit appears in multiple branches, Vercel will prompt you to choose the appropriate branch configuration. This choice is crucial as it affects settings like environment variables linked to each branch. in our documentation.Learn moreRead moreFrom the dashboard, select the project you'd like to create a deployment for.Select the tab. Once on the Deployments page, select the button in the three dots to the right of the header.DeploymentsCreate DeploymentDeployments Provide the unique ID (SHA) of a commit to build a deployment based on that specific commit.Targeted Deployments: Provide the full name
2年前
記事のアイキャッチ画像
Improved build compute performance for Enterprise customers
Vercel News
customers now have faster build compute infrastructure by default.EnterpriseBuilds are now 15% faster than Pro by median, and 7% faster than the previous Enterprise build infrastructure. Additionally, Enterprise customers can now purchase enhanced build machines with larger memory and storage. or to upgrade to Enterprise.Learn more about buildscontact usRead more
2年前
記事のアイキャッチ画像
Vercel Functions now scale 12x faster for high-volume requests
Vercel News
Vercel Functions now scale 12x faster for high-volume requests on paid plans:Learn more about with Vercel Functions.automatic concurrency scalingRead moreThe default concurrency quota has increased to 30,000Scale out by 1,000+ concurrency every 10 seconds automaticallyIdeal for unpredictable traffic or flash sales
2年前
記事のアイキャッチ画像
Unified documentation search across Vercel, Next.js, and Turborepo
Vercel News
Searching across the Vercel documentation is now faster and more intuitive with a redesigned menu that includes:⌘+KYou can access the menu by pressing on macOS or on Windows and Linux from the Vercel documentation site or dashboard with .⌘+KCtrl+KShift+D to learn more.Check out the documentationRead more: Search across Vercel, Next.js, and Turborepo documentation sites from the Vercel docs or dashboard.Cross-platform search: Filter your search by choosing specific platforms–Vercel, Next.js, or Turborepo–or view all results combined.Customized search results: Quickly view the three most relevant results to your query, ensuring you get the best matches instantly.Most relevant results
2年前
記事のアイキャッチ画像
Improved Speed Insights experience
Vercel News
Speed Insights measures site performance and helps you understand areas for improvement. This includes Core Web Vitals like , , , and more.First Contentful PaintLargest Contentful PaintCumulative Layout ShiftThe Speed Insights experience has been improved to include:Speed Insights is . Learn more about and see how to take advantage of the new features.available on all plansupgrading to the new package Read more You can now use Speed Insights with any framework using the new package. This includes supporting dynamic route segments in frameworks like SvelteKit and Remix.Support for all frontend frameworks:@vercel/speed-insights: Data will now be processed directly through your own domain, eliminating the third-party domain lookup.First-party data ingestion All previous and future metrics measured by Speed Insights are now updated with new weights, based on the latest guidance from Core Web Vitals and Lighthouse.Updated scoring criteria: You can now view performance data by region. Displa
2年前
記事のアイキャッチ画像
Introducing Conformance and Code Owners: Move fast, don't break things
Vercel News
As organizations grow, it can become hard to sustain fast release cycles without diminishing code health and letting errors slip into production. It shouldn't be this way. We should be able to move fast breaking things—making quick updates and innovating while retaining great performance, security, and accessibility.withoutToday, we're releasing new features to Vercel's to help ship higher quality code, with the same velocity even as teams and codebases scale.Developer Experience PlatformEnterprise teamsRead more
2年前
記事のアイキャッチ画像
Conformance and Code Owners are now generally available for Enterprise teams
Vercel News
Today, we're releasing new features to Vercel's to help ship higher quality code, faster—even as teams and codebases scale:Developer Experience PlatformEnterprise teamsMaintain high-quality code standards across projects in your codebase.Conformance: Integrate with your Git client for streamlined code reviews and smart reviewer assignments.Code Owners: When you start using Conformance, you’ll see a reengineered workspace to surface code health insights, aid cross-team collaboration, and ensure a better onboarding experience for new team members.A reimagined dashboard experience: to learn more or to get started. Check out the documentationcontact usRead moreRun Conformance in your CI/CD systems to block the merge of new code, or run it locally to catch issues before even committing them.Conformance CLI: Add organization-specific rules to ensure codebase consistency.Custom Rules:: Intelligent code review assignments based on your organization's structure. Reviewer Assignments: Customize
2年前
記事のアイキャッチ画像
The user experience of the Frontend Cloud
Vercel News
The world's best websites load before you've finished this sentence.Those websites can't be static, but serving performance personalization to a global user base has historically been complex.and The is to collect industry-best practices into one easy-to-use workflow, integrating new and better solutions as they come.primary goal of Vercel's Frontend CloudIn this article, we'll look at why speed and personalization matter to your business, and how the Frontend Cloud gives you abundant options for both.Read more
2年前
記事のアイキャッチ画像
Guide to fast websites with Next.js: Tips for maximizing server speeds and minimizing client burden
Vercel News
is an agency obsessed with delivering fast websites such as jewelry brand , which went from a Shopify theme to a modern website that instantly loads with 80% less JavaScript.TinloofJennifer FisherNext.jsRead more
2年前
記事のアイキャッチ画像
Faster and more reliable Managed Infrastructure
Vercel News
We've upgraded our resulting in up to and reliability improvements for all plans.Managed Infrastructure45% faster routing at p99When a request is made to a Vercel-managed site, traffic is routed to the nearest Edge Network region with our . Vercel processes the request, identifies the deployment to serve, and instantly retrieves related metadata about the requested deployment. Anycast routingNow with optimized metadata retrieval and routing, this performance enhancement benefits all workloads. Responses to static resources are then fetched from storage, or dynamic content is generated through Vercel Functions, based on the routing details from the deployment metadata.These infrastructure improvements benefit all existing and new deployments. or learn more about .Deploy nowVercel's Managed InfrastructureRead more
2年前
記事のアイキャッチ画像
Node.js 16 is being deprecated on January 31, 2025
Vercel News
Following the Node.js 16 end of life on September 11, 2023, we are deprecating Node.js 16 for Builds and Functions on January 31, 2025.Will my existing deployments be affected?No, existing deployments with Serverless Functions will not be affected.When will I no longer be able to use Node.js 16?On January 31, 2025, Node.js 16 will be disabled in . Existing projects using 16 as the version for Functions will display an error when a new deployment is created.project settingsHow can I upgrade my Node.js version?You can configure your Node.js version in or through the field in .project settingsenginespackage.jsonHow can I see which of my projects are affected?You can see which of your projects are affected by this deprecation with:Read more
2年前
記事のアイキャッチ画像
The power of headless: Ecommerce success with Next.js, Vercel, and Shopify
Vercel News
Translating designer brand experiences to the digital world requires putting complete control in the hands of the developer. A lack of ability to fine-tune performance optimizations and application decisions often limits UI possibilities.Read more
2年前
記事のアイキャッチ画像
Upgrading Ruby v2.7 to v3.2
Vercel News
Ruby v3.2 is now generally available, and is the new default runtime version for Ruby based and . Additionally, Ruby v2.7 will be discontinued on December 7th, 2023.BuildsServerless FunctionsOnly the minor version () is guaranteed, meaning we will always use the latest patch version available within the minor range.3.2 for more.Read the documentationRead moreExisting deployments that use Ruby v2.7 will continue to workNew deployments will use Ruby v3.2 by default, or if is defined in the ruby "~> 3.2.x"‌Gemfile‍​‍​‍‌‍‌After December 7th, 2023, new deployments that define in the will no longer buildruby "~> 2.7.x"‌Gemfile‍​‍​‍‌‍‌​‍‌‍‍‌‌‍‌‌‍‍‌‌‍‍​‍​‍​‍‍​‍​‍‌‍​‌‍‌‍‍‌‌​‌‍‌‌‌‍‍‌‌​‌‍‌‍‌‌‌‌‍​​‍‍‌‍​‌‍‌‍‌​‍​‍​‍​​‍​‍‌‍‍​‌​‍‌‍‌‌‌‍‌‍​‍​‍​‍‍​‍​‍​‍‌‍​‌‌​​‌‍‍‌​‍‌‍​‍‌‍​‌‍‌‍‌​‍‌‍‌‌‌‍‌​‌‍‍‌‌‌​​‌‍‌‌​‌​​‌‌‍​‌‍‌‌‌‍​‌‌‍‌‍‍‌‍​‌​‍‌‌‌‌‌​‌​​‍​​‌‌​‍​‌‍‍‌​​‌‌​‍‌‌‍‍‌‍‌​​‌‌‍‌‌‌​​‌‌‍‍‌​‍‌‍‌‌​​‌‌‍‌‌​‍​‍‌‌
2年前
記事のアイキャッチ画像
The foundations of the Frontend Cloud
Vercel News
Core web app decisions tend to center the backend, due to its complexity and impact over huge swaths of the business.However, frontends have grown far more important and complex in their own right. When not prioritized, the intricate infrastructure around them can quickly spin out of control, dragging teams into untold amounts of tech debt.As becomes more common, developers are turning to the Frontend Cloud to automate away the behind-the-scenes hassles of creating and growing dynamic websites.decoupled architectureInstead of as a separate step of the development process, the Frontend Cloud provisions global infrastructure , . managing infrastructurebased on your existing application codefor youThis approach to web development , allowing your team to experiment safely and meet shifting market demands. Teams of all sizes can effortlessly scale global apps while maintaining the highest possible bars for performance, personalization, and security.massively increases developer velocityYou
2年前
記事のアイキャッチ画像
Convert Comments on deployments to Jira issues
Vercel News
on your deployments can now be converted into . This makes it easy to take action on feedback in the workflows your team is already using.CommentsJira issuesYou can name your issue and select the project and issue type without leaving your deployment. Issues retain the full thread history with any attached images and include a link back to where the comment was left. is part of our growing collection of integrations for comments which includes and , available to Pro and Enterprise users as well as Hobby users with public git repositories. JiraSlackLinear to learn more.Check out the documentationRead more
2年前
記事のアイキャッチ画像
How to scale a large codebase
Vercel News
Scaling a codebase is an integral, and inevitable, part of growing a software company.You may have heard many terms thrown around as answers — monoliths, monorepos, micro frontends, module federation, and more.At Vercel, we’ve helped evolve their codebases, and we have an opinion on the optimal way to build software.thousands of large organizationsRead more
2年前
記事のアイキャッチ画像
Node.js v20 LTS is now available in beta
Vercel News
As of today, Node.js version 20 can be used as the runtime for and . Select in the Node.js Version section on the General page in the Project Settings. .BuildsServerless Functions20.xThe default version remains Node.js 18Node.js 20 introduces several including:new featuresNode.js 20 is faster and introduces new core APIs eliminating the need for some third-party libraries in your project. Support for Node.js 20 on Vercel is currently in beta.The exact version used by Vercel is and will automatically update minor and patch releases. Therefore, only the major version () is guaranteed.20.5.1 20.x for more.Read the documentationRead moreNew experimental permission modelSynchronous import.meta.resolveStable test runnerPerformance updates to V8 JavaScript Engine and Ada (URL Parser)
2年前
記事のアイキャッチ画像
Vercel Cron Jobs are now generally available
Vercel News
Vercel Cron Jobs let you to run scheduled jobs for things like data backups or archives, triggering updates to third-party APIs, sending email and Slack notifications, or any task you need to run on a schedule.By using a specific syntax called a , you can define the frequency and timing of each task. Cron Jobs work with any frontend framework and can be defined in . You can use them to run your and .cron expressionServerless FunctionsEdge Functionsvercel.jsonDuring the beta, we made Cron Jobs more secure by providing an environment variable with the name . We also added support for and . CRON_SECRETDeployment ProtectionInstant RollbackCron Jobs are now . Per account, users on the Hobby plan will have access to 2 Cron Jobs, users on the Pro plan will have access to 40 Cron Jobs, and users on the Enterprise plan will have access to 100 Cron Jobs. included for customers on all plansCheck out our or .documentationdeploy an example with Cron JobsRead more
2年前
記事のアイキャッチ画像
Automatically detect and replay layout shifts from the Vercel Toolbar
Vercel News
Vercel can now automatically detect and replay on your deployments from the Vercel Toolbar.layout shiftsLayout shifts are reported and notified through the Toolbar. Each reported shift includes a summary of what caused the shift and how many elements it affected. Additionally, you replay and animate the shift to see it again.The Toolbar is automatically added to all Preview Deployments, but can also be used in localhost and in production (likely behind your own staff authentication checks) when using the .@vercel/toolbar package to learn more. Check out the documentationRead more
2年前
記事のアイキャッチ画像
Partial prerendering: Building towards a new default rendering model for web applications
Vercel News
At this year’s , we discussed the developer and user experience challenges of global delivery of dynamic web applications. How can we fetch data without expensive waterfalls and also deliver content directly from the edge?Next.js ConfThe answer to all of these current challenges: Partial Prerendering (PPR).PPR combines ultra-quick static edge delivery with fully dynamic capabilities and we believe it has the potential to become the default rendering model for web applications, bringing together the best of static site generation and dynamic delivery.Today, you can with Next.js 14 on Vercel for a first impression of PPR.try an experimental preview of PPRor visit our demoRead more
2年前
記事のアイキャッチ画像
Vercel Firewall proactively protects against vulnerability in the Sentry Next.js SDK
Vercel News
A security vulnerability was that affects Sentry’s , which made it possible to exploit Sentry’s Tunnel feature to establish Server-Side Request Forgery (SSRF) attacks.discoveredNext.js SDKThe Sentry team has already released a patch with the latest version 7.77.0. While we still recommend updating to the latest version of the Sentry SDK, Vercel has taken proactive measures on our firewall to protect our customers.We will continue to proactively protect all Sentry + Next.js deployments on Vercel through the , regardless of Sentry's Next.js SDK version running.Vercel FirewallRead more
2年前
記事のアイキャッチ画像
Backups now available for Vercel Edge Config
Vercel News
is our global low-latency data store for feature flags, experiments, and configuration metadata. Now, backups of your Edge Config are automatically created with every update to an Edge Config's items. You can restore backups from the tab in your Vercel dashboard. Vercel Edge ConfigStorage can take advantage of backups. Hobby customers have 7 days of backup retention, Pro customers have 90 days of backup retention, and Enterprise customers have 365 days of backup retention. Customers on all plans to learn more. Check out the documentationRead more
2年前
記事のアイキャッチ画像
More detailed report on out of memory or disk space errors on builds
Vercel News
You will now see more information in the build logs when your build fails due to either exhausting the available memory (OOM) or disk space (ENOSPC). In the case of OOM, your build logs will confirm the event. For ENOSPC situations, detailed information on disk space allocation is provided. Check out to learn more.our documentationRead more
2年前
記事のアイキャッチ画像
Favorite teams and projects to appear in your dashboard
Vercel News
We recently introduced an improved on Vercel, including the option to favorite projects.project and team switcherNow, favorited projects will also appear in your dashboard overview, and you can easily add and remove them from the context menu.Read more
2年前
記事のアイキャッチ画像
Building the most ambitious sites on the Web with Vercel and Next.js 14
Vercel News
At this year's , thousands of community members tuned in to learn about updates to the framework thousands of developers deploy with everyday. Among the announcements were:Next.js ConfRead more
2年前
記事のアイキャッチ画像
Building secure and performant web applications on Vercel
Vercel News
Web Apps are the ultimate dynamic use-case on the Web. As opposed to web, web typically require or facilitate user-to-data interactions. Applications like customer-facing dashboards, support portals, internal employee apps, and much more require up-to-date, personalized information delivered in a performant and secure way.sitesappsVercel's Frontend Cloud offers support for deploying complex and dynamic web applications with managed infrastructure so you have control and flexibility without having to worry about configuration and maintenance—and yes, this means required to serve your App.everything Read more
2年前
記事のアイキャッチ画像
Deployment Protection is now enabled by default for new projects
Vercel News
Deployment Protection is now enabled by default for and our full set of protection options is now generally available.all new projects, Deployment Protection includes a series of features that ensure you can keep your Vercel deployments secure. Secure your Preview and Production deployments with:To configure existing deployments with Deployment Protection, you can use this . For all new deployments, Deployment Protection with Vercel Authentication is now enabled by default.migrationguide to learn more. Check out the documentationRead more: Restricts access to your deployments to only Vercel users with suitable access rights. Vercel Authentication is Vercel Authenticationavailable on all plans.: Restricts access to your deployments to only users with the correct password. Password Protection is Password Protectionavailable on the Enterprise plan, or as a paid add-on for Pro plans.: Restricts access to your deployments to only users with the correct IP address. Trusted IPs is available i
2年前
記事のアイキャッチ画像
Protect past Production Deployments with Deployment Protection
Vercel News
Ensure your past production deployments remain secure by enabling Standard Protection as the default setting for your deployments. With Standard Protection, Vercel Authentication or Password Protection will ensure that all of your preview and production deployments remain secure. Migrating existing deployments to use Standard Protection will protect both preview and . Standard Protection restricts access to the production generated deployment URL generated production URLsLearn more about in our documentation.migrating to Standard ProtectionDeployment Protection is available on all plans.Read more
2年前
記事のアイキャッチ画像
Trusted IPs for Deployment Protection is now Generally Available
Vercel News
Trusted IPs are a feature of Deployment Protection that allow you to limit access to your deployments by IP address. Configure Trusted IPs in addition to to ensure only your team members can access and make changes to your deployments. Vercel AuthenticationFor customers who rely on a VPN or additional proxy, Trusted IPs ensure you can restrict access to your deployments to only users behind the VPN. You can configure Trusted IPs by specifying a list of IPv4 addresses, or by CIDR ranges. Trusted IP for Deployment Protection is only available for customers on the Enterprise plan. to learn more. Check out the documentationRead more
2年前
記事のアイキャッチ画像
Understanding cookies
Vercel News
Cookies are small pieces of data stored by web browsers on a user's device at the request of web servers. They are sent back unchanged by the browser each time it accesses that server. Cookies allow the server to "remember" specific user information, facilitating functionalities like , , and .maintaining user sessionsremembering preferencestracking user behaviorRead more
2年前
記事のアイキャッチ画像
Next.js 14 on Vercel
Vercel News
Next.js 14 is fully supported on Vercel. Build data-driven, personalized experiences for your visitors with Next.js, and automatically deploy to Vercel with optimizations, including:Additionally in Next.js 14 you will find: to learn more.Check out our documentationRead moreThe Next.js App Router natively supports streaming responses. Display instant loading states and stream in units of UI as they are rendered. Streaming is possible for Node.js and Edge runtimes—with no code changes—with Vercel Functions.Streaming: Server Components allow you to define data fetching at the component level, and easily express your caching and revalidation strategies. On Vercel, this is supported natively with Vercel Functions and the , a new caching architecture that can store both static content data fetchesReact Server ComponentsVercel Data Cache: and .Server Actions enable you to skip manually writing APIs and instead call JavaScript functions directly for data mutations. On Vercel, Server Actions us
2年前
記事のアイキャッチ画像
How we optimized package imports in Next.js
Vercel News
In the , we've made improvements to optimize package imports, improving both local dev performance and production cold starts, when using large icon or component libraries or other dependencies that re-export hundreds or thousands of modules.latest version of Next.jsThis post explains why this change was needed, how we've iterated towards our current solution, and what performance improvements we've seen.Read more
2年前
記事のアイキャッチ画像
Vercel Postgres is now generally available for Hobby and Pro users
Vercel News
, our serverless SQL database, is now available for Hobby and Pro users. Vercel PostgresDuring the beta period, we reduced cold start times to 100-200ms and fixed several bugs around handling connections. Usage prices have also been :lowered from the beta and Pro users have the following usage included:Billing will begin on October 19thIf you were a beta participant and want to opt out of using Vercel Postgres, you can backup your database and. delete it to learn more.Check out the documentationRead moreTotal storage: reduced 60% from $0.30/GB to $0.12/GBWritten data: reduced 4% from $0.10/GB to $0.096/GBData transfer: reduced 55% from $0.20/GB to $0.09/GB1 database then $1.00 USD per additional database100 hours of compute time per month then $0.10 USD per additional compute-hour512 MB total storage then $0.12 USD per additional GB512 MB written data per month then $0.096 USD per additional GB512 MB data transfer per month then $0.09 USD per additional GB
2年前
記事のアイキャッチ画像
Tekla's ecommerce evolution: harnessing flexibility with Vercel and Medusa
Vercel News
With Vercel and at the helm of their frontend stack, Copenhagen-based bedding brand can handle high traffic while providing fast, personalized digital experiences to their customers. MedusaTekla, a digital design and development agency, wants to provide the best solutions possible for their clients. When the ecommerce brand Tekla turned to the agency for additional development support, Agilo came with a plan. By upgrading Tekla’s composable setup, the agency provided Tekla with enough speed and reliability to handle their growing traffic volume and deliver personalized digital experiences.AgiloRead more
2年前
記事のアイキャッチ画像
Announcing v0: Generative UI
Vercel News
A few weeks ago, we introduced : a product that makes website creation as simple as describing your ideas. We call it Generative UI—combining the best practices of frontend development with the potential of generative AI.v0The interest in v0 has been incredible, with 100,000 people registering for the waitlist in just three weeks. Today, we’re transitioning v0 from Alpha to Beta, rolling out access to 5,000 additional users, and introducing subscription plans for those who want to unlock the full v0 feature set.Read more
2年前
記事のアイキャッチ画像
Strengthening Vercel's Infrastructure against HTTP/2 Rapid Reset Attacks
Vercel News
At Vercel, we consistently monitor and update our security protocols to address emerging threats. A new vulnerability, known as the HTTP/2 Rapid Reset Attack (), has the potential to disrupt HTTP/2-enabled web servers.CVE-2023-44487Rapid Reset is a vulnerability possible in the HTTP/2 protocol involving quickly initiating and canceling streams. It can be used to launch large denial-of-service attacks, negatively affecting performance and availability.We've taken proactive steps to refine our infrastructure and strengthen our defenses. Our improved system can now more efficiently handle the HTTP/2 Rapid Reset Attack.An essential component of our defense strategy is inline network traffic monitoring, where we identify malicious TCP connections and terminate them. Limiting abuse over a single connection has enabled Vercel to protect against HTTP/2 Rapid Reset Attack.Combining our existing system with new improvements, all applications on Vercel are even further resistant to the HTTP/2 Rap
2年前
記事のアイキャッチ画像
Images on the web
Vercel News
Images are the most popular resource type on the web, yet understanding the nuances of various image formats and their technical attributes can be challenging.Read more
2年前
記事のアイキャッチ画像
Comments now available in Vercel's Slack integration
Vercel News
now includes Comments. Once the Vercel Slack app is installed, you can subscribe to messages in a channel about all Comments made on your team's deployments or Comments made on . Vercel's Slack integrationspecific projectsIf you configured the Slack app before October 4th, 2023, the updated app requires new permissions. You must to subscribe to new Comment threads and link new channels. reconfigure the appYou will get a Slack message for each new Comment, and replies in Slack will automatically appear in the Comment thread on your deployment. You can also with your Vercel account to get DMs about comments relevant to you. log in to the integrationInstall the , or visit the to learn more.integration in our marketplacedocumentationRead more
2年前
記事のアイキャッチ画像
Track server-side custom events with Vercel Web Analytics
Vercel News
Vercel Web Analytics now supports tracking custom events on the server-side, in addition to existing support for client-side tracking.Events can now be tracked from , , and when using Next.js (or other frameworks like SvelteKit and Nuxt) through the function. Route HandlersAPI RoutesServer ActionstrackCustom event tracking is available for Pro and Enterprise users. to learn more. Check out the documentationRead more
2年前
記事のアイキャッチ画像
Introducing Spend Management
Vercel News
Serverless infrastructure can instantly and infinitely scale. While powerful, this has had tradeoffs. An unforced error or traffic spike could cause an unexpected bill.Read more
2年前
記事のアイキャッチ画像
Spend Management now available for Pro users
Vercel News
Today, we'll begin rolling out Spend management on the Pro plan for the and roles. You can recieve notifications and trigger webhooks when you pass a given spend amount on metered resources like Functions. The actions you can take are:BillingOwnerWhen your spending approaches or exceeds the set limit, you'll receive realtime notifications to help you stay in control. This includes and notifications at 50%, 75%, and 100%. Additionally, you can also receive notifications when your spending reaches 100%. WebEmailSMSSetting a spend amount does not mean your project with pause automatically. To programmatically take action based on your set amount, you can use a to pause your project, or even put your site into . webhookmaintenance mode to learn more.Check out our documentationRead moreSend a notificationTrigger a webhook
2年前
記事のアイキャッチ画像
Understanding the SameSite cookie attribute
Vercel News
Navigating the web safely while ensuring user privacy is a top priority. When working with cookies, it’s important to ensure they are secure and serve their intended purpose without compromising user privacy. One key attribute to consider is , which dictates when and how cookies are sent in cross-site requests.SameSiteRead more
2年前
記事のアイキャッチ画像
Command Menu now available in Deployments
Vercel News
You can now use (or on Windows) to open the Command Menu on any deployment where the Vercel Toolbar is enabled, including . You can use if you're viewing a deployment of a website that has its own menu. ⌘KCtrl+KCmd + Shift + K⌘Kproduction and localhostUsers can now navigate between a deployment and other Vercel pages relevant to the project directly through the menu. to learn more. Check out our documentationRead more
2年前
記事のアイキャッチ画像
Understanding CSRF attacks
Vercel News
Cross-Site Request Forgery (CSRF) is an attack that tricks users into executing unwanted actions on a web application where they're currently authenticated.Read more
2年前
記事のアイキャッチ画像
Exceeding included Image Optimization usage no longer pauses deployments
Vercel News
Based on your feedback, rather than pausing a deployment when exceeding the included , Vercel will now .Image Optimization usageonly pause optimization for additional source images to learn more. Check out our documentationRead moreYour existing images and all traffic will not be affectedAdditional source images will throw a 402 status code when optimizing, triggering the callback (if provided) and showing the text instead of the image onErroralt
2年前
記事のアイキャッチ画像
Comments are now visible in your dashboard notifications
Vercel News
You can now receive and view notifications in the Vercel dashboard. Comment for new Comments are shown in the dashboard with a counter on the bell icon. You can quickly resolve Comments there or filter by specific pages, branches, or authors.Notifications to learn more. Check out our documentationRead more
2年前
記事のアイキャッチ画像
Hints now available when creating Environment Variables
Vercel News
When creating and editing Environment Variables on Vercel, you can now see hints that will warn you of potential typos in the name. This includes issues like:Learn more about . Environment VariablesRead moreNew line charactersTabsSpacesNew lineCarriage returnVertical tabForm feedNon-breaking spaceNon-breaking space (fixed width)Zero-width spaceZero-width non-joinerZero-width joinerLine separatorParagraph separatorNarrow non-breaking spaceMedium mathematical spaceIdeographic spaceZero-width no-break space
2年前
記事のアイキャッチ画像
First Input Delay (FID) vs. Interaction to Next Paint (INP)
Vercel News
As of March 2024, Interaction to Next Paint (INP) will replace the First Input Delay (FID) as a new Core Web Vital. Read more
2年前
記事のアイキャッチ画像
Optimizing web fonts
Vercel News
Web fonts are vital to branding and user experience. However, the inconsistent rendering of these fonts while they're being fetched from the server can cause unintended shifts in layout.Read more
2年前
記事のアイキャッチ画像
@vercel/toolbar available to use collaboration features in production
Vercel News
Comments and other collaboration features are available in all Preview Deployments on Vercel. Now, you can enable them in Production Deployments and localhost by injecting the Vercel toolbar on any site with our package.@vercel/toolbarBy using the npm package you and your team can leave feedback with , take advantage of to view unpublished CMS content, or use on your production application.@vercel/toolbarCommentsDraft ModeVisual EditingThis package is available to users on all plans and is our first step in bringing the Vercel Toolbar into your production sites. to learn more. Check out the documentationRead more
2年前
記事のアイキャッチ画像
How Whop improved their Real Experience Score by 200% with the Next.js App Router
Vercel News
, an online marketplace for digital products, recognized the importance of having a seamless developer and end-user experience and aimed to transform their platform with a modern tech stack. WhopTo achieve this, they focused on migrating from Ruby on Rails to , quickly followed by the incremental adoption of for even better page speed and developer experience.Next.jsApp RouterRead more
2年前
記事のアイキャッチ画像
Why Vercel and Next.js are the perfect fit for this global fashion media group
Vercel News
is a century-old fashion media group representing 10 renowned publications in more than 80 countries. Despite its global reach, the brand has a small team that maintains its 30 web properties, while also developing new features and working on special projects sold to clients. L’Officiel Inc.Read more
2年前
記事のアイキャッチ画像
Serverless Functions can now run up to 5 minutes
Vercel News
Based on your feedback, we’re improving Serverless Functions as follows:These changes help prevent unintentional function usage, unless the longer function duration.explicitly opted intoBeginning , all new projects will receive a default timeout of 15 seconds. In addition, any projects that have not had functions run for more than 15 seconds will have their default timeouts reduced to 15 seconds.October 1stTo avoid unexpected timeouts, any projects that have had functions running for longer than 15 seconds (less than 1% of traffic) have their defaults changed.will notExisting defaults still apply for Hobby and Enterprise customers. to learn more.Check out our documentationRead morePro customers can now run longer functions for up to 5 minutes.Pro customers default function timeout will be reduced to 15 seconds on October 1st.
2年前
記事のアイキャッチ画像
Support for Remix v2
Vercel News
Vercel now supports . Deploy your Remix application on Vercel with advanced support for:Remix v2 to get started. Deploy our Remix templateRead moreDynamically stream content with both Node.js and Edge runtimesStreaming SSR: Easily build your serverless API with Remix and a route API Routes: loaderUse powerful caching headers like Advanced Caching: stale-while-revalidateRun inside Serverless and Edge FunctionsData Mutations: actions
2年前
記事のアイキャッチ画像
Create search presets for your Runtime Logs
Vercel News
You can now create and save presets of your commonly used filters for all of your Runtime Logs searches. You can save presets to either (related to your personal account) or . Personal presets can only be viewed and edited by the user who created them.My Project PresetsTeam Project PresetsThis feature is available to users on all plans. to learn more. Check out our documentationRead more
2年前
記事のアイキャッチ画像
Vercel Blob is now in public beta for Hobby and Pro customers
Vercel News
is a fast, easy, and efficient solution for storing files in the cloud, perfect for large files, like videos. Vercel BlobThe Vercel Blob works with any framework. It can be securely called from Edge and Serverless Functions and returns an immutable URL that can be exposed to visitors or put into storage.This feature is now in public beta and available for all Hobby and Pro customers. to learn more. Check out our documentationRead more
2年前
記事のアイキャッチ画像
New project access controls for Enterprise customers
Vercel News
Today, we’re introducing more ways for Enterprise customers to have control over which members of their Vercel team have access to certain projects for increased security.The new team level role , has restricted access to make changes at the project level, and only has access to the projects to which they’ve been assigned. This role can be useful for agencies and contractors working on a limited project basis.ContributorAdditionally, we’ve introduced new : , , and . Project level roles are assigned to a team member on a project level and are only valid for the project they are assigned to. Project level rolesProject AdminProject DeveloperProject Viewer to learn more.Check out the documentationRead more
2年前
記事のアイキャッチ画像
Vercel achieves ISO 27001:2013 certification to further strengthen commitment to security
Vercel News
Today, we’re excited to announce our achievement of the . This further strengthens our commitments to security in .ISO 27001:2013 (ISO 27001) certificationVercel’s Frontend CloudRead more
2年前
記事のアイキャッチ画像
How to create an optimal developer workflow
Vercel News
Software engineers strive to build experiences that delight and engage customers, but there are plenty of workflow roadblocks that can stand in the way of shipping great software quickly.In this blog, we'll break down the costs of poor developer experience and share some tactics that can help promote a healthy development workflow. Read more
2年前
記事のアイキャッチ画像
Improved error messages for failed or canceled builds
Vercel News
Failed or canceled builds now have better feedback clearly displayed on the Vercel dashboard in the deployment details page.The following build failures now have more helpful error messages: to learn more.Check out our documentationRead moreAn invalid configurationvercel.jsonCanceled builds due to the ignore build stepA newer commit in the branch triggering a more up-to-date deployment
2年前
記事のアイキャッチ画像
Vercel has now achieved the ISO 27001:2013 certification
Vercel News
We have achieved the ISO 27001:2013 certification to at Vercel.further strengthen our commitment to security at Vercel.Learn more about securityRead moreISO 27001 provides a framework for establishing, implementing, operating, monitoring, reviewing, and maintaining information security controls.We're committed to keeping your data safe: You have additional validation to assess Vercel with this globally recognized certification, along with our SOC 2 Type 2 attestation.You can verify Vercel’s security practices: As part of our adherence to ISO 27001, we’ll continue with ongoing surveillance audits.We're committed to compliance:
2年前
記事のアイキャッチ画像
How the at-home workout sensation, Hydrow, cut authoring times from weeks to minutes
Vercel News
In 2022, Hydrow, celebrated for its personal rowing machines and immersive workout content, was in search of a seamless digital experience for its users.Shopify Liquid and WordPress offer robust capabilities, but Hydrow required more custom, dynamic content capabilities. Read more
2年前
記事のアイキャッチ画像
Bun install is now supported with zero configuration
Vercel News
Projects using can now be deployed to Vercel with zero configuration.Bun as a package managerLike yarn, npm, and pnpm, Bun acts as a package manager focused on saving disk space and boosting installation speed. Starting today, Projects that contain a file will automatically run as the default using .bun.lockbbun installbun@1Install CommandThis change impacts the build phase but not runtime. Therefore, Serverless Functions will not use the Bun runtime yet. to learn more.Check out the documentationRead more
2年前
記事のアイキャッチ画像
Using Zig in our incremental Turborepo migration from Go to Rust
Vercel News
We’ve been porting , the high-performance build system for JavaScript and TypeScript, from Go to Rust. We talked about , so now let’s talk about how we began porting our two main commands: and .Turborepohow we started the porting processrunpruneRead more
2年前
記事のアイキャッチ画像
Why all application migrations should be incremental
Vercel News
In 2023, there are few software projects that are true greenfield endeavors. Instead, migrations of existing systems are the new normal. Migrations done wrong can introduce substantial business and timeline risks into any software project. An incremental migration strategy can minimize those risks while pulling forward validation of business impact.Vercel’s product is designed to support incremental migration from the ground up. In this post you'll get a high-level overview of incremental migration strategies and considerations. Read more
2年前
記事のアイキャッチ画像
Hypertune integration available for low latency experimentation
Vercel News
You can now use the integration to initialize the Hypertune SDK from with zero latency. This allows you to access your feature flags and run A/B tests with no performance impact to your applications.HypertuneVercel Edge ConfigThis integration is available for users on all plans. to get started. Check out the integrationRead more
2年前
記事のアイキャッチ画像
Deploying at the speed of on-demand streaming
Vercel News
With many other streaming services to choose from, standing out in the crowd—or on users’ screens—requires speed and innovation. German-based platform Joyn knows the challenge well and relies on Vercel to automate and accelerate its development workflow. Read more
2年前
記事のアイキャッチ画像
Vercel AI Accelerator Demo Day
Vercel News
Earlier this week, we held Demo Day for the program. 28 talented AI teams showed off the impressive demos they built over the 6 weeks of the program, in 3 minutes each.Vercel AI AcceleratorWatch the .demo day recordingRead more
2年前
記事のアイキャッチ画像
Improved user experience for Vercel documentation
Vercel News
We've redesigned and improved the Vercel documentation with: with the Vercel documentation today.Get startedRead more: Navigation is now separated by product categories. You can quickly view all products in a category by hovering the navigation item.Updated navigation: You can use the global frameworks toggle to show code examples with your favorite framework.Customization: You can now see on a single documentation page.All Products pageall Vercel productsThe new mobile-friendly navigation enables you to discover and read easily when you’re on the go.Improved mobile design:
2年前
記事のアイキャッチ画像
Developing at the speed of sound: How Sonos amplified their DevEx
Vercel News
As the world’s leading sound experience company with a 20-year legacy of innovation and over 3,000 patents, understands the importance of a robust digital presence that reflects the brand’s cutting-edge ethos. SonosHowever, for years, the high costs and slow builds of their web infrastructure hindered developers from making critical site updates. The solution: a transition to a headless, composable architecture using Vercel and Next.js.The switch resulted in a remarkable 75% improvement in build times, empowering developers to innovate with ease and confidence.Read more
2年前
記事のアイキャッチ画像
Konabos empowers an industry giant to deploy 50% faster with a composable stack
Vercel News
When realized their team’s productivity was being interrupted by inefficient collaboration, they turned to the full-service digital agency Konabos for help. supported American Bath Group in moving away from their monolithic setup—the cause of their lagging dev velocity—in favor of a composable stack comprised of Vercel, Next.js, and Kontent.AI. Now with Vercel’s streamlined deployments and infrastructure, American Bath Group can deploy 50% faster, shorten review cycles, and enjoy a better developer experience. American Bath GroupKonabosRead more
2年前
記事のアイキャッチ画像
Hydrogen 2 projects can now be deployed with zero configuration
Vercel News
Vercel now supports and automatically optimizes your as of Vercel CLI . When importing a new project, it will detect Hydrogen and configure the right settings for optimal performance — including using for server-rendering pages.Hydrogen 2 projectsVercel Edge Functionsv31.2.3Deploy the or run command in your terminal to get started.Hydrogen templatevercel init hydrogen-2Read more
2年前
記事のアイキャッチ画像
Prioritize Production deployments to build before any queued Preview
Vercel News
customers are now able to configure builds of their Production deployments to begin before any builds of their Preview deployments. EnterpriseWith this setting configured, any Production Deployment changes will , so they're ready as soon as possible.skip the line of queued Preview DeploymentsYou can also increase your to give you the ability to kick off multiple builds at once.build concurrency limitsRead more in .our documentationRead more
2年前
記事のアイキャッチ画像
Commenting on DNS records is now available
Vercel News
You can now leave comments when creating a new DNS record in Vercel. In addition, you can also edit comments on existing DNS records. New records created by an Email Preset will include a comment explaining why a record was added. to learn more about DNS records. Check out our documentationRead more
2年前
記事のアイキャッチ画像
Algolia cuts build times in half with ISR using Next.js on Vercel
Vercel News
Algolia helps users across industries create dynamic digital experiences through search and discovery. With a constant addition of new features and pages on their website and blog, their technical team of five needed to improve their development cycle. By adopting , Algolia reduced build times by 50% while making it easier to collaborate across teams. Next.js on VercelRead more
2年前
記事のアイキャッチ画像
Support Center is now available for Pro customers
Vercel News
Pro customers can now create and view support cases on the Vercel dashboard.The Vercel Support Center allows you to create support cases, view their statuses, and receive any messages from our Customer Success team. All cases are securely stored to safeguard your data.Check out the documentation on to learn more. Support CenterRead more
2年前
記事のアイキャッチ画像
Introducing Next.js Commerce 2.0
Vercel News
Today, we’re excited to introduce Next.js Commerce 2.0.Read more
2年前
記事のアイキャッチ画像
Understanding React Server Components
Vercel News
(RSCs) augment the fundamentals of React beyond being a pure rendering library into incorporating data-fetching and remote client-server communication within the framework.React Server ComponentsBelow, we’ll walk you through why RSCs needed to be created, what they do best, and when to use them. We'll also touch on how Next.js eases and enhances through the App Router.the RSC implementation detailsRead more
2年前
記事のアイキャッチ画像
Share your Preview URLs immediately
Vercel News
Preview URLs are now shareable at the beginning of the build process, instead of after the build finishes. The in the video above is surfaced both in the dashboard and in the Vercel Bot comments attached to the pull request. Customers on all plans will now see this functionality automatically on all new builds.Preview URL to learn more.Check out the documentationRead more
2年前
記事のアイキャッチ画像
Engineering a site at the speed of breaking news
Vercel News
Many Vercel and Next.js users deal with large swaths of data. But few wrangle data in the way The Washington Post Elections Engineering team does. Knowing their platform must be fast and visually compelling—all while handling constant updates from thousands of federal, state, and local elections—The Post moved to Next.js and Vercel for the 2022 US midterm elections.Read more
2年前
記事のアイキャッチ画像
Improved performance for Vercel Postgres from Edge Functions
Vercel News
The has significantly improved performance for Postgres queries from Vercel Edge Functions.Vercel Postgres SDKThe package has been updated to use the latest version of Neon’s Serverless driver which adds support for SQL-over-HTTP when you use the . Simple queries that do not require transactions now complete in —up to .@vercel/postgres template literal tagsql~10msa 40% speed increaseYou do not need to make any changes to your queries to see these improvements, you only need to update to to take advantage of these improvements.the latest version of @vercel/postgresRead more
2年前
記事のアイキャッチ画像
Disable Git Integration comments from the dashboard
Vercel News
We've added new options to the "" settings in the . It's now possible to configure whether the Vercel bot comments on:Connected Git RepositoryVercel dashboardThese settings are available for all connected repositories, not just GitHub repositories.Previously, there was a setting available in that didn't allow more granular control over disabling comments. There is no action required at this time to prepare for deprecation. Until that date, if you set that option in your file we will continue to read it, and update the configuration in the dashboard accordingly.github.silentvercel.jsonvercel.jsonWe will be deprecating that option on Monday, September 25, 2023.Read morePull RequestsProduction Commits
2年前
記事のアイキャッチ画像
Split integration for low latency experimentation
Vercel News
The Split integration syncs the feature flags you have in Split already into to help safely launch your releases and experiments. Vercel Edge ConfigWith near-zero latency storage provided by Vercel Edge Config your feature flags are immediately available to SDKs within the Vercel network. This improves performance and load experience when deploying features and experiments; all while Split keeps your data up-to-date.This integration is available to users on all plans. Check out the to get started. integrationRead more
2年前
記事のアイキャッチ画像
Introducing React Tweet
Vercel News
Introducing – embed tweets into any React application with a single line of code, without sacrificing performance.react-tweetRead more
2年前
記事のアイキャッチ画像
How Vercel helped this popular health database increase free trials by 284%
Vercel News
is the Web’s largest database of nutrition and supplement research—empowering their users with scientific data to inform healthier lives. ExaminePrior to adopting Vercel’s Frontend Cloud, their five-person dev team was struggling with a pile of tech debt, brought on by their monolithic architecture setup. Read more
2年前
記事のアイキャッチ画像
Improved dashboard navigation
Vercel News
The dashboard navigation has received a visual update. You can now see the project icon in the navigation and the mobile version only shows the name of the scope you are currently on to save space.Check out the to learn more. documentationRead more
2年前
記事のアイキャッチ画像
How Turborepo is porting from Go to Rust
Vercel News
In , we talked about we are porting , from Go to Rust. Now, let's talk about .a previous blog postTurborepo, the high-performance build system for JavaScript and TypeScriptwhyhowToday, our porting effort is in full swing, moving more and more code to Rust. But when we were starting out, we had to make sure that porting was feasible for us to accomplish. A migration from one language to another is no small task and there's a lot of research to do up front to ensure that the end goal is attainable. Here’s how we started the process, validated our current porting strategy, and made the call to port Turborepo to Rust.Read more
2年前
記事のアイキャッチ画像
How React 18 Improves Application Performance
Vercel News
React 18 has introduced concurrent features that fundamentally change the way React applications can be rendered. We'll explore how these latest features impact and improve your application's performance.Read more
2年前
記事のアイキャッチ画像
Iterating from design to deploy: the shape of future builders
Vercel News
In a world of accelerating digital innovation, we need tools that transform the web development landscape. In his recent , Guillermo Rauch spoke about how we at Vercel enable builders—non-developers included—to tighten the cycle of design and deploy.Figma Config keynoteBelow, we’ll dive behind the scenes of the talk and give you tangible ways to try out Vercel’s Frontend Cloud.Read more
2年前
記事のアイキャッチ画像
Meet the Vercel AI Accelerator Participants
Vercel News
Today, we’re announcing the participants of —a program for the brightest builders and early-stage startups.Vercel’s AI AcceleratorAIWe're thrilled to include both prominent builders and rising startups solving interesting or impactful problems, like using AI for cancer detection or transforming how academic research is made available.We received from talented startups and individuals and accepted 40, which is less than 3% of applications. The 40 accepted participants are presented below.over 1500 applicationsRead more
2年前
記事のアイキャッチ画像
Pro teams now have an included team seat for Billing
Vercel News
Pro teams can now assign the to a single user. Billing RoleThe Billing Role allows them to view invoices and edit payment settings, as well as provides read-only access to all projects on a team. Pro teams can add that has the Billing Role. Enterprise customers can add multiple billing team seats.one team seat for free to learn more.Checkout the documentationRead more
2年前
記事のアイキャッチ画像
Introducing the Vercel Platforms Starter Kit
Vercel News
Today, we are excited to launch the all-new Vercel — a built with , , and the .Platforms Starter KitApp RouterVercel PostgresVercel Domains APIfull-stack Next.js template for building multi-tenant applications with custom domains, Read more
2年前
記事のアイキャッチ画像
Improved experience for configuring ignored builds
Vercel News
You no longer have to write your own commands when configuring your project's . We've looked at the most commonly used scenarios to create presets for an easier experience:Ignored Build Stepto learn more about Ignored Build Step.Check the documentation Read moreChoose a preset to use common configurations of Vercel customersSelect a Node or Bash script from your repositoryWrite an arbitrary Bash script using the "Custom" option
2年前
記事のアイキャッチ画像
Expanding the experimentation ecosystem with Edge Config and LaunchDarkly
Vercel News
We're excited to announce a new to bring low latency, global feature flags to your favorite .LaunchDarkly integrationfrontend frameworkFeature flags help your team safely release new code and experiment with changes. helps you instantly read configuration data globally, making it a perfect match for feature flag and experimentation data.Vercel Edge ConfigRead more
2年前
記事のアイキャッチ画像
Incrementally adopting Next.js at one of Europe's fastest growing brands
Vercel News
While , pioneers of the next-generation paper tablet, can credit much of their initial success to their original website, they knew they’d need to improve key elements of their stack and workflow to reach new heights. The team opted for a composable stack—comprised of , Next.js, and Vercel—to meet the needs of their developers while empowering their content creators to deliver truly delightful digital experiences.reMarkableSanityRead more
2年前
記事のアイキャッチ画像
An Introduction to Streaming on the Web
Vercel News
The ability to process data as it streams has always been a fundamental concept in computer science. JavaScript developers had access to streaming through , but it wasn't until 2015 that it was accessible natively through the Fetch API.XMLHttpRequest provide a standardized way to continuously send or receive data asynchronously across network connections. They bring the power of streaming to the web, enabling developers to handle large data sets through "chunks", deal with congestion control (), and create highly efficient and responsive applications. Web streamsbackpressureLeveraging web streams in your web apps can enhance the performance and responsiveness of your UIs. The immediate data processing allows for real-time updates and interactions, providing a seamless user experience with quicker load times, more up-to-date information, and a smoother, more interactive interface.Due to their increasing popularity, the has become a cornerstone of many major web platforms, including web
2年前
記事のアイキャッチ画像
How Neo Financial cut time spent on infrastructure admin by 50%
Vercel News
is a next-generation banking app and Canada’s fastest-growing financial services company. They’re leveraging Vercel's frontend cloud to enhance their web development process, boost performance, and meet industry security standards—all while saving on resources. Neo FinancialRead more
2年前
記事のアイキャッチ画像
Enhanced content management for your headless CMS
Vercel News
Today we’re excited to announce updates to , making it easier to see your latest content changes before they’re published.Draft ModeDraft Mode goes hand in hand with , our real-time content editing feature for websites using headless Content Management Systems (CMSes). When you make changes through Visual Editing, you can guarantee that your edits will show up the next time the page is viewed in Draft Mode.Visual EditingRead more
2年前
記事のアイキャッチ画像
Improvements and fixes
Vercel News
Users on any plan can now enable from the Vercel toolbar. When you do so, the toolbar color changes to purple to indicate you are viewing draft content.Draft Mode: Draft Mode: You can now implement to eliminate version skew between web clients and servers on Next.js version 13.4.7 or newer. The Skew Protection platform primitive is available to all frameworks. Skew ProtectionSkew ProtectionWhenHobby users upgrade to Pro, their will be transferred to the new team. Storage transfers: stores When rebuilding or promoting a deployment in a project with a now you can explicitly skip the ignore build step script, forcing the build to happen.Configured Ignored Build Step script:Ignored Build Step script with the generated Git branch URL has been added to the system env vars to access a deployment’s from within their code.System environment variables:VERCEL_BRANCH_URLGit branch alias Projects with Edge Functions are now faster to deploy by: 2 seconds on average, 9 seconds in slow cases, and up
2年前
記事のアイキャッチ画像
Introducing Skew Protection
Vercel News
Have you ever seen a 404 for requests from old clients after a deployment? Or gotten a 500 error because the client didn’t know that a new server deployment changed an API? We're introducing a generic fix for this problem space.Vercel customers are deploying over 6 million times per month, making their businesses more successful one commit at a time. But since the dawn of the distributed computing age, each system deployment has introduced the risk of breakage: When client and server deployments aren’t perfectly in sync, and they won’t be, then calls between them can lead to unexpected behavior.We call this issue . In the worst case, version skew can break your app, and in the best case, it leads to substantial extra engineering effort as software changes crossing system boundaries must be backward and forward-compatible.version skewToday, we're introducing for deployments, a novel mechanism to eliminate version skew between web clients and servers. This technology will substantially r
2年前
記事のアイキャッチ画像
New features for SvelteKit: Optimize your application with ease
Vercel News
Svelte has made a name for itself in the world of web development frameworks, thanks to its unique approach of converting components into optimized JavaScript modules. This innovative way of rendering apps eliminates the overhead found in traditional frameworks, leading to more performant and efficient applications.With , developers can leverage the power of fullstack Svelte without worrying about breaking changes. Furthermore, SvelteKit continues to evolve, offering a robust set of features and seamless integration with various deployment environments, including Vercel.the release of SvelteKit 1.0Vercel, using , has embraced SvelteKit, recently adding support for for Serverless and Edge Functions, , and easier compatibility with a . In this article, we'll explore how to make your apps more performant, scalable, and user friendly.framework-defined infrastructure (FDI)per-route configurationIncremental Static Regeneration (ISR)range of Vercel productsRead more
2年前
記事のアイキャッチ画像
Azure CosmosDB integration now available
Vercel News
Our integration with Azure CosmosDB is now available. With this integration you can easily create Vercel applications with a Cosmos DB database already configured, enabling developers to get the benefits of serverless architecture with a versatile and high-performance NoSQL database. This feature is available to customers on all plans. or with Azure CosmosDB.Install the integrationdeploy a template Read more
2年前
記事のアイキャッチ画像
Markdown support for comments on Preview Deployments
Vercel News
With the ability to on Preview Deployments, anyone added to your projects can comment directly on copy, components, and interactions. Now with support for markdown, you can format your comments with lists, bold text, links, quotes, and more. commentYou can trigger these by using inline characters:The toolbar will also have a button for the basic inline styles, and if you click on a link we have a new popup for editing the text and URL. to learn more. Check out the documentationRead more for bold (or Ctrl/Cmd+B)* for italics (or Ctrl/Cmd+I)_ for strikethrough (or Ctrl/Cmd+Shift+X)~ for code (or Ctrl/Cmd+E)` and space to start a quote> or or plus space to start a list-*1. or to change indentationTabShift+Tab
2年前
記事のアイキャッチ画像
From idea to acquisition: How Potion.so shipped 4,000+ sites on Vercel
Vercel News
is a Notion-to-website builder powered by Next.js and Vercel. Founder and sole employee Noah Bragg leverages the and to serve 4,000 custom domains and over 100,000 pageviews. Potion.soPlatforms Starter KitVercel's Edge NetworkIn June 2023, Potion was acquired for $300,000.Read more
2年前
記事のアイキャッチ画像
Introducing the Vercel AI SDK
Vercel News
Over the past 6 months, AI companies like , , , , , and have launched with and Vercel. Vercel helps accelerate your product development by enabling you to focus on creating value with your AI applications, rather than spending time building and maintaining infrastructure.ScaleJasperPerplexityRunwayLexicaJenniNext.jsRead more
2年前
記事のアイキャッチ画像
Vercel KV is now generally available for Hobby and Pro customers
Vercel News
, our durable Redis database that enables you to store and retrieve JSON data, is now generally available.Vercel KVThis feature is available for Hobby and Pro users with Hobby users getting 1 Database, 30,000 requests per month, 256 MB total storage, and 256 MB data transfer per month. Pro users will get 1 Database, 150,000 requests per month, 512 MB total storage, 512 MB data transfer per month. Billing will begin on June 20th. On-demand pricing for Pro users has also been lowered, with total storage anddata transfer reduced 17% from $0.30/GB to $0.25/GB reduced 50% from $0.20/GB to $0.10/GB. To see your usage, visit the the in the Dashboard. If you want to stop leveraging Vercel KV or see how to optimize your usage, you can .If you're an Enterprise company interested in using Vercel KV, you can to get started. Usage pagestop querying the database and delete itcontact us to learn more about Vercel KV.Check out the documentationRead more
2年前
記事のアイキャッチ画像
Introducing Vercel's AI Accelerator
Vercel News
Today, we’re announcing Vercel’s AI Accelerator – a program for the brightest AI builders and early stage startups. Over a span of 6 weeks, we aim to empower 40 of the industry's top innovators to create and develop next-generation AI apps.Applications are open for two weeks – .apply todayRead more
2年前
記事のアイキャッチ画像
Visual Editing can now be used with DatoCMS
Vercel News
from Vercel allows you to click-to-edit content on your site, with a direct link to exactly where your content lives in your CMS.Visual EditingThis functionality is now available for Enterprise customers using as their CMS. DatoCMS is now the fourth CMS to adopt content source-mapping technology that enables Visual Editing from a headless CMS with zero code changes to your website.DatoCMS to learn more or .Check out the documentationcontact us for accessRead more
2年前
記事のアイキャッチ画像
Vercel extension for Azure DevOps now available
Vercel News
Customers using Azure DevOps can now use our extension from the Visual Studio Marketplace to get their deployments triggered automatically whenever they make a new commit or create a new pull request. This makes Azure pipeline development much easier and creates a better integration with other commonly used Azure products, like Azure Key Vault.The extension can create a comment on the pull requests, containing crucial information about the deployment status and the Preview URL, to help track deployments better.This feature is available to customers on all plans.Check out the to learn more or view the to get started.documentationextensionRead more
2年前
記事のアイキャッチ画像
Visual Editing meets Markdown
Vercel News
We're excited to share that now supports in Vercel Preview Deployments.TinaCMSVisual EditingThe TinaCMS team is on a mission to bring visual editing to the headless CMS in a way that works for developers. So when we had the opportunity to collaborate with Vercel on this, we didn't hesitate and the results are stunning. Read more
2年前
記事のアイキャッチ画像
Visual Editing can now be used with TinaCMS
Vercel News
allows you to click-to-edit content on your Vercel site, with a direct link to exactly where your content lives in your CMS.Visual EditingThis functionality is now possible for Enterprise customers using as their CMS. TinaCMS is now the third CMS to adopt content source-mapping technology that enables Visual Editing from a headless CMS with zero code changes to your website.Tina to learn more or .Check out the documentationcontact us for accessRead more
2年前
記事のアイキャッチ画像
Designing the Vercel virtual product tour
Vercel News
If you've tried a new tech tool recently, this experience might sound familiar: you visit the website, skim the homepage content, but still struggle to understand what the tool will do for you.The is a key resource for prospective teams to interactively understand what Vercel can offer. It takes the breadth of information about Vercel and breaks the product down into the most relevant parts.Vercel virtual product tourFirst, we’ll talk about why we designed the tour the way we did. Then, for the technically curious, we’ll walk through some of .the most interesting howsRead more
2年前
記事のアイキャッチ画像
Celebrating 10 Years of React
Vercel News
Today marks a significant milestone for frontend development.May 29th is the 10th anniversary of , a project that has transformed the web industry and reshaped the way we build digital experiences.ReactA huge congratulations and thank you to the team at Meta, who through their stewardship and relentless innovation, have created and maintained one of the open source projects of all time.most successfulRead more
2年前
記事のアイキャッチ画像
More flexible Environment Variables in Edge Functions and Middleware
Vercel News
You now have more flexible access and improved limits for environment variables from and :Edge FunctionsMiddleware to learn more.Check out the documentationRead moreThe max environment variable size is now 64KB instead of 5KB, .same as Serverless FunctionsOther than the , there are no additional restrictions to name environment variables.reserved namesAccessing is no longer restricted to be statically analyzable. This means that, for example, you can now compute variable names such as .process.envprocess.env[`${PREFIX}_SECRET`]
2年前
記事のアイキャッチ画像
Integrate Remix session storage with your Vercel KV database
Vercel News
The release of v1.16.0 introduces a new function, , which allows you to integrate your session storage with your Vercel KV database in a few lines of code.@vercel/remixcreateKvSessionStorage()RemixUpgrade to v1.16.0 to get started. @vercel/remix to learn more about storage with Vercel KV.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Node.js 14 and 16 are being deprecated
Vercel News
Vercel is announcing the deprecation of Node.js 14 and 16, which will be discontinued on and respectively. Node.js 14 reached on April 30th 2023. Node.js 16 reached on September 11, 2023.August 15th 2023 January 31 2025official end of lifeofficial end of life , Node.js 14 will be disabled in the Project Settings and existing Projects that have Node.js 14 selected will render an error whenever a new Deployment is created. The same error will show if the Node.js version was configured in the source code.OnAugust 15th 2023, Node.js 16 will be disabled in the Project Settings and existing Projects that have Node.js 16 selected will render an error whenever a new Deployment is created. The same error will show if the Node.js version was configured in the source code.On January 31 2025While existing Deployments with Serverless Functions will not be affected, Vercel strongly encourages upgrading to or to ensure you receive security updates (using either in or the ).Node.js 18Node.js 20General
3年前
記事のアイキャッチ画像
Improved experience for moving between your teams and projects
Vercel News
An improved project and team switcher within Vercel is now available for all users:Read moreQuickly navigate through your projects, without having to switch teams firstChoose favorite projects across your teams that you can access quicklySwitch between projects without losing context. For example, if you're viewing Web Analytics, you can change projects while remaining on the same view.Keyboard friendly navigation
3年前
記事のアイキャッチ画像
Visual Editing can now be used with Builder.io
Vercel News
With you can click-to-edit content on your Vercel site, with a direct link to exactly where your content lives in your CMS. Visual EditingThis functionality is now possible for Enterprise customers using as their CMS. Builder.io is now the second CMS to adopt content source-mapping technology that enables Visual Editing from a with zero code changes to your website.Builder.ioheadless CMSCheck out the to learn more or .documentationcontact us for accessRead more
3年前
記事のアイキャッチ画像
Vercel + Sanity: Innovating on a faster, more collaborative Web
Vercel News
We’re excited to announce a strategic partnership with . Sanity is the modern content management system companies use to meet the realities of ever-increasing content complexity and customer expectations.Sanity—the Composable Content CloudGiving developers the tools to create at the moment of inspiration is core to both Vercel and Sanity’s DNA. From enabling to the recent co-development of , we aim to challenge the status quo through joint innovation. Sanity Studio to be embedded in a Next.js appVisual EditingThe composability at every layer of Sanity's content stack combined with result in the industry’s leading Web architecture for next-generation apps—trusted by organizations like , and .Vercel’s Frontend CloudLoomMorning Brew,TakedaRead more
3年前
記事のアイキャッチ画像
Automatic recursion protection for Vercel Functions
Vercel News
Vercel now has automatic recursion protection for Vercel Functions.This provides safety against your code inadvertently triggering itself repeatedly, incurring unintentional usage. Recursion protection supports using the module or in the Node.js runtime for Serverless Functions, both for user-defined code and dependencies. Requests using the bare constructor are not protected against recursion.httpfetchSocketRecursion protection is available free on all plans. It does not require any code changes in your application, but does require a new deployment. Outbound requests now include the header of the request that originated the new fetch.x-vercel-idWe’re continuing to invest in platform improvements to help developers and avoid unintended usage on the Vercel platform.understand and monitor usageRead more
3年前
記事のアイキャッチ画像
Instant Rollback is now generally available to revert deployments
Vercel News
With Instant Rollback you can quickly revert to a previous production deployment, making it easier to fix breaking changes.Instant Rollback is now generally available for all Vercel users. Hobby users can roll back to the previous . Pro and Enterprise users can roll back to any .production deploymenteligible deployment to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
What does Vercel do?
Vercel News
Vercel builds a product—they make it easy for engineers to deploy and run the user facing parts of their applications.frontend-as-a-serviceRead more
3年前
記事のアイキャッチ画像
Improved support for Nuxt on Vercel
Vercel News
We've been partnering with Nuxt to further integrate the framework with Vercel and support all Vercel products. Nuxt on Vercel now supports:Read more
3年前
記事のアイキャッチ画像
Authentication for the frontend cloud
Vercel News
We’re in the midst of the next big platform shift. Last generation we moved from server rooms to the cloud, and today we’re moving from the traditional, backend-oriented cloud to a new frontend cloud.The frontend cloud is characterized by performance: It enables both faster application development and faster end-user interactions. Each element is critical to success in today’s ultra-competitive software market.At Clerk, we build authentication for the frontend cloud. We saw the need arise as frameworks and hosts tailored to the frontend cloud grew in popularity, especially Next.js and Vercel. Legacy authentication tools were not built frontend-first, and their technical architecture usually undermines the goal of speeding up end-user interactions, since they’re slow at the edge.Read more
3年前
記事のアイキャッチ画像
Introducing the Vercel Data Cache: Optimized caching for React Server Components
Vercel News
Vercel Data Cache is now available to give you framework-defined caching and propagation infrastructure to handle responses from .React Server ComponentsData Cache is a globally distributed, ephemeral cache accessible from both serverless and edge runtimes, allowing you to cache data granularly in the region in which your function executes, with different treatments depending on the type of response:This feature is currently supported for the and is available for users on . Next.js App Routerall plans and to learn more.Check out our documentationusage limitsRead moreDynamic data is re-fetched with every executionStatic data is cached and revalidated either by time-based or on-demand revalidation
3年前
記事のアイキャッチ画像
Next.js 13.4 on Vercel
Vercel News
The Next.js App Router, now stable in Next.js 13.4 is supported out-of-the-box on Vercel, with pre-configured, global, framework-defined infrastructure. Build data-driven, personalized experiences for your visitors with Next.js, and automatically deploy to Vercel with optimized, global performance.Additionally in Next.js 13.4 you will find: to learn more.Check out our documentationRead more Easily share UI between routes while preserving state and avoiding expensive re-renders. On Vercel, your layouts and pages can be configured to deploy as Edge Functions, delivering substantial SEO and performance improvements. Nested andLayouts: RoutesThe Next.js App router natively supports streaming responses. Display and stream in units of UI as they are rendered. Streaming is possible for Node and Edge runtimes—with no code changes—with Vercel Functions.Streaminginstant loading states: Server Components allow you to define data fetching at the component level, and easily express your caching and
3年前
記事のアイキャッチ画像
Visual Editing: Click-to-edit content for headless CMSes
Vercel News
Adding collaborative to Vercel Previews Deployments was our first step towards bringing the workflow of Google Docs and Figma to web development. commentsToday, we're bringing content editing to your Preview Deployment interface with Visual Editing. Anyone can visually edit content and experience faster iteration—from developers to marketing teams.Read more
3年前
記事のアイキャッチ画像
Quality software at scale with Vercel Spaces
Vercel News
As companies and codebases grow, it becomes hard to sustain a fast release cycle without letting errors slip in to production. It shouldn't be this way. We should be able to move fast breaking things—making quick updates while retaining great performance, security, and accessibility.withoutToday, we're introducing Vercel Spaces, the biggest evolution of Vercel's workflow yet. Introducing powerful tools and conventions designed to integrate with your setup, to help you scale efficiently while retaining quality. monorepoWith , you'll find insights on your development workflows, code health and build logs, and brand new functionality to boost efficiency and remove blockers with , , and . These products, currently available in early private beta for Enterprises, can be used with Vercel regardless of where you host your application.Vercel SpacesConformanceCode OwnersVercel RunsRead more
3年前
記事のアイキャッチ画像
Introducing Vercel Firewall and Vercel Secure Compute
Vercel News
Finding the right balance between developer experience and robust enterprise-grade security can be challenging. Developers want tools that streamline workflows and enhance productivity, while organizations prioritize security measures to protect sensitive data and meet compliance standards. At Vercel, we believe you can have the best of both worlds—exceptional developer experience and top-tier security.Read more
3年前
記事のアイキャッチ画像
Custom firewall rules for IP blocking
Vercel News
As a part of , you can now create custom rules to block specific IP addresses. By restricting access to your applications or websites based on the IP addresses of incoming requests, you can block malicious actors from viewing your site—preventing unauthorized access or unwanted traffic.Vercel FirewallThis feature is available for Enterprise teams on Vercel. , or to learn more.Contact us to get startedcheck out the documentationRead more
3年前
記事のアイキャッチ画像
Introducing storage on Vercel
Vercel News
Data is an integral part of the web. As JavaScript and TypeScript frameworks make it easier than ever to server-render just-in-time data, it's time to make databases a first-class part of Vercel's frontend cloud. Read more
3年前
記事のアイキャッチ画像
Introducing Vercel Blob
Vercel News
is a fast, easy, and efficient solution for storing files in the cloud.Vercel BlobThe Vercel Blob API works with any framework. It can be securely called from Edge and Serverless Functions and returns an immutable URL that can be exposed to visitors or put into storage.Vercel Blob is in private beta. Join the to get early access in the coming weeks.waitlist to learn more.Check out our documentationRead more
3年前
記事のアイキャッチ画像
Introducing Vercel Postgres
Vercel News
is a serverless PostgresSQL database, designed to integrate with Vercel Functions and any frontend framework.Vercel PostgresVercel Postgres is available for Hobby and Pro users during the public beta. or get started with a template:Check out our documentationRead moreNext.js KyselyPrisma
3年前
記事のアイキャッチ画像
Introducing Vercel KV
Vercel News
is a serverless, durable Redis database, making it easy to implement features like rate limiting, session management, and also manage application state.Vercel KVThe Redis-compatible SDK works from Edge or Serverless Functions and scales with your traffic. KV stores are single by default, but can be replicated to multiple regions for distributed workloads.regionVercel KV is available for Hobby and Pro users during the public beta. to learn more.Check out our documentationRead more
3年前
記事のアイキャッチ画像
Inspect and validate Open Graph metadata for enhanced link sharing
Vercel News
You can now inspect and validate Open Graph (OG) images and metadata for your Vercel deployments directly from the dashboard, without needing to use third-party tools.View link previews for social platforms like Twitter, Slack, Facebook, and LinkedIn, and optimize your site for sharing on the web. The OG inspector also provides context-aware suggestions for routes in your application based on the deployment output. Protected routes using can also be inspected.Deployment ProtectionTry it now by visiting the Open Graph tab on a .Vercel DeploymentRead more
3年前
記事のアイキャッチ画像
Detailed deployment summaries
Vercel News
Deployment summaries now have more detailed views of the infrastructure primitives provisioned by Vercel at build time.With this improved summary, you can track how changes in your frontend application code lead to specific changes in the build's output—the runtimes, regions, paths, and more—that Vercel uses or creates when deploying your application on our Global Edge Network. or learn more about .Read more in our documentationframework-defined infrastructureRead more
3年前
記事のアイキャッチ画像
Turborepo Run Summary is now available
Vercel News
helps you visualize and debug your Turborepo tasks.Turborepo Run SummaryEasily view all that ran as part of your deployment, complete with their execution time and cache status, as well as a snapshot of the data that used to construct the . Easily compare deployments to quickly identify the root cause of cache misses, and eliminate slow builds. taskscache keyturboTurborepo Run Summary is now available on all plans for everyone using or [email protected] to learn more.Check out our documentationRead more
3年前
記事のアイキャッチ画像
Vercel Web Analytics is now generally available
Vercel News
Vercel Web Analytics is generally available for insights on your top pages, top referrers, and user demographics such as countries, operating systems, browser information, and more. We're also excited to announce new functionality, and .filteringcustom events is available on all plans and custom events are available for Pro and Enterprise users. Web AnalyticsRead more
3年前
記事のアイキャッチ画像
Custom events now available for Web Analytics
Vercel News
Vercel now allows Pro and Enterprise users to track custom events in frontend applications. With custom events, you can measure user actions like newsletter signups or what CTAs your customers are clicking the most to dive deeper into understanding your user's journey.Web AnalyticsCustom events are included in the Pro and Enterprise plans. Pro users can track up to 2 keys max per custom event object, while Enterprise users can track a custom amount. Pro users can also add on for $50/month to get8 keys.Web Analytics Plus To start tracking custom events, please upgrade to the new release of our npm package .1.0.0@vercel/analytics to learn more.Check out our documentationRead more
3年前
記事のアイキャッチ画像
Web Analytics is now generally available
Vercel News
Vercel Web Analytics, previously known as Audiences, is now available to all users for insights on your top pages, top referrers, and user demographics such as countries, operating systems, and browser information.Web Analytics now also includes tracking to dive deeper into your user's interactions, such as button clicks, form submissions, and conversions.custom event is still a separate product that allows you to track application performance through your Real Experience Score.Speed InsightsWeb Analytics is available on all plans with the Hobby plan getting 2,500 events per month, the Pro plan getting 25,000 events per month, and custom amounts for Enterprise. Pro users can also add on for $50/month to get500k included events. Web Analytics Plus to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Building towards operational excellence at CORE Construction
Vercel News
Balancing the intricacies of construction management requires a keen focus on efficiency and innovation. For technology-driven construction management company,, their unique approach hinges on adhering to their set standards within a program called Operational Excellence (OPEX). To reach the pinnacle of OPEX, the CORE team relies on their developers to deliver innovative solutions that push the boundaries of the industry. CORE ConstructionRead more
3年前
記事のアイキャッチ画像
Usage notification settings is now generally available
Vercel News
Pro users can now configure notification settings by category, set specific preferences, and choose when to be notified in order to help personalize your experience and avoid unexpected high usage bills. to learn more. Check out our documentationRead moreEach category will have associated thresholds and dollar values. You are now able to select multiple thresholds and be notified only when they are reached.You can choose not to receive usage notifications for one of the categories. However, we do not recommend this action because you will be aware when you are approaching additional charges and will not be surprised by a large overage invoice.
3年前
記事のアイキャッチ画像
Making Commerce-UI a trusted partner for global ecommerce brands
Vercel News
is a boutique agency focused on composable eCommerce that specializes in creating optimized, performant experiences for design-driven brands. Thanks to Next.js and Vercel, they’re able to help clients—like viral sensation Lift Foils—discover headless commerce, while providing a seamless shopping experience to users around the world.Commerce-UIRead more
3年前
記事のアイキャッチ画像
Incremental migration from WordPress for a dev-first approach
Vercel News
Navigating the agency world can be complicated, with each agency claiming to offer the most innovative solutions. Enter , a five-person team that crafts stunning sites and apps while empowering their clients to retain complete control over their brand. The secret to their success: a "dev-first approach" that sets them apart from typical marketing and design-focused competitors.GearboxFlexible enough to power both their small team and larger brands, Next.js and Vercel are Gearbox's go-to solutions—even for clients who may not be ready to transition to a headless stack all at once.Read more
3年前
記事のアイキャッチ画像
Convert Comments on Preview Deployments to Linear issues
Vercel News
Comments on Vercel can now be converted to Linear issues directly from the comment. This makes it easy to take action on feedback in the workflows your team is already using. Preview DeploymentsThis feature is available to Pro and Enterprise users as well as Hobby users with public repos.To get started, check out our in the Vercel Integrations Marketplace. You can select the button from within the Marketplace, then select which Team and project the integration should be scoped to.Vercel Linear integrationAdd Integration to learn more. Check out our documentationRead more
3年前
記事のアイキャッチ画像
Containing multi-site management within a single codebase
Vercel News
Wunderman Thompson, a global digital agency, specializes in and manage their digital presence.helping brands createTheir teams based in Europe often serve multiple countries and languages, catering to the needs of various portfolio brands, each with its own unique identity.To tackle these challenges, Wunderman Thompson uses the principles of , a headless CMS, a monorepo workflow, and Vercel's serverless platform. This approach compared to their former method of PHP servers and WordPress monoliths. Atomic Designcuts development time by a factor of 10 and costs by a factor of 25In this guide, we'll discuss the importance of choosing the right framework for an efficient developer workflow, and walk you through how to use these techniques to create your own efficient design system deployed on Vercel and the headless CMS of your choice.Read more
3年前
記事のアイキャッチ画像
Improved infrastructure security with Vercel Secure Compute
Vercel News
enables creating private connections between Vercel Serverless Functions and your backend cloud, like databases inside VPCs and other private infrastructure.Vercel Secure ComputeEnterprise customers can now opt-into deploying to a isolated private network with dedicated IP addresses. This includes all production and preview traffic. Additionally, builds can be placed in specific regions and isolated from other customers.Secure Compute improves the security and compliance of your deployments on Vercel. For more information about Vercel Secure Compute on Enterprise, or if you require support for VPC peering or VPN connections, please .contact our sales teamRead more
3年前
記事のアイキャッチ画像
How Vercel helps mmm.page manage over 30,000 sites
Vercel News
was founded to provide anyone with the tools to create their own website, regardless of their technical know-how. With fast and early success, having the whole platform as a single page application on Amazon Simple Storage Service (Amazon ) became untenable as the user base grew into the tens of thousands. That’s why they turned to Vercel. Thanks to (SSR), ease of deployment, and support for custom domains, Vercel makes it simple to manage mmm.page’s scale, monetize their offerings, and continue to innovate. mmm.pageServer-Side RenderingS3Read more
3年前
記事のアイキャッチ画像
Vercel Edge Config is now generally available
Vercel News
Configuration data is used to control everything from A/B testing and feature flags to advanced rewrites and bespoke request-blocking rules. However, traditional solutions for managing configuration data can be slow, unreliable, and difficult to scale, which can negatively impact the user experience, latency, and overall effectiveness of your website.Today we’re announcing the general availability of , a new solution for managing configuration data in the cloud designed to be ultra-fast, reliable, and scalable, which can help improve your website's performance and efficiency.Edge ConfigRead more
3年前
記事のアイキャッチ画像
Edge Config is now generally available
Vercel News
With Vercel Edge Config you can perform ultra-low latency reads from Vercel , , and . Edge Config gives you a place to store your experimentation data like feature flags and A/B testing cohorts, and configuration data for middleware routing rules like redirects or blocklists.Edge MiddlewareEdge FunctionsServerless FunctionsEdge Config is now available for . Hobby users can perform 50,000 reads per month. Pro and Enterprise users can perform 1,000,000 reads per month, with additional usage available on-demand for an additional charge.all Vercel users to learn more. Checkout the documentationRead more
3年前
記事のアイキャッチ画像
Powering a serverless Web: Vercel joins AWS Marketplace
Vercel News
AWS and Vercel have always had a shared vision: accelerating innovation through the power of serverless computing—and helping customers win big in the process.Read more
3年前
記事のアイキャッチ画像
Improved Node.js compatibility for Edge Middleware and Edge Functions
Vercel News
Vercel and now support more Node.js modules. You may want to make use of these modules directly, but many of these low-level are pieces of core functionality that other modules depend on. Adding support for these APIs expands the compatibility of existing npm packages.Edge MiddlewareEdge FunctionsAPIsThe following APIs are now supported:You can take advantage of these additional APIs in Edge Middleware and Edge Functions with your next deployment. To deploy Edge Functions on Vercel you can get started with or one of our . any frameworktemplatesRead moreSupport for maintaining data for an invocation between different asynchronous execution contexts, which allows you to pass state to the context even when the function is hot and module context is preserved. AsyncLocalStorage: A flexibleAPI to build event-driven systems that serves as a core building block for communication between libraries that control I/O and listeners that process data when events occur.EventEmitter: The most common w
3年前
記事のアイキャッチ画像
Git LFS support
Vercel News
Vercel now supports , enabling storing large files using your git client of choice.Git LFSGit LFS is free for all plans and can be toggled on and off in your project settings. File storage may consume additional bandwidth with your git provider that stores files (GitHub, GitLab, Bitbucket, etc.). to learn more.Check out our documentationRead more
3年前
記事のアイキャッチ画像
Managing major traffic spikes during ticket drops with Vercel
Vercel News
Managing the complex scaling needs of an online ticketing platform can be challenging. For the French end-to-end ticketing solution , ticket drops used to involve stress around scaling and server provisioning. As a company dedicated to providing artists and their fans with the service, Shotgun now relies on Vercel for seamless launches. So when they drop tickets for artists like Billie Eilish, the team can rest assured their site can handle the traffic. ShotgunbestRead more
3年前
記事のアイキャッチ画像
Replacing Google Optimize with the Vercel Edge Network
Vercel News
Since 2012, Google Optimize has been helping web builders experiment with their UIs to find the most effective patterns for their applications. However, Google has that Optimize will be sunset on September 30, 2023.announcedVercel is ready to help you build a platform to by leveraging the edge.continue your research with higher performance, more control, and better dataRead more
3年前
記事のアイキャッチ画像
Streaming for Serverless Node.js and Edge Runtimes with Vercel Functions
Vercel News
Vercel recently became the first serverless computing provider to offer stable support for HTTP response streaming in both Node.js (Lambda) and Edge runtimes. This capability helps developers architect high-performance web applications with a focus on speed, scalability, and efficient resource usage.Let’s take a look at how Vercel enables streaming for serverless Node.js environments, and how this capability can significantly boost your web app's performance and user experience.Read more
3年前
記事のアイキャッチ画像
Custom fonts without compromise using Next.js and `next/font`
Vercel News
As web developers, we know the importance of typography in design. Custom fonts can set the tone for a website and enhance its overall aesthetic. However, using custom fonts can often create issues with website performance and user experience.One of the biggest issues with custom fonts is the that occurs when a font takes too long to load. These Flashes of Unstyled Content (FOUC) can alter the positioning of elements already on the page and make it difficult to navigate. CLS and FOUC can also impact an application's search engine ranking.Cumulative Layout Shift (CLS)On Vercel’s external websites, we used to solve these problems with the workarounds that we’ll talk about below. However, with the release of Next.js 13, we switched to, which cut down on complex code, client-side JavaScript, and layout shift.next/fontRead more
3年前
記事のアイキャッチ画像
Automatic pnpm v8 support
Vercel News
Vercel now supports pnpm v8. For deployments with a file with Vercel will automatically use pnpm v8 for install and build commands.pnpm-lock.yamllockfileVersion: '6.0',To upgrade your project to pnpm v8, run locally and then re-run to generate the new file. After updating, create a new deployment for the changes to take effect.pnpm install -g pnpm@8pnpm installpnpm-lock.yamlIf you want to specify an exact version of pnpm in your Vercel project, enable (experimental). Corepack to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
How to build zero-CLS A/B tests with Next.js and Vercel Edge Config
Vercel News
A/B testing and experiments help you build a culture of growth. Instead of guessing what experiences will work best for your users, you can to produce the most effective UI possible.build, iterate, and adaptwith data-driven insightsIn this article, you'll learn how we built a high-performance experimentation engine for vercel.com using and , allowing our developers to create experiments that load instantly with zero and a great developer experience.Next.jsVercel Edge ConfigCumulative Layout Shift (CLS)Read more
3年前
記事のアイキャッチ画像
Remix without limits
Vercel News
We are excited to announce our , including support for:advanced Remix integrationRead more
3年前
記事のアイキャッチ画像
Advanced Remix integration with streaming SSR and multi-runtime support
Vercel News
Deploy your Remix application on Vercel with advanced support for: to get started or check out to learn more about how Vercel enhances the Remix experience.Deploy our Remix templateour blogRead moreDynamically stream content with both Node.js and Edge runtimesStreaming SSR: Easily build your serverless API with Remix and a route API Routes: loaderUse powerful caching headers like Advanced Caching: stale-while-revalidateRun inside Serverless and Edge FunctionsData Mutations: actions
3年前
記事のアイキャッチ画像
Improvements and Fixes
Vercel News
You can now add environment variables with the prefix like or via the dashboard.AWS credentials in Serverless functions:AWS_AWS_ACCESS_KEY_IDAWS_REGION There is a new Vercel docs section dedicated to frameworks such as, , , , , and .Framework specific documentation:NextSvelteKitAstroCreate React AppGatsby was released with an upgrade to Turbo version 1.8.3, improved Remix support with an upgrade to version 1.14.0, support for Astro V2, and more.Vercel CLI:v28.16.13@remix-run/dev The new in the Usage tab includes natural language parsing, presets, and shortcuts. Improved date picker:date picker We now allow framework authors to create via the property of the Build Output API configuration and creating Cron Jobs via the property of for end users.Vercel Cron Jobs:Cron Jobscronscronsvercel.jsonRead more
3年前
記事のアイキャッチ画像
Framework-defined infrastructure
Vercel News
is the industry-standard practice for provisioning infrastructure in a repeatable and reliable way. is an evolution of IaC, where the deployment environment automatically provisions infrastructure derived from the framework and the applications written in it.Infrastructure as code (IaC)Framework-defined infrastructure (FdI)The best way to understand it is that a build-time program parses the source code written to a framework, understands the intent behind the code, and then automatically generates the IaC configuration needed to run the software. This means more predictable, lower cost, and lower risk DevOps through truly serverless—dare we say, —architecture.infrastructurelessIn this article, we’ll explain how framework-defined infrastructure fits into modern views of infrastructure definition and automation. We’ll then show examples of how framework-defined infrastructure improves the experience of developing in open-source frameworks.Read more
3年前
記事のアイキャッチ画像
Introducing Vercel Monitoring
Vercel News
We’re excited to share some new additions to our observability suite: Monitoring, now generally available for Pro and Enterprise teams and Logs for users on all plans. These tools give teams on Vercel the ability to quickly identify and resolve issues before they become major problems with an aggregated view of web traffic and performance data.Read more
3年前
記事のアイキャッチ画像
Monitoring is now available to view traffic and performance data for improved observability
Vercel News
Monitoring helps you detect and diagnose issues in your web applications by surfacing errors, traffic, and performance data. You can leverage example queries like or or create your own to quickly resolve issues and optimize your projects.Bandwidth by ProjectRequests by BotMonitoring is available for Pro and Enterprise users with 30 days data retention for Pro and 90 days data retention for Enterprise. to learn more.Check out our documentationRead more
3年前
記事のアイキャッチ画像
Activity date filtering now available
Vercel News
You are now able to filter the Activity of your team on Vercel based on a specific date. This makes it easier to find the actions your team has taken. to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Add real-time analytics to your project with the Tinybird integration
Vercel News
The Tinybird integration lets you build a real-time backend for your Vercel projects in minutes. Developers now have instant access to the same data engine and APIs that Vercel uses to ingest and display billions of data points in real-time. Try out for your own data-driven application. the integrationRead more
3年前
記事のアイキャッチ画像
Enhanced Logs to search, inspect, and share runtime logs
Vercel News
Search, inspect, and share runtime logs for any deployment or project with our enhanced logs experience. This gives you the ability to quickly identify the root cause of persistent errors and customer issues.All plans can access and search logs from the Vercel dashboard. Hobby and Pro customers have 1 hour of log retention. to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Your guide to headless commerce
Vercel News
Adopting a headless, or composable, commerce architecture helps to ensure your digital storefront is high-performing, scalable, and increasing in conversions each year. Leading ecommerce brands are choosing to go headless to stay competitive. Let’s get back to basics and explore what headless commerce is, how it compares to monolithic commerce, and what you should do once you've made the migration to outpace your competitors and reach your KPIs. Read more
3年前
記事のアイキャッチ画像
Optimizing performance for over 6M monthly visitors at CruiseCritic
Vercel News
The web is any traveler’s first stop when it comes to planning vacations. (a subsidiary of Tripadvisor) knows just how essential review sites are to today’s traveler; the company serves six million visitors every month. Growing traffic meant that Cruise Critic needed to evaluate their application stack as well as their development workflow in order to scale. Cruise CriticRead more
3年前
記事のアイキャッチ画像
Vercel Data Cache: A progressive cache, integrated with Next.js
Vercel News
Before today, developers had to choose between either fully static or fully dynamic pages.With , we’re excited to announce the and the brand-new . This enables caching only of your page as static data, while fully dynamically rendering the rest of your application, including accessing real-time and personalized data.Next.js 13.2Next.js Cache (beta)Vercel Data Cache (beta)partRead more
3年前
記事のアイキャッチ画像
Moving from monolithic WordPress to composable gives Plenti total freedom
Vercel News
is a technology-led consumer lending and investment company that helps borrowers bring their big ideas to life. Established in Australia in 2014, Plenti has funded over $900m of loans to over 55,000 borrowers and has attracted over 22,000 registered investors. PlentiConsumers hold financial services providers to high standards, so a Vercel and Next.js frontend was instrumental in transforming their brand and giving their users a trustworthy experience. Because of this, migrating from their WordPress-based monolithic stack and launching a composable Next.js frontend on Vercel was Plenti’s top tech priority as they approached their rebrand and IPO. And they did this all with a one-developer team. Read more
3年前
記事のアイキャッチ画像
The Next.js SEO Playbook: Ranking higher with Next.js on Vercel
Vercel News
Search engine optimization (SEO) lets customers find and trust you more easily. And yet, improving your application's SEO is too often an opaque process. When SEO success feels like magic, you’re not always sure how to repeat or better it.In this article, we'll demystify SEO, clarifying some of the most technical aspects of the process. SEO doesn't have to be a chore, and with Next.js on Vercel as your solid foundation, you're ready to build up best practices, seeing exponential gains in the process.So, let’s start from the beginning.Read more
3年前
記事のアイキャッチ画像
How Makeswift improved CI speed by 65% with Turborepo
Vercel News
Trusted by companies like Caterpillar and Render, prides itself on providing easy visual or no-code Next.js site builders for their clients. When their small team began struggling with lengthy build times and a subpar dev experience, they turned to . After adopting Turborepo, Makeswift .MakeswiftTurborepoimproved overall CI pipeline time by 65%Read more
3年前
記事のアイキャッチ画像
Introducing Vercel Cron Jobs
Vercel News
Vercel Cron Jobs can be used with Vercel Functions to:Read more
3年前
記事のアイキャッチ画像
How a global agency built a web innovation engine in two months
Vercel News
If you’ve experienced a new technology for the first time at an exhibit or event, the talented technologists at , an award-winning digital agency based in Toronto, might have introduced you.GlobacoreGlobacore specialized in creating interactive experiences for physical spaces, like trade shows and offices, that stretched the laws of technology and human imagination for global brands like Acura, the IEEE, Volkswagen, and Samsung.“We catch people’s attention with cutting-edge technology that they’ve never seen, much less ,” says Dave Boyle, Head of Development at Globacore.experiencedRead more
3年前
記事のアイキャッチ画像
How Vercel and Next.js keep Rippling on their rising path to success
Vercel News
After going from $13M to $100M in revenue in two years, HR platform Rippling needed a frontend stack as fast and flexible as its innovative solutions. As they scaled to over 600 pages, engineer Robert Schneiderman realized that a fullstack WordPress solution wouldn't be able to handle their stakeholders' rapid iteration needs while maintaining the performance their customers require. By leveraging Next.js and Vercel alongside their , Rippling was able to build a solution that kept developers, content creators, and customers happy.WordPress headless CMSAs the company grows, teams across Rippling are empowered to make the changes they need. Over 90% of site changes are deployed by stakeholders immediately, giving Schneiderman the freedom to keep improving Rippling’s site performance and user experience. Read more
3年前
記事のアイキャッチ画像
Run scheduled jobs with Vercel Cron Jobs and Vercel Functions
Vercel News
Vercel Cron Jobs enable you to run scheduled jobs for automating backups and archiving, sending email and Slack notifications, and more. Cron jobs can be used for any task you need to run on a schedule.By using a specific syntax called a , you can define the frequency and timing of each task. Cron jobs are supported in , , and the .cron expressionServerless FunctionsEdge FunctionsBuild Output APIVercel Cron Jobs are available in public beta. to get started.Check out the documentationRead more
3年前
記事のアイキャッチ画像
How Indent delivers secure access with Next.js and Vercel
Vercel News
is a security company that enables teams to perform critical business operations faster and more securely. They help organizations like HackerOne, Modern Treasury, and PlanetScale manage temporary access to cloud infrastructure for engineering teams and admin escalation for IT and security teams.IndentOne of the key selling points for their customers is an easy-to-use experience for everyone at a company to request, approve, and revoke access from Slack or their web dashboard. Indent turned to to provide unparalleled developer experience and a performant end-user experience for their application and public-facing website. Next.jsRead more
3年前
記事のアイキャッチ画像
Less code, better UX: Fetching data faster with the Next.js 13 App Router
Vercel News
There's plenty to be excited about with the launch of Next.js 13, from the release of the automatically self-hosted to the highly-optimized . Today, we'll talk about the directory, and how React Server Components and nested layouts save time for developers and users alike when it comes to fetching data and serving it on Vercel.@next/font componentnext/imageappRead more
3年前
記事のアイキャッチ画像
Runway enables next-generation content creation with AI and Vercel
Vercel News
is an applied AI research company providing next-generation creation tools to users around the world. As a small company that prioritizes speed and innovation, every second counts. RunwayRead more
3年前
記事のアイキャッチ画像
Deployment logs filtering now available
Vercel News
You can now apply filters to your deployment logs. For failed builds, the logs will automatically filter to errors. The heuristics used to detect error and warning logs have also been improved.Read more
3年前
記事のアイキャッチ画像
Navigating tradeoffs in large-scale website migrations
Vercel News
“Why migrate a perfectly functioning website to a new framework? Will the end user benefit from all this, or is it just to satisfy the development team?” We recently helped a client work through this decision process during a redesign of their entire web experience. Read more
3年前
記事のアイキャッチ画像
Improved web notifications are now generally available
Vercel News
Web notifications, , are now generally available. Two improvements we have made for this release include:previously in a public beta to learn more.Check out the documentationRead moreDeployment failure notifications will not land in your web inbox if you have already navigated to the deployment's page.You can now opt out of domain configuration notifications. While we do not recommend this action to avoid any application downtime, you are able to set this as a preference.
3年前
記事のアイキャッチ画像
New Relic Integration now supports traces from OpenTelemetry
Vercel News
The New Relic integration now supports OpenTelemetry traces using Vercel’s new OpenTelemetry Collector. The collector allows users to send traces from Serverless Functions in just a few clicks.The New Relic integration now includes: today or how to use OpenTelemetry on Vercel.Install the integrationlearn more aboutRead moreVercel Log DrainsOpenTelemetry traces (for Serverless Functions)A pre-configured dashboard to analyze traces
3年前
記事のアイキャッチ画像
Faster iteration with Turborepo and Vercel Remote Cache
Vercel News
Your software delivery is only as fast as the slowest part of your toolchain. As you and your teams work towards optimizing your deployment pipelines, it's important to make sure the speed of your continuous integration (CI) automations keep pace with your developers.Read more
3年前
記事のアイキャッチ画像
Redeploy or promote CLI deployments from the dashboard
Vercel News
You can now redeploy or promote all deployments to production from the Vercel dashboard, no matter if you create them with the or through the .CLIGit integration to learn more.Read the documentationRead more
3年前
記事のアイキャッチ画像
See deployment status and comments on active branches
Vercel News
The Active Branches view for Deployments has an updated design which is now filtered on open branches with deployments. This update allows you to access your work in progress, surfaces useful data including deployment status and metadata, and also gives you a quick link to your .commentsPreview DeploymentCheck out to learn more.the documentationRead more
3年前
記事のアイキャッチ画像
Refreshed deployment link design in Vercel dashboard
Vercel News
We've improved the experience of accessing in the dashboard.Preview DeploymentsWhen using Vercel with our supported (GitHub, Gitlab, Bitbucket, or any git provider through our and ), a unique Preview Deployment is created for every to your project.Git integrationsAPICLIgit pushBased on your feedback, we've updated the design to better highlight the – an always up-to-date version of your code with every new commit you push. In addition, we now better surface the related git metadata, including the git branch and commit.branch URLCheck out the to learn more about Git integrations.documentationRead more
3年前
記事のアイキャッチ画像
Super serves thousands of domains from a single codebase with Next.js and Vercel
Vercel News
is the easiest way to create a website using nothing but Notion. In less than a minute, Super allows you to build a sleek, easy-to-manage site with instant page loads, SEO optimization, and zero code. SuperCEO and Founder Jason Werner switched to Next.js and Vercel from Gatsby and Netlify early on, and has never looked back. “Because Vercel is the creator and maintainer of Next.js, I know the hosting solution and features will always be perfectly integrated with the framework. It just pairs so well” says Werner. Werner uses to let his users custom domains to their Super projects. With the API, he is also able to and update it in real time.Vercel’s APIadd or remove detect any configuration changes in his users' domainsRead more
3年前
記事のアイキャッチ画像
Building a GPT-3 app with Next.js and Vercel Edge Functions
Vercel News
The field of artificial intelligence continues to take the world by storm. Huge strides have been made in text and image generation through tools like ChatGPT, GPT-3, DALL-E, and Stable Diffusion. It’s spawned a wave of exciting AI startups, many of which we’re seeing .built with Vercel and Next.jsOne of the most exciting developments in the AI space is GPT-3, a cutting-edge natural language processing model developed by . With its ability to understand and generate human-like text, GPT-3 has the potential to disrupt how we perform many of our tasks.OpenAIIn this blog post, we’re going to break down how to build GPT-3 Apps with OpenAI, Next.js, and . We’ll do this by building —first with serverless functions, then rebuilding it with Edge Functions and streaming to showcase the speed and UX benefits. By the end, you should be able to build your own GPT-3-powered applications.Vercel Edge Functionstwitterbio.comRead more
3年前
記事のアイキャッチ画像
Behind the scenes of Vercel's infrastructure: Achieving optimal scalability and performance
Vercel News
Vercel's platform provides speed, reliability, and the convenience of not having to worry about setting up and maintaining your own infrastructure. But what exactly goes on behind the scenes when we deploy our projects to Vercel, and what happens when you make a request to a site on the platform?This post will go behind the scenes, explaining how Vercel builds and deploys serverless applications for maximum scalability, performance, and fast iterations.Read more
3年前
記事のアイキャッチ画像
Create and view support cases on the Vercel dashboard
Vercel News
Enterprise customers can now submit support cases using the Vercel Support Center. The Support Center allows you to create and view all support cases, their statuses, and any messages from our Customer Success team in your dashboard. All cases are securely stored to safeguard your data.Check out the documentation on to learn more. Support CenterRead more
3年前
記事のアイキャッチ画像
Deployment environment filtering now available
Vercel News
You can now filter your Deployments on Vercel by their environment type in addition to , making it easier to navigate to your production and/or preview deployments.filtering by branches to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
How Plex 6x their impressions deploying Next.js on Vercel
Vercel News
In 2021 they set out to create a new unified foundation to build their web experiences for years to come.Read more
3年前
記事のアイキャッチ画像
Domain renewal status filtering now available
Vercel News
You can now filter your account's Domains based on renewal status. This makes it easier to quickly determine which of your domains is set to expire soon or has an upcoming renewal. to learn more. Check out the documentationRead more
3年前
記事のアイキャッチ画像
Deploying AI-driven apps on Vercel
Vercel News
is transforming how we build and communicate on the Web—nowhere seen more clearly than on Vercel. A stable diffusion search engine, a suite of AI-powered visual editing tools, and even a rejection generator are just a few of the . AInew projects keeping us amazedWhether you’re just starting out with AI or have experience in the field, let's explore how AI teams are building new projects, faster on Vercel. Read more
3年前
記事のアイキャッチ画像
Filter Analytics traffic data
Vercel News
It's now possible to drill down into Vercel Analytics for a deeper understanding of your website traffic with the ability to filter traffic data by specific values. Filtering can help answer questions like “Where did visitors who viewed your pricingpage come from?“, “What content do people from Austria view the most?“, and “What pages do visitors coming from GitHub look at?“. to learn more.Check out our documentationRead more
3年前
記事のアイキャッチ画像
How Supabase elevated their developer experience with Turborepo
Vercel News
is an open-source alternative to Firebase that provides all the backend features you need to ship a project in a weekend. Their growing 60-person development team has been using from the beginning to quickly ship their documentation, marketing site, and dashboard to thousands users. Yet with a user base that continues to grow, the team is ready to ship even faster. SupabaseNext.js on VercelRead more
3年前
記事のアイキャッチ画像
Improvements and fixes
Vercel News
Source images for Vercel Image Optimization can now be viewed on the .Image Optimization:Usage tab Shipped with improved .Vercel CLI:v28.12.7Gatsby support Improved documentation and for using the Python Runtime for Vercel Serverless Functions.Python Runtime for Vercel Functions:examples Improved source map resolution and filtering Edge Functions:for more readable and actionable errors. Improved search in docs by making the default, enhancing the accuracy and relevance of search results, and including path-based recommendations.Docs search:CMD+K Created a file in the "root directory" to fix a bug that caused deployments sourced from git to not properly resolve the when a "root directory" has been set.Changes to :.vercelignore.vercelignore.vercelignoreRead more
3年前
記事のアイキャッチ画像
Top Paths in the Usage tab are now generally available
Vercel News
Top Paths are now available for free on all Vercel plans. With Top Paths, filters can be applied to query a specific date range or project making it easier to understand your team's resource usage down to specific projects or Edge Functions. You can click the Explore button to expand the section to a full page, allowing your team to see more paths as well as providing the ability to download a CSV file and share the view with other Team members.We’re continuing to improve observability of projects on Vercel, now with enhanced visibility into usage. This builds on the release of and , which are now available for Enterprise teams.Monitoringimproved LogsCheck out our to learn more.documentationRead more
3年前
記事のアイキャッチ画像
Improved support for Gatsby sites
Vercel News
Gatsby sites on Vercel can now take advantage of powerful new features, including:Gatsby sites deployed to Vercel will automatically detect Gatsby usage and install the new plugin. Gatsby sites require , the current default version used for new Projects.v4+@vercel/gatsby-plugin-vercel-builderv5Node.js 18Get started using Gatsby with our .updated templateRead more Render dynamic content, on-demand.Server-Side Rendering (SSR): Generate static pages in the background on new requests, using the same infrastructure as .Deferred Static Generation (DSG):Incremental Static Regeneration Create functions inside the directory to instantly scaffold new API Routes.Native API Routes:api
3年前
記事のアイキャッチ画像
Improving readability with React Wrap Balancer
Vercel News
Titles and headings on websites play a crucial role in helping users understand the content and context of a webpage. Unfortunately, these elements can often be difficult to read due to typographical anti-patterns, such as a single hanging word on the last line.To tidy up these "widows and orphans," reduces the content wrapper to the minimum possible width before an extra line break is required. As a result, the lines of text stay balanced and legible, especially when the content is lengthy.React Wrap BalancerRead more
3年前
記事のアイキャッチ画像
Configurable webhooks
Vercel News
Pro and Enterprise customers no longer need to create integrations to use webhooks. They are now configurable at the account level in the dashboard. to learn more. Check out the documentationRead more
3年前
記事のアイキャッチ画像
Configurable Log Drains
Vercel News
Pro and Enterprise customers can now configure Log Drains in the dashboard, without needing to create an integration. Third-party logging integrations will continue to be supported. to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Changes to Vercel Image Optimization
Vercel News
Today, we resumed charging for Image Optimization overages at a lower rate of $5 per 1,000 images for Pro and Enterprise teams. Optimizing images improves the end-user experience of your site and decreases bandwidth.Teams only incur overages after the included limits have been reached. For example, Pro plans include 5,000 source images per billing period. Source image usage reset to zero at 9am Pacific Time on January 18th, 2023.You can view your current source image count in your Further, you can always disable optimization for a given project usage dashboard.using this guide.Read more
3年前
記事のアイキャッチ画像
Delivering AI analysis faster with the Vercel workflow
Vercel News
is an AI company that analyzes customer feedback and presents insights to businesses to improve products and services. With just six engineers, they’ve already processed 3.8 million data points for businesses like Latch, Uber, and AngelList. ViableRead more
3年前
記事のアイキャッチ画像
How Vercel enables Wunderman Thompson to launch global brands
Vercel News
unlocks the potential of international brands through strategic, digital-led growth. As Web technologies rapidly evolve, the agency looks to Vercel to lay a consistent foundation for dynamic websites.Wunderman Thompson“Normally, it’s not easy to sleep when you launch a website,” says Rodrigo Barona, Engineering and Design Manager at Wunderman Thompson. “But now, it’s not my business. It’s Vercel’s.”By handling the intricacies of a global, edge-ready network, integrations for the most popular stacks, and even live on-page collaboration, Vercel lets Wunderman Thompson focus on what it does best: “moving at the speed of culture.”Read more
3年前
記事のアイキャッチ画像
Sanity balances experimentation and performance with Vercel Edge Middleware
Vercel News
The Sanity Composable Content Cloud enables teams to create better digital experiences—unleashing editor creativity while reducing engineering headaches. When it comes to their own marketing site, Sanity has similarly high standards, which is why they rely on Vercel and Next.js. With and , Vercel makes it simple for Sanity’s developers to collaborate between teams, create and manage experiments, and empower their users to dream big with Edge MiddlewareServerless Functionspre-built templates.Read more
3年前
記事のアイキャッチ画像
Edge Functions enable Read.cv to deliver profiles globally, with near-zero latency
Vercel News
For Read.cv, showing is better than telling. The professional networking platform helps users add a more personal touch to the typical work profile—all made possible with Vercel and .Edge FunctionsRead more
3年前
記事のアイキャッチ画像
Hashnode runs the fastest blogs on the web with Vercel
Vercel News
, a blogging platform for the developer community built using Next.js, was born from the fundamental idea that developers should own the content they publish. A key component of that ownership is publishing articles on a custom domain—a feature the Hashnode team spent hours monitoring and maintaining themselves. That’s when they turned to Vercel. HashnodeRead more
3年前
記事のアイキャッチ画像
Helping Swell’s merchants provide unparalleled ecommerce experiences
Vercel News
Swell, a platform on Vercel, enables anyone to spin up their own ecommerce website using its headless, API-first backend. For them, Vercel and Next.js provide both the flexibility and accessibility they need to power their users’ storefronts around the world. The benefits are twofold: not only do Vercel and Next.js provide game-changing tools and features for the Swell team, but they ensure Swell’s merchants can create the fastest sites and the best shopping experiences for their customers. Read more
3年前
記事のアイキャッチ画像
Vercel + Sitecore: Partnering on a composable future
Vercel News
Today, we've announced a strategic partnership with Sitecore, a leading Digital Experience Platform (DXP) and Content Hub, to deliver an end-to-end composable solution for building and deploying dynamic web experiences. Combining customer data and AI to deliver personalized experiences and offering a powerful CMS to create and manage content across channels and devices, Sitecore is an ideal solution for today’s connected, omnichannel digital experience.Read more
3年前
記事のアイキャッチ画像
The Turbopack vision
Vercel News
The Turbopack team and I were excited to and we've been even more energized by the progress we've made since then.announce Turbopack's alpha release at Next.js ConfLast month, I had the opportunity to take the stage at React Day Berlin to share more about the future plans for Turbopack. Read more
3年前
記事のアイキャッチ画像
Building a global streetwear label with Next.js
Vercel News
is a Brooklyn-based cult streetwear label and hybrid art brand with strong ties to the music, sports, and tech communities. From collaborating with the likes of Puma and Nike to co-designing Louis Vuitton's 2023 menswear collection, founder Colm Dillane and CTO Adham Foda are known worldwide for their boundary-pushing approach to fashion. KidSuperThe brand went viral in 2011 after Mac Miller wore their apparel on the cover of iTunes, and the duo knew they’d eventually require a tech solution that could keep up with their creativity. They needed to branch out from their -managed storefront and go headless, allowing them to bring their vision to life. ShopifyRead more
3年前
記事のアイキャッチ画像
Building a fast, animated image gallery with Next.js
Vercel News
We held our biggest ever Next.js Conference on October 25, 2022 with over 110,000 registered developers, 55,000 online attendees, and hundreds attending in person in San Fransisco. We had photographers on site to capture the experience and we wanted to share the photos they took with the community. Instead of just sharing photos with a Google Drive link, we thought it’d be good idea to showcase these 350+ amazing photos in an that was fast, functional, and beautiful. We ended up building our own and , making it easy for anyone to build their own image gallery.image galleryopen sourcing the codeIn this blog post, we’re going to share the techniques we used to build a performant image gallery site that can handle hundreds of large images and deliver a great user experience.Read more
3年前
記事のアイキャッチ画像
Link and share Build Logs
Vercel News
You can now link to specific Build Log lines or groups of Build Logs to help point to a specific section of the output when sharing.By clicking on the timestamp on the left side of the build log line, you can highlight a line that stays highlighted when you copy the URL and share it with a colleague. The page will automatically scroll to the correct line when sharing linked logs. to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
VitePress projects can now be deployed with zero configuration
Vercel News
Vercel now automatically optimizes your projects. When importing a new project, it will detect VitePress and configure the right settings for optimal performance — including automatic HTTP caching headers for JavaScript and CSS assets.VitePressimmutableDeploy the to get started.VitePress templateRead more
3年前
記事のアイキャッチ画像
Turbocharging Next.js: How Remote Caching decreased publish times by 80%
Vercel News
Next.js lets developers iterate on their projects faster—but we want to iterate on faster, tooNext.js itself.This year, Next.js surpassed 4 million npm downloads for the first time. With over 2,400+ contributors, the core team here at Vercel must craft a developer experience to keep up with such a vast community to develop, test, build, and publish Next.js.Next.js had another first this year: introducing Rust to its core. While adding Rust brings greatly improved performance for developers using Next.js, the tradeoff was an increase in CI time to publish new releases due to the prolonged process of building Rust binaries.Until implementing dropped publish times by 80%.Turborepo Remote CachingRead more
3年前
記事のアイキャッチ画像
How to optimize your Next.js site: Tips from industry leaders
Vercel News
Optimizing your Next.js site for performance and efficiency can be complicated, but a good developer toolkit can help. from this year’s Next.js Conf to see how you can best use React Server Components, the latest in web UI, powerful layouts, and more to create a world-class website. Hear from some of the expertsRead more
3年前
記事のアイキャッチ画像
Enhanced Preview experience
Vercel News
When teams can easily share and comment on work in progress, big ideas happen faster. Today, we’re bringing that capability to all teams on Vercel with the ability to comment on Preview Deployments. Now, collaborating on websites and applications is as seamless as working on a Google Doc or Figma file. provide a shareable, production-quality URL for your website, while commenting enables real-time feedback in the context of the product you’re building. The result: dramatically faster iteration cycles and higher quality input from developers, designers, product managers, stakeholders, and more. Preview DeploymentsRead more
3年前
記事のアイキャッチ画像
Comments on Preview Deployments are now generally available
Vercel News
Comments on Vercel Preview Deployments are now generally available giving you a centralized review workflow for rapid iteration. We have also added full support for GitLab and BitBucket integrations in addition to GitHub.All Pro and Enterprise teams will have the ability to use comments on their Preview Deployments, by default, for free. to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Vercel at AfroTech 2022: An immersive experience
Vercel News
Last month, Vercel had the privilege of sponsoring Conference 2022—the place for all things Black in tech and Web3. Our team was joined by the likes of Google, Meta, and Tesla in the expo hall—so we knew that we needed to find ways to stand out, engage with the community, and attract top talent. AfroTechThis was our approach. Read more
3年前
記事のアイキャッチ画像
Deployment Protection: Added security controls now available on all plans
Vercel News
Today we're thrilled to announce added privacy controls across all plans, including the ability to secure their preview deployments behind with just one click. Vercel AuthenticationRead more
3年前
記事のアイキャッチ画像
Protected Preview Deployments available on all plans
Vercel News
You can now make Preview Deployments private for free, across all plans.Password Protection is now and keeps the same price at $150/mo. Pro and Enterprise customers can add on Advanced Deployment Protection, which includes: Advanced Deployment ProtectionEnterprise customers will also have access to audit logs allowing them to track who generated a given Sharable Link at what time and from which device. to learn more. Check out the documentationRead moreShare private Preview Deployments with external collaborators without the need to log in. See for limits.Shareable Linksdocs: Team members can log in with their Vercel account to access secure previews.Vercel Authentication: Make your deployment private with the click of a button.Private Production Deployments:productionAllows you to bypass user authentication by using header secret for automated tooling.Protection Bypass for Automation: Secure preview and production deployments with a password.Password Protection:
3年前
記事のアイキャッチ画像
Building a powerful notification system for Vercel with Knock
Vercel News
One of the main benefits of building with Next.js is the ease of leveraging APIs and components to integrate with best-of-breed, backend technology.quicklyToday released our as a public beta, made possible with the help of our integration partner , their powerful API, and robust component library. new notification systemKnockThis post will cover how we chose and implemented Knock for our notification center, and how you can use Knock to build notifications into your own application. Read more
3年前
記事のアイキャッチ画像
Introducing Edge Config: Globally distributed, instant configuration
Vercel News
Last month we announced the limited availability of , an ultra-low latency data store for near-instant reads of configuration data. Vercel Edge ConfigEdge Config is now generally available, alongside integrations with and for A/B testing and Feature Flags.StatsigHappyKitRead more
3年前
記事のアイキャッチ画像
Vercel Edge Functions are now generally available
Vercel News
Access to fast, global compute can give developers more flexibility to build rich experiences, regardless of their users' physical location or network speed. Vercel's Edge Functions aim to bring this capability into every developer's toolkit for building on the Web. This past summer, alongside our GA of Edge Middleware, we released Edge Functions to Public Beta. During our beta period, our Edge Network has seen over 30 Edge Function invocations.billionSince launching, we’ve made Edge Functions , more , and :fasterflexiblecapable of even larger workloadsRead more
3年前
記事のアイキャッチ画像
Edge Config is now in public beta
Vercel News
Edge Config allows you to distribute data to our Edge Network without needing to perform a deployment. Instead, your data is actively replicated to all our regions before it’s requested. This means your data will always be available instantly, with most lookups returning in 5 ms or less, and 99% of reads returning under 15 ms.Edge Config is now available in public beta—you can get started with our new and integrations, , or by using . StatsigHappyKitEdge Config SDKone of our examples to learn more. Check out the documentationRead more
3年前
記事のアイキャッチ画像
Get notified on build failures and more with new notification controls
Vercel News
The new notification experience, now in public beta, allows you to configure alerts to land in your email and/or the Vercel dashboard for all notification types. Additionally, you can now configure your notification settings to group misconfigured domains into a single notification on desktop, preventing an influx of unwanted or repetitive emails.Start configuring your notifications more granularly to increase the signal for: to learn more.Check out the documentationRead moreUsageDomain alertsTeam invitesDeployment failures
3年前
記事のアイキャッチ画像
Edge Functions are now generally available
Vercel News
During the private beta, we’ve made Edge Functions , more , and with Node.js:fasterflexiblemore compatibleWe’re excited to announce that beginning today, Edge Functions are now generally available so you can start executing more efficiently with instant “cold starts” to your functions for a better end-user experience. to learn more. Check out the documentationRead moreMajor infrastructure optimizations for improved performanceSupport for cache-control standard for function responsesAdded ability to express region preferenceAdded support for WebAssembly workloadsIncreased function size limits for Enterprise and Pro teams
3年前
記事のアイキャッチ画像
Announcing SvelteKit Auth: Bringing NextAuth.js to all frameworks
Vercel News
, the most popular authentication library for Next.js applications with almost 300,000 npm downloads per week, is growing to support the entire ecosystem of frontend frameworks.NextAuth.jsToday, (experimental) as the first framework outside of Next.js officially supported, built on top of the new decoupled library. This new package marks the larger move to Auth.js, providing authentication for the Web, with any framework you like.we’re excited to announce SvelteKit Auth@auth/coreGet started with our new .SvelteKit Authentication TemplateRead more
3年前
記事のアイキャッチ画像
Using SvelteKit 1.0 on Vercel
Vercel News
is a new framework for building web applications that is gaining popularity among developers for its simplicity and performance. Built on top of Svelte (like Next.js for React), SvelteKit simplifies creating and deploying web applications. Server-side rendering, routing, code-splitting, and adapters for different serverless platforms are just a few of its out-of-the-box features.SvelteKit or continue reading to learn about the improvements to the framework in the past year and the benefits of deploying SvelteKit projects on Vercel. Deploying SvelteKit 1.0 todayRead more
3年前
記事のアイキャッチ画像
VuePress projects can now be deployed with zero configuration
Vercel News
Vercel now automatically optimizes your projects. When importing a new project, it will detect VuePress and configure the right settings for optimal performance — including automatic HTTP caching headers for JavaScript and CSS assets.VuePressimmutableDeploy the to get started.VuePress templateRead more
3年前
記事のアイキャッチ画像
From idea to 100 million views: Building a viral application for your personal music festival
Vercel News
allows users to quickly create a festival poster from their top Spotify, Apple Music, and Last.fm artists. , a Computer Science student at USC, used Next.js and Vercel to launch Instafest fast and scale to , gaining millions of users and going viral on Twitter, TikTok, and more.InstafestAnshay Saboo500,000 new users per hourRead more
3年前
記事のアイキャッチ画像
Migrating a large, open-source React application to Next.js and Vercel
Vercel News
If your company started building with React over 5 years ago, chances are you implemented your own custom solution or internal framework. Many engineers and teams want to explore technologies like Next.js and Vercel. However, some don't know where to get started because it's so far from their current reality or they don't see how supporting a custom framework is holding them back.As a coding exercise, we wanted to show what this could look like by migrating a large, open-source React application to use Next.js.We managed to , all while improving the local iteration speed of making changes from . This post will share exactly how we incrementally adopted Next.js and Vercel to rebuild the BBC website.remove 20,000+ lines of code and 30+ dependencies1.3s to 131msRead more
3年前
記事のアイキャッチ画像
Get instant observability with the New Relic integration
Vercel News
New Relic is a fullstack application monitoring platform used by the world's top development teams.With the integration, you can stream function, error, and build logs from your Vercel projects to a pre-built dashboard in New Relic. This allows you to observe key metrics like cache hit rate, 4xx and 5xx error log counts, and the performance of your Serverless Functions for rapid troubleshooting and optimization. for instant observability. Try out the integrationRead more
3年前
記事のアイキャッチ画像
AWS and Vercel: Accelerating innovation with serverless computing
Vercel News
Last week, I joined Holly Mesrobian, AWS VP of Serverless Compute, on stage at AWS re:Invent in Las Vegas. We discussed our shared vision of accelerating innovation with serverless computing, and how Vercel has leveraged AWS Lambda over the years.Read more
3年前
記事のアイキャッチ画像
Updated permissions for Developer role
Vercel News
Starting December 5, 2022, Enterprise plan users in the Developer role will be able to initiate a build when committing to the main branch of a Git project. This change ensures closer alignment with the security controls in your git environment. Currently, users assigned the Developer role can only initiate a build when they commit to the main branch of a project if they are promoted to the Project Administrator role. We suggest Enterprise plan customers review their policies in their Git environment to manage how users commit to the main branch.Learn more about .Enterprise team roles and permissionsRead more
3年前
記事のアイキャッチ画像
Instant Rollback public beta now available in the CLI
Vercel News
You can now use on the CLI to quickly revert to a previous production deployment, to prevent regressions with your site’s availability. Now available in Beta for all plans.Instant Rollback to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
DatoCMS builds 60% faster with a streamlined workflow
Vercel News
DatoCMS provides over 25,000 businesses with a headless CMS built for the modern Web. Since their users rely on them for speed and innovation, they needed to find a fix fast when build times grew and complexity increased on their static CDN. By switching to , the team was able to cut build times by 60% while achieving both a better developer experience and simpler infrastructure.Next.js on VercelRead more
3年前
記事のアイキャッチ画像
How Scale AI unifies design and performance with Next.js and Vercel
Vercel News
Scale is a data platform company serving machine learning teams at places like Lyft, SAP, and Nuro. It might come as a surprise to learn that they do all this with only three designers. Their secret to scaling fast: . Vercel and Next.jsRead more
3年前
記事のアイキャッチ画像
How Vercel helped justInCase Technologies cut their build time in half
Vercel News
justInCase Technologies’ development team needed a platform that would allow them to deliver a faster user experience without sacrificing developer experience. They struggled with their cloud platform’s infrastructure, with GitHub previews on a previous solution often getting stuck on the queued stage and failing. Not only were builds slow, they were also unreliable. Once they made the switch to Vercel, they no longer faced preview failures. With 50% faster builds, they now save 72 hours of developer time per month. Read more
3年前
記事のアイキャッチ画像
With Next.js, Vercel, and Sanity, Loom empowers every team to iterate
Vercel News
Loom, a video communication platform, helps teams create easy-to-use screen recordings to support seamless collaboration. Loom places high value on developer experience, but never wants to sacrifice user experience. Going headless with Next.js on Vercel, they can achieve both. By leaning on best-of-breed tools, all seamlessly embedded in their frontend, Loom's developers empower stakeholders, while the engineering team continues to bring new features to market.Read more
3年前
記事のアイキャッチ画像
Edge Config: Ultra-low latency data at the edge
Vercel News
Today, we're introducing : an ultra-low latency data store for configuration data.Edge ConfigGlobally distributed on Vercel's Edge Network, this new storage system gives you near-instant reads of your configuration data from , , and . Edge Config is already being used by customers to manage things like A/B testing and feature flag configuration data. Edge MiddlewareEdge FunctionsServerless FunctionsEdge Config is now generally available. Check out the or .documentationdeploy it on VercelRead more
3年前
記事のアイキャッチ画像
New integrations to extend your Vercel workflow
Vercel News
We are excited to announce our integration marketplace has nine new additions:The integration marketplace allows you to extend and automate your workflow by integrating with your favorite tools.Explore these integrations and more at our .Integrations MarketplaceRead more: send sourcemaps to Highlight for better debuggingHighlight: run Vercel functions as background jobs or Cron jobsInngest: add Knock’s notification system to your applicationKnock: add real-time notifications to your appNovu: deploy to Vercel from Sitecore’s headless CMSSitecore XM Cloud: add Svix’s webhook service to your applicationSvix: connect your app to a TiDB Cloud clusterTiDB Cloud: connect a Tigris database to your Vercel projectTigris Data: manage deployments from mobileZeitgeist
3年前
記事のアイキャッチ画像
Node.js 18 LTS is now available
Vercel News
As of today, version 18 of Node.js can be selected in the section on the General page in the . Newly created projects will default to this version.Node.js VersionProject SettingsThe new version introduces several including:new featuresNode.js 18 includes substantial improvements to align the Node.js runtime with the , including alignment with Web Standard APIs.Edge RuntimeThe exact version used today is and will automatically update minor and patch releases. Therefore, only the major version () is guaranteed.18.12.118.x for more.Read the documentationRead moreECMAScript RegExp Match IndicesBlobfetchFormDataHeadersRequestResponseReadableStreamWritableStreamimport test from 'node:test'
3年前
記事のアイキャッチ画像
Faster builds with improved caching
Vercel News
By optimizing how we retrieve the build cache, deployments are for p90 (build times for 90% of users, filtering out the slowest 10% outliers).15s fasterThis affects mainly large applications, reaching .up to 45s faster buildsCheck out to learn more.the documentationRead more
3年前
記事のアイキャッチ画像
Bulk upload now available for Environment Variables
Vercel News
You can now more easily add Environment Variables to your projects using bulk upload. Import a file or paste multiple environment variables directly from the UI..envCheck out the to learn more. documentationRead more
3年前
記事のアイキャッチ画像
Import Turborepo, Nx, and Rush monorepos with zero configuration
Vercel News
You can now import your , , and projects to Vercel without configuration.TurborepoNxRushTry it now by or . The generated configurations will be seen when expanding the "Build and Output Settings" section. In addition, we have also shipped an and to help you get started quickly.importing a new projectcloning an example projectNx guidetemplateRead more
3年前
記事のアイキャッチ画像
Improvements and fixes
Vercel News
With your feedback, we've shipped dozens of bug fixes and small feature requests to improve your product experience. Read more was released with improved monorepo support.Vercel CLI:28.5.0vc build It's now possible to force a build through Git that skips the build cache by setting the in your project settings.Build without cache via env:VERCEL_FORCE_NO_BUILD_CACHEenvironment variable Each deployment on Vercel can now support up to 1000 environment variables instead of only 100. Environment variables: The primary and secondary navigation bars are now full width so that each page UI has the option to maintain a max-width or take advantage of the whole viewport.Vercel dashboard UI: The menu dropdown in your dashboard is now slightly more compact on desktop with an improved animation, which increases contrast and gives you higher information density.Vercel menu component: Code blocks now include file location as a header.Improved code in Vercel docs: We now support dynamic dark and light m
3年前
記事のアイキャッチ画像
Share environment variables across your Team and Projects
Vercel News
You can now create environment variables securely at the team level and assign those variables to one or more projects for all Teams on the Pro and Enterprise plan. When an update is made to a , that value is updated for all projects to which the variable is linked.shared environment variable to learn more.Read the documentationRead more
3年前
記事のアイキャッチ画像
Emoji reactions now available in Preview Deployment comments
Vercel News
You can now add emoji reactions when using comments in Preview Deployments.With emoji reactions, you can signal boost any comment without adding noise to threads.To access your Slack workspace custom emojis in a Preview Deployment, install the and connect your Vercel account to Slack.Vercel Slack Beta app to learn more about comments in Preview Deployments.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Using Vercel comments to improve the Next.js 13 documentation
Vercel News
Writing documentation is a collaborative process—and feedback should be too. With the release of Next.js 13, we looked to the community to ensure our docs are as clear, easy to digest, and comprehensive as possible. To help make it happen, we enabled the new Vercel commenting feature (beta) on the Next.js 13 docs. With 2,286 total participants, 509 discussion threads, and 347 resolved issues so far, our community-powered docs are on track to be the highest quality yet. Visit to give it a try. beta.nextjs.org/docsRead more
3年前
記事のアイキャッチ画像
Introducing Turbopack
Vercel News
Vercel's mission is to provide the speed and reliability innovators need to create at the moment of inspiration. Last year, we focused on speeding up the way Next.js bundles your apps.Each time we moved from a JavaScript-based tool to a Rust-based one, we saw enormous improvements. We migrated away from Babel, which resulted in . We replaced Terser, which resulted in toreduce load times and bandwidth usage.17x faster transpilation6x faster minification There was one hurdle left: webpack. Webpack has been downloaded over . It’s become an integral part of building the web, but it's time to go faster.3 billion timesToday, we’re launching a high-performance bundler for React Server Components and TypeScript codebases.Turbopack: Read more
3年前
記事のアイキャッチ画像
Vercel acquires Splitbee to expand first-party analytics
Vercel News
The future of web analytics is real-time and privacy-first. Today, we're excited to announce our acquisition of —bringing more analytics capabilities to all Vercel customers. SplitbeeAlong with the acquisition of Splitbee, we're adding top pages, top referring sites, and demographics to —available now. With Analytics, you can go beyond performance tracking and experience the same journey as your users with powerful insights tied to real metrics.Vercel AnalyticsRead more
3年前
記事のアイキャッチ画像
Enhanced audience metrics now available in Vercel Analytics
Vercel News
With the , Vercel Analytics now has privacy-friendly, first-party audience analytics.acquisition of SplitbeeMeasure page views and understand your audience breakdown, including referrers and demographics—available now in Beta.Check out the to get started.documentationRead more
3年前
記事のアイキャッチ画像
Instant Rollback public beta available to revert deployments
Vercel News
With Instant Rollback you can quickly revert to a previous production deployment, making it easier to fix breaking changes. Now available in Beta for everyone. to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Building an interactive WebGL experience in Next.js
Vercel News
WebGL is a JavaScript API for rendering 3D graphics within a web browser, giving developers the ability to create unique, delightful graphics, unlike anything a static image is capable of. By leveraging WebGL, we were able to take what would have been a static conference signup and turned it into .the immersive Next.js Conf registration pageIn this post, we will show you how to recreate the centerpiece for this experience using open-source WebGL tooling—including a new tool created by Vercel engineers to address performance difficulties around 3D rendering in the browser.Read more
3年前
記事のアイキャッチ画像
Regional execution for ultra-low latency rendering at the edge
Vercel News
As we work to make a faster Web, increasing speed typically looks like moving more towards the edge—but sometimes requests are served fastest when those computing resources are close to a data source.Today, we’re introducing to address this. Regional execution of Edge Functions allow you to specify the region your executes in. This capability allows you to run your functions near your data to avoid high-latency waterfalls while taking advantage of the fast cold start times of Edge Functions and ensuring your users have the best experience possible.regional execution of Edge FunctionsEdge FunctionRead more
3年前
記事のアイキャッチ画像
Vercel Edge Functions can now be regional or global
Vercel News
Vercel Edge Functions can now be deployed to a specific region.By default, Edge Functions run in every Vercel globally. You can now deploy Edge Functions to a specific region, which allows you to place compute closer to your database. This keeps latency low due to the close geographical distance between your Function and your data layer.regionCheck out the to learn more.documentationRead more
3年前
記事のアイキャッチ画像
Next.js Conf 2022: Iterate, scale, and deliver a great UX
Vercel News
On October 25, at 10:30am PT, nearly 90,000 viewers will tune in virtually to see what’s new for React and Next.js developers, while hearing over 25 experts share how they use Next.js to iterate, scale, and deliver amazing UX. to join them live and see what’s coming.Register for Next.js Conf 2022 todayWhether you’re part of a small team or an enterprise, take a sneak peek at what's in store for the most anticipated developer experience of the year.Read more
3年前
記事のアイキャッチ画像
Explore bot traffic data, now in Monitoring Beta
Vercel News
Monitoring now lets you explore traffic data that comes from known and unknown bots. You can group the traffic data by , , , and to efficiently debug issues related to traffic coming from real users or bots.public_ipuser_agentasnbot_nameThree new example queries have been added to help you get started: to learn more.Check out the documentationRead moreRequests by IP AddressRequests by Bot/CrawlerRequests by User Agent
3年前
記事のアイキャッチ画像
Improved logs available as public beta for Enterprise Teams
Vercel News
Improved logs are now in public beta for all Enterprise accounts. This improvement allows you to search, inspect, and share your organization's runtime logs, either at a project or team level.The new UI consolidates and streamlines error handling and debugging. Enterprise users can now search runtime logs from all your deployments directly from the Vercel dashboard. Vercel will retain log data for 10 days and continue increasing our retention policy throughout the beta period. For longer log storage, you can use .Log DrainsRead the to learn more.documentationRead more
3年前
記事のアイキャッチ画像
Introducing OG Image Generation: Fast, dynamic social card images at the Edge
Vercel News
We’re excited to announce – a new library for generating dynamic social card images. This approach is than existing solutions by using Vercel Edge Functions, WebAssembly, and a brand new core library for converting HTML/CSS into SVGs.Vercel OG Image Generation5x fasterTry it out in seconds.Read more
3年前
記事のアイキャッチ画像
How the world’s biggest YouTuber served millions of users on Vercel
Vercel News
How do you build a site to support peak traffic, when peak traffic means a fanbase of over 100 million Youtube subscribers? In this guest post, Julian Benegas, Head of Development at basement.studio, walks us through balancing performance, entertainment, and keeping "the buying flow" as the star of the show for MrBeast's new storefront. Read more
3年前
記事のアイキャッチ画像
Improvements and Fixes
Vercel News
With your feedback, we've shipped bug fixes and small feature requests to improve your product experience.Read more was released with bug fixes and improved JSON parsing.Vercel CLI: v28.4.5 is now available in the , allowing scripts to compare changes against the of the last successful deployment for the current project, and branch.A new system environment variable:VERCEL_GIT_PREVIOUS_SHAIgnored Build StepSHA We’ve made it easier to navigate around the dashboard with the . You can now search for a specific setting and get linked right to it on the page.Vercel dashboard navigation:Command MenuThe shown in the deployment tab on the Vercel dashboard now includes all 3 steps (building, checking, and assigning domains) and the time stamp next to each step is no longer rounded up.More granular deployment durations: total duration time When , the current team is always shown in the dropdown, disabled, with a "Current" label at the end. This is to prevent users from trying to transfer a projec
3年前
記事のアイキャッチ画像
Easily access Vercel Brand Assets and Guidelines
Vercel News
You can now copy the SVGs for the Vercel logo and wordmark or open the brand guidelines by right clicking on the Vercel logo no matter where you are in the platform. The SVGs are ready for you to use in code or in your favorite design app.Read more
3年前
記事のアイキャッチ画像
Improved monorepo support with increased Projects per repository
Vercel News
To help your monorepo grow, we have updated the number of projects that you are able to add from a single git repository for both Pro and Enterprise plans.Pro users can attach up to (increased from ) projects per single git repository, and the Enterprise limit has more than doubled.6010Check out the to learn more.documentationRead more
3年前
記事のアイキャッチ画像
Introducing Commenting on Preview Deployments
Vercel News
Vercel aims to encourage innovation through collaboration. We've enabled this from the start by making it easy to see your code staged on live environments with Preview Deployments. Today, we’re taking a step toward making Preview Deployments collaborative with new commenting capabilities now in Public Beta. By bringing everyone into the development process with comments on Previews and reviewing your UI on live, production-grade infrastructure, you deliver expert work faster.even moreRead more
3年前
記事のアイキャッチ画像
Commenting on Previews is now in Public Beta
Vercel News
With comments, teams can give collaborative feedback directly on copy, components, interactions, and more right in your .Preview DeploymentsPR owners, comment creators, and participants in comment threads can review and collaborate on real UI with comments, screenshots, notifications, all synchronized with .Slack to learn more or to start using comments now.Check out the documentationopt-inRead more
3年前
記事のアイキャッチ画像
Add elastic scalability to your backend with Cockroach Labs
Vercel News
Combine CockroachDB Serverless with Vercel Serverless functions in under a minute to build apps faster and scale your entire backend elastically with the new Cockroach Labs integration, now in beta.Try out the .integrationRead more
3年前
記事のアイキャッチ画像
Vercel Remote Cache SDK is now available
Vercel News
Remote Caching is an advanced feature that build tools like use to speed up execution by caching build artifacts and outputs in the cloud. With Remote Caching, artifacts can be shared between team members in both local, and CI environments—ensuring you never need to recompute work that has already been done.TurborepoWith the release of the , we're making the Vercel Remote Cache available to everyone. Through Vercel's Remote Caching API, teams can leverage this advanced primitive without worrying about hosting, infrastructure, or maintenance.Vercel Remote Cache SDKIn addition to , which ships with the Vercel Remote Cache support by default, we're releasing plugins for and .TurborepoNxRushCheck out our to get started.examplesRead more
3年前
記事のアイキャッチ画像
Search domains on the Vercel dashboard
Vercel News
You can now search your list of domains in the Domains tab on the Vercel dashboard to instantly find what you're looking for.The search bar improves discoverability for teams working with multiple domains that often have long lists of domains to parse through.Check out the to learn more.documentationRead more
3年前
記事のアイキャッチ画像
Next.js Layouts RFC in 5 minutes
Vercel News
The Next.js team at Vercel released the a few months ago outlining the vision for the future of routing, layouts, and data fetching in the framework. The RFC is detailed and covers both basic and advanced features.Layouts RFCThis post will cover the most important features of the upcoming Next.js changes landing in the next major version that you should be aware of.Read more
3年前
記事のアイキャッチ画像
Using the latest Next.js 12.3 features on Vercel
Vercel News
When we created Next.js in , we set out to make it easier for developers to create fast and scalable web applications, and over the years, Next.js has become one of the most popular React frameworks. We’re excited to release which includes Fast Refresh for files, improvements to the Image Component, and updates to upcoming routing features.2016Next.js 12.3.envWhile these Next.js features work out of the box when self-hosting, Vercel natively supports and extends them, allowing teams to improve their workflow and iterate faster while building and sharing software with the world.Let’s take a look at how these new Next.js features are enhanced on Vercel.Read more
3年前
記事のアイキャッチ画像
Enterprise customers can now export audit logs
Vercel News
Customers on the Enterprise plan can now export up to 90 days of Audit Logs to a CSV file.Audit Logs allow team owners to track important events that occurred on their team including who performed an action, what action was taken, and when it was performed.Check out the to learn more.documentationRead more
3年前
記事のアイキャッチ画像
Building a viral application to visualize train routes
Vercel News
When inspiration struck to visualize train routes across Europe, he created a Next.js application on Vercel in the moment of inspiration. To his surprise, his project ended up generating over a million views, reaching the top of Hacker News and going viral on Twitter.Benjamin TdRead more
3年前
記事のアイキャッチ画像
Introducing the Vercel Templates Marketplace
Vercel News
We are excited to announce the launch of the Vercel .Templates MarketplaceRead more
3年前
記事のアイキャッチ画像
How to run A/B tests with Next.js and Vercel
Vercel News
Running A/B tests is hard.We all know how important it is for our business–it helps us understand how users are interacting with our products in the real world.However, a lot of the A/B testing solutions are done on the client side, which introduces as variants are dynamically injected after the initial page load. This negatively impacts your websites performance and creates a subpar user experience.layout shiftTo get the best of both worlds, we built : code that runs serving requests from the edge cache. This enables developers to perform rewrites at the edge to show different variants of the same page to different users. Edge MiddlewarebeforeToday, we'll take a look at a real-world example of how we used Edge Middleware to A/B test our new Templates page.Read more
3年前
記事のアイキャッチ画像
At Next.js Conf 2022, learn to build better and scale faster
Vercel News
We’re excited to announce the third annual Next.js Conf on October 25, 2022. .Claim your ticket nowRead more
3年前
記事のアイキャッチ画像
New configuration overrides available per-deployment
Vercel News
It's now easier to test out a new framework, package manager, or other build tool without disrupting the rest of your project. We've added support for configuration overrides on a per-deployment basis powered by six new properties for . vercel.jsonThe six supported settings are: to learn more.Check out the documentationRead moreframeworkbuildCommandoutputDirectoryinstallCommanddevCommandignoreCommand
3年前
記事のアイキャッチ画像
Introducing support for WebAssembly at the Edge
Vercel News
We've been working to make it easier for every developer to build at the Edge, without complicated setup or changes to their workflow. Now, with support for WebAssembly in Vercel Edge Functions, we've made it possible to compile and run Vercel Edge Functions with languages like Rust, Go, C, and more. Read more
3年前
記事のアイキャッチ画像
Intelligent ignored builds using Turborepo
Vercel News
When deployed on Vercel, now supports only building affected projects via the new npm package, saving time and helping teams stay productive.Turborepoturbo-ignore leverages the Turborepo dependency graph to automatically determine if each app, or one of its dependencies has changed and needs to be deployed.turbo-ignoreTry it now by setting as the for each project within your monorepo.npx turbo-ignoreIgnored Build Step to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Improvements and fixes
Vercel News
With your feedback, we've shipped dozens of bug fixes and small feature requests to improve your product experience.Read more with new commands and bug fixes.Vercel CLI: v28 was releasedTeam Owners can now transfer ownership of integrations installed on a Team to another member. This helps prevent disruption of work when a member leaves a Team.Integrations: Domain email notifications are now only sent to account owners. This includes domain transfer, expiration, and renewal emails.Domain emails: Function logs from now appear in the Vercel.com console, making it easier to understand when your pages are revalidated and monitor the usage of your revalidation functions.Incremental Static Regeneration logs: Incremental Static Regenerationfor Hobby accounts are now available in Account Settings → Billing.Usage summaries: Usage summaries The deployment overview now includes a popover that lists so that you can easily access them on your mobile device.Branch URLs on mobile: branch URLs
3年前
記事のアイキャッチ画像
New help and guides pages on the Vercel docs
Vercel News
Vercel's help page allows you to search documentation, find framework communities, or submit a case with our success team. The new guides page enables you to filter and search through hundreds of learning resources.Check out the and pages to learn more.helpguidesRead more
3年前
記事のアイキャッチ画像
Monitoring is in public beta for Enterprise Teams
Vercel News
The Monitoring tab is now in for all Enterprise accounts. This new feature allows you to visualize, explore, and monitor your usage & traffic data. Using the query editor, you can create custom queries to gain greater insights into your data - allowing you to more efficiently debug issues and optimize all of the projects on your Vercel Team.public beta to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Vercel CLI v28 is now available
Vercel News
Version 28.0.0 of Vercel CLI is now available. Here are some of the key improvements made within the last couple of months:Note this batch of updates includes breaking changes. Check out the to learn more.full release notesRead more If you have a Git provider repository configured, Vercel CLI will now ask if you want to connect it to your Project during setup. [] (: This functionality was reverted in [])vercel link28.0.028.1.4NoteA new command allows you to set up deployments via Git from Vercel CLI. Get started by running in a directory with a Git repository. []vercel gitvercel git connect27.1.0Previously, Vercel CLI deployments did not include Git metadata, even if you had a Git repository set up. Now, Git metadata is sent in deployments created via Vercel CLI. []25.2.0Now, when you run , if changes were made to an existing file, Vercel CLI will list the variables that were added, changed, and removed. []vercel env pull.env*27.3.0 and were visually overhauled, and is now scoped to th
3年前
記事のアイキャッチ画像
View projects grouped by Git repository with list view
Vercel News
You can now view projects on the dashboard grouped by their repository with list view.List view improves the experience for teams using monorepos or a large number of projects. Projects are sorted by date and displayed as a list. You can use the toggle to switch between the card or list view for displaying projects, with your preference saved across devices.Check out the to learn more.documentationRead more
3年前
記事のアイキャッチ画像
How we made the Vercel Dashboard twice as fast
Vercel News
We want to keep the Vercel Dashboard fast for every customer, especially as we add and improve features. Aiming to lift our , our Engineering Team took the Lighthouse score for our Dashboard from 51 to 94.Core Web VitalsWe were able to confirm that our improvements had a real impact on our users over time using , noting that our Vercel Analytics scores went from 90 to 95 on average (desktop). Let’s review the techniques and strategies we used so you can make a data-driven impact on your application. Vercel AnalyticsRead more
3年前
記事のアイキャッチ画像
Improving INP with React 18 and Suspense
Vercel News
Updated January 18, 2024. measures your site’s responsiveness to user interactions on the page. The faster your page responds to user input, the better.Interaction to Next Paint (INP)On March 12, 2024, INP will as the third .officially replace First Input Delay (FID)Core Web VitalThis post will help you understand why INP is a better way to measure responsiveness than FID and how React and Next.js can improve INP. You'll be prepared for updates to Core Web Vitals, which impact , as INP moves from experimental to stable. We have a separate search rankingspost on understanding the metric and further optimization of INP.Read more
3年前
記事のアイキャッチ画像
Vercel Analytics support for Interaction to Next Paint (Experimental)
Vercel News
Vercel Analytics now supports measuring .Interaction to Next Paint (INP)INP measures your site’s responsiveness to user interactions on the page. The faster your page responds to user input – the better. INP is an experimental metric to develop a better way of measuring responsiveness than .First Input Delay (FID) to start measuring your performance.Try Vercel Analytics todayRead more
3年前
記事のアイキャッチ画像
Instantly transfer domains to new projects
Vercel News
Domains already in use can now be transferred directly to a new project on Vercel.Previously, domains had to be removed from a project before being added to a new one. With this update, if you attempt to move a live domain to a new project, a prompt will appear offering to move the in-use domain and all associated redirects to the selected project.Check out as well.the documentationRead more
3年前
記事のアイキャッチ画像
16x larger Environment Variable storage up to 64KB
Vercel News
You can now use a total of 64KB in Environments Variables for each of your Deployments on Vercel. This change means you can add large values for authentication tokens, JWTs, or certificates, without worrying about storage size.Deployments using Node.js, Python, and Ruby can support the larger 64KB environment.Check out as well.the documentationRead more
3年前
記事のアイキャッチ画像
Hashnode runs the fastest blogs on the web with Vercel
Vercel News
, a blogging platform for the developer community built using Next.js, was born from the fundamental idea that developers should own the content they publish. A key component of that ownership is publishing articles on a custom domain—a feature the Hashnode team spent hours monitoring and maintaining themselves. That’s when they turned to Vercel. HashnodeRead more
3年前
記事のアイキャッチ画像
Enhanced geolocation information for Vercel Functions
Vercel News
Requests received by Serverless and Edge Functions are now enriched with headers containing information about the timezone of the visitor:As an example, a request from Tokyo is now enriched with the following headers:This header is now automatically activated for all new and existing Vercel Functions for all plans — no code or configuration change needed.Check out as well.the documentationRead more
3年前
記事のアイキャッチ画像
Improved accuracy for Vercel Analytics charts
Vercel News
It's now easier to visualize performance trends over time with Vercel Analytics.Individual Core Web Vital data points are now displayed as a scatter plot with a trend line showing the estimation curve. This line is shown when there are more than 100 data points for the currently selected date and time window. The performance delta is calculated based on the estimation curve instead of the first and last data points for improved accuracy. to learn more.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Build your own web framework
Vercel News
Have you ever wondered what it takes to build your own web framework that also deploys to edge and serverless infrastructure? What features does a modern framework need to support, and how can we ensure that these features allow us to build a scalable, performant web application?Read more
3年前
記事のアイキャッチ画像
Role-based Access Control now generally available on Enterprise Plans
Vercel News
Role-based access controls are now available to all Enterprise customers, including: to learn more.Check out the documentationRead moreRead-only accessViewer: View invoices and edit billing settingsBilling: Grant elevated permissions per-projectDeveloper:
3年前
記事のアイキャッチ画像
Filter Checks by status for enhanced troubleshooting
Vercel News
You can now filter Checks by status to show which failures are causing performance regressions. Install the to add auto-generated Web Vitals monitoring to your deployments and prevent performance regressions.Checkly IntegrationTo build your own deployment validation and status checks, .view the Checks API documentationRead more
3年前
記事のアイキャッチ画像
Announcing the Build Output API
Vercel News
We believe the Web is an open platform for everyone, and strive to make Vercel accessible and available no matter how you choose to build for the Web.Today we’re introducing the , a file-system-based specification that allows framework to build for Vercel and take advantage of Vercel’s infrastructure building blocks like Edge Functions, Edge Middleware, Incremental Static Regeneration (ISR), Image Optimization, and more.Build Output APIanyRead more
3年前
記事のアイキャッチ画像
New build and deploy capabilities in Vercel CLI
Vercel News
Vercel’s is now generally available. This API allows any framework, including your own custom-built solution, to take advantage of Vercel’s infrastructure building blocks including Edge Middleware, Edge Functions, Incremental Static Regeneration, Image Optimization, and more. Build Output APIThis specification also allows us to introduce two new commands to Vercel CLI:Read more about the on the blog. For framework authors, explore the .Build Output API announcementBuild Output API examplesRead more: Build a project locally or in your own CI environmentvercel build: Deploy a build output directly to Vercel without sending source code through Vercel's build systemvercel deploy --prebuilt
3年前
記事のアイキャッチ画像
Expiration dates now available for Access Tokens
Vercel News
You can now set an expiration date on all newly created Access Tokens. Setting an expiration date on an Access Token is highly recommended and is considered one of the standard security practices that helps keep your account secure. You can select from a default list of expiration dates ranging from 1 day to 1 year. Expired tokens can be viewed on the .tokens pageCheck out to learn more.the documentationRead more
3年前
記事のアイキャッチ画像
Corepack (experimental) is now available
Vercel News
allows you to use a specific package manager version (pnpm, yarn, npm) in your Project. Starting today, you can enable experimental Corepack support.CorepackEnable Corepack by adding to your file and as an Environment Variable in your Project. Corepack is experimental and not subject to semantic versioning rules. Breaking changes or removal may occur in any future release of Node.js.packageManagerpackage.jsonENABLE_EXPERIMENTAL_COREPACK=1 as well.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Osaka (Japan) is now available on the Edge Network
Vercel News
We're excited to introduce as our second region in Japan. Using , we saw a 12% reduction in end-user Time To First Byte () in Japan and 15% in South Korea.Osaka (Japan)Vercel AnalyticsTTFBStatic files and are now automatically cached in the Osaka region. You can now select this region for running Serverless Functions in your Project Settings. Edge Middleware will now also run in this region, resulting in improved performance for surrounding countries.function responsesCheck out as well.the documentationRead more
3年前
記事のアイキャッチ画像
Enhanced observability on the Usage tab now in public beta
Vercel News
The Usage tab makes it easier to understand your Team's resource usage, down to specific projects and Serverless Functions. Today, we've improved this functionality with a new section called Top Paths that displays the paths that are consuming the most resources in your Team. This functionality allows you to optimize your website by providing enhanced insights into bandwidth, requests, and invocations consuming the most resources over time.With Top Paths, filters can be applied to query a specific date range or project. Clicking the Explore button expands the section to a full page, allowing your Team to see more paths as well as providing the ability to download a CSV file and share the view with other Team members.This functionality is now available on all plans in public beta. To learn more, .check out our documentationRead more
3年前
記事のアイキャッチ画像
Improved alerting for Slack Integration
Vercel News
You can now get alerted on specific environments with the . This helps reduce notifications by allowing you to send Preview and Production deployment alerts to different channels.Slack IntegrationTry out the today.Slack IntegrationRead more
3年前
記事のアイキャッチ画像
Connect Hasura APIs to your app, instantly
Vercel News
You can now easily connect your GraphQL and REST APIs to your Vercel projects for streamlined fullstack development. Deploy faster data-rich applications at global scale on Vercel with a Hasura Cloud backend.Hasura and connect your APIs.Try out the integrationRead more
3年前
記事のアイキャッチ画像
Hydrogen projects can now be deployed with zero configuration
Vercel News
Vercel now automatically optimizes your projects. When importing a new project, it will detect Hydrogen and configure the right settings for optimal performance — including using for server-rendering pages.HydrogenVercel Edge FunctionsDeploy the to get started.Hydrogen templateRead more
3年前
記事のアイキャッチ画像
Connect your Postgres DB faster with Thin integration
Vercel News
Thin provides a fast, full-featured API backend on top of your Postgres DB with Git-like workflow and end-to-end type safety. Connect your Vercel project to a Thin backend in a few clicks. and create your backend.Try out the integrationRead more
3年前
記事のアイキャッチ画像
Cape Town (South Africa) is now available on the Edge Network
Vercel News
We're excited to introduce as a new region on the Edge Network. Using , we saw a 50% reduction in end-user Time To First Byte () in South Africa.Cape Town (South Africa)Vercel AnalyticsTTFBStatic files and are now automatically cached in the Cape Town region. You can now select this region for running Serverless Functions in your Project Settings. Edge Middleware will now also run in this region, resulting in improved performance for surrounding countries.function responsesCheck out as well.the documentationRead more
3年前
記事のアイキャッチ画像
Vercel Analytics API is now available for all frameworks
Vercel News
helps you understand the performance of your application based on real visitor data. With the Vercel Analytics API, you can now use Vercel Analytics with any framework.Vercel AnalyticsWe currently have zero-configuration Analytics support for Next.js, Nuxt, and Gatsby. Now, any website can monitor its Core Web Vitals with Vercel Analytics by using the API directly. Get started today with the or starts, which have been updated to include support for the Vercel Analytics API.SvelteKitCreate React App as well.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Vercel Edge Middleware: Dynamic at the speed of static
Vercel News
Since we announced Middleware last October, we’ve seen 80% month-over-month growth and over 30 billion requests routed through Edge Middleware on Vercel during public beta. Customers like Vox Media, Hackernoon, Datastax, and HashiCorp are using Edge Middleware to have complete control over routing requests in their Next.js applications.With the release of , Vercel Edge Middleware for Next.js is now generally available (GA) for all customers. Edge Middleware is also available for frameworks—now available in public beta along with a suite of other edge-first tools.Next.js 12.2allRead more
3年前
記事のアイキャッチ画像
Vercel Edge Functions are now in public beta
Vercel News
are now in public beta. Edge API Routes, which use Edge Functions, enable you to create high-performance APIs for use with any frontend framework. These functions use the same standard Web APIs as Edge Middleware, like , , and .Edge FunctionsRequestResponsefetch to get started.Check out the documentationRead more
3年前
記事のアイキャッチ画像
Vercel Edge Middleware is now generally available
Vercel News
Edge Middleware for Next.js is now on all plans. Edge Middleware allows you to run code on Vercel's Edge Network the request is processed on your site. Middleware runs on the Vercel Edge network and can be used to handle A/B testing, geolocation, authentication, and more.generally availablebefore with Vercel Edge Middleware.Learn how to get startedRead more
3年前
記事のアイキャッチ画像
Introducing the Edge Runtime
Vercel News
Vercel’s mission is to enable developers to build dynamic, global applications.To enable every framework to build for the edge, we’re releasing edge-runtime: a toolkit for developing, testing, and defining the runtime web APIs for edge infrastructure.Read more
3年前
記事のアイキャッチ画像
Headless commerce with the Swell integration
Vercel News
Swell is a headless ecommerce platform designed for performance and customization. You can now easily connect a Swell storefront to your Vercel project and deploy the next big thing. and connect your storefront.Try out the integrationRead more
3年前
記事のアイキャッチ画像
Sunsetting the OAuth2 integration entrypoint
Vercel News
With the introduction of the , the OAuth2 entrypoint is being sunset. Integrations using the OAuth2 entrypoint have until to migrate to installation flow to avoid any disruptions.API ScopesExternal modeDecember 31, 2022Check out the for instructions.documentationRead more
3年前
記事のアイキャッチ画像
Faster and more reliable global propagation
Vercel News
We've upgraded our infrastructure resulting in significant performance and reliability improvements for all plans. Vercel's Edge infrastructure is now for cache purges and configuration updates, serving over 25B requests per week.70% faster at p99Purges now regardless of the region the event originated from. These improvements impact all parts of the Vercel platform:propagate globally in ~300ms, to try our improved infrastructure.Deploy nowRead moreFaster production rollouts Faster domain assignments (e.g. globally updating to the most recent deployment)Faster project settings changes (e.g. toggling )password protectionFaster (ISR) propagationIncremental Static Regeneration
3年前
記事のアイキャッチ画像
MongoDB and Vercel: from idea to global fullstack app in seconds
Vercel News
Last week, I had the pleasure of joining Sahir Azam, MongoDB’s Chief Product Officer, on stage at MongoDB World in New York City. We announced —and shared our vision for enabling developers to create at the moment of inspiration. the Vercel and MongoDB integrationRead more
3年前
記事のアイキャッチ画像
Fullstack serverless with MongoDB Atlas integration
Vercel News
The MongoDB Atlas integration allows you to connect a new or existing free Atlas database to your Vercel project in seconds. Go from idea to global application in a few clicks with serverless frontend and backend infrastructure. Try out or jumpstart your development with the .the integrationMongoDB StarterRead more
3年前
記事のアイキャッチ画像
Enhanced security with new API scopes for integrations
Vercel News
Vercel Integrations now have improved API scopes to allow or restrict access to specific features of your Vercel account.All new integrations are required to select which API scopes they need access to and existing integrations are required to add scopes by .July 31, 2022Check out as well.the documentationRead more
3年前
記事のアイキャッチ画像
Log drains now support log source selection
Vercel News
Log drains can now be configured to send over select Vercel logs to providers for reduced log management costs and simplified monitoring setup. This new functionality is currently available for the integration.DatadogChoose to send logs from the following sources: For information on log sources and how to add them to your integration, .check out the documentationRead morestaticlambdaedgebuildexternal
3年前
記事のアイキャッチ画像
Vercel Remote Cache is now generally available
Vercel News
Vercel Remote Cache is now on all plans. Vercel Remote Cache can store and distribute build artifacts to make builds faster across teams and CI. This functionality is automatically provisioned for Turborepos on Vercel.generally availableFor more information and pricing check out the .documentationRead more
3年前
記事のアイキャッチ画像
Better security with the developer and billing roles
Vercel News
Enterprise Teams can now assign the developer and billing roles to users:The developer and billing roles are now in public beta. Learn more about of Team members.roles and permissionsRead moreAllows Team owners to grant elevated permissions to users on a project-by-project basis. Developers can create deployments but are prevented from performing sensitive actions such as viewing production environment variables or promoting deployments to production.Developer Role: Allows users to view invoices and edit billing settings while also providing read-only access to all Projects on a Team.Billing Role:
3年前
記事のアイキャッチ画像
Node.js 12 is being deprecated
Vercel News
Following the last week, Vercel is announcing the deprecation of Node.js 12, which reached its on April 30th 2022.release of Node.js 16official end of lifeOn , Node.js 12 will be disabled in the Project Settings and existing Projects that have Node.js 12 selected will render an error whenever a new Deployment is created. The same error will show if the Node.js version was configured in the source code.October 3rd 2022While existing Deployments with Serverless Functions using the Node.js 12 runtime will not be affected, we strongly encourage upgrading to Node.js 16 to ensure you receive security updates (using either in or the General page in the Project Settings).enginespackage.jsonCheck out as well.the documentationRead more
4年前
記事のアイキャッチ画像
Astro projects can now be deployed with zero configuration
Vercel News
Vercel now automatically optimizes your projects. When importing a new project, it will detect Astro and configure the right settings for optimal performance — including automatic HTTP caching headers for JavaScript and CSS assets.AstroimmutableDeploy the to get started.Astro templateRead more
4年前
記事のアイキャッチ画像
Automatic pnpm v7 Support
Vercel News
Vercel now supports pnpm v7. For deployments with a file with , Vercel will automatically use pnpm v7 for install and build commands.pnpm-lock.yamlversion: 5.4To upgrade your project to pnpm v7, run locally and then re-run After updating, create a new deployment!pnpm install -g pnpm@7pnpm install. as well.Check out the documentationRead more
4年前
記事のアイキャッチ画像
Faster builds for everyone
Vercel News
All Vercel customers will now experience faster build times.We’ve made improvements to the Vercel infrastructure for customers across all plans: to get started.Deploy a templateRead more11 seconds faster (average)40 seconds faster (large projects)105 seconds faster (extra-large projects)
4年前
記事のアイキャッチ画像
Hobby customers can now select their preferred region for Serverless Functions
Vercel News
Deploying your Serverless Functions in a region close to your data can greatly improve performance by reducing latency.Previously, Hobby customers could only choose () regardless of where their data was hosted. Starting today, all plans can co-locate their Functions with their data for lower latency when server-rendering with hybrid frameworks like Next.js, SvelteKit, and more, or when using API Routes.US Eastiad1 as well.Check out the documentationRead more
4年前
記事のアイキャッチ画像
Improvements and fixes
Vercel News
With your feedback, we've shipped dozens of bug fixes and small feature requests to improve your product experience. Here are some of our most recent. other opportunities where we can improve your experience with Vercel.Let us knowRead moreVercel CLI is now available, which includes support for .Vercel CLI: v24.2.1Node.js 16The Vercel ToS has been updated to provide additional information about what using a beta product or feature means. Terms of Service (ToS): The now more clearly show how to use webhooks, Log Drains, and Checks.Documentation improvements: documentation for integrationsWhen you select a time period on the , the filter is persisted in the URL which makes sharing that specific view with your team easier. Improvements for URL filters: usage tabIf limits have been exceeded on the , the color of the usage meter changes to better indicate the current state. Design improvements for the usage tab: usage tab or a project is now available on the general settings for that projec
4年前
記事のアイキャッチ画像
Node.js 16 LTS is now available
Vercel News
As of today, version 16 of Node.js can be selected in the section on the General page in the (newly created Projects will default to the new version).Node.js VersionProject SettingsThe new version introduces several including:new featuresThe exact version used today is and will automatically update minor and patch releases. Therefore, only the major version (16.x) is guaranteed.16.14.0Check out as well.the documentationRead moreECMAScript RegExp Match IndicesAbortControllerAggregateErrorArray.prototype.at()require('crypto').webcryptorequire('timers/promises')fs.cp()
4年前
記事のアイキャッチ画像
Self-serve delegation of subdomains
Vercel News
If you host multiple subdomains on Vercel throughout separate accounts, you are now able to verify ownership of those subdomains in a self-serve manner via the Vercel Dashboard and API. Adding a subdomain to a project no longer requires the apex domain. Ownership is established via a token that is generated when the subdomain is added to a project and published in the domain owner’s DNS records. This change makes it easier to share domains for Platforms, teams, and collaborators on Vercel.To learn more check out the or REST API docs to and if needed.UI docsadd a domain to a projectverify that domainRead more
4年前
記事のアイキャッチ画像
Faster builds for monorepos
Vercel News
New and existing monorepos deployed to Vercel will experience faster builds. Vercel now automatically caches recursively when installing dependencies during the build process. will be set as a default environment variable on all new and existing monorepo projects. For large monorepos, this can decrease build times by minutes.node_modulesENABLE_ROOT_PATH_BUILD_CACHE=1 as well.Check out the docsRead more
4年前
記事のアイキャッチ画像
Python 3.6 is being deprecated
Vercel News
Following the , Vercel is deprecating support for Python 3.6 which reached last year.release of Python 3.9end of lifeOn , new deployments targeting Python 3.6 will fail with an error message. Existing deployments will be unaffected.July 18th 2022Check out as well.the documentationRead more
4年前
記事のアイキャッチ画像
How HashiCorp developers iterate faster with Incremental Static Regeneration
Vercel News
Incremental Static Regeneration (ISR) dramatically reduces build times, allowing developers to deliver faster changes and better site performance. With Next.js 12.1, we’ve now introduced , our most requested feature by developers shipping large-scale projects.on-demand ISRRead more
4年前
記事のアイキャッチ画像
Axiom is joining the Vercel marketplace
Vercel News
The Axiom integration enables you to monitor the health and performance of your Vercel deployments by ingesting all your request, function, and web vitals data. Use Axiom's pre-built dashboard for an overview across all your Vercel logs and vitals, drill down to specific projects and deployments, and get insight on how functions are performing with a single click. and start streaming your logs.Try out the integrationRead more
4年前
記事のアイキャッチ画像
Deployment filters for project dashboard
Vercel News
Find your essential deployments instantly with status and branch filters.From the deployments tab, you can search for branches matching deployments you’re interested in. You can also filter by status, with canceled deployments filtered out automatically making the view more useful at a glance. Both status and branch filters are also persisted via the url, so you can quickly share context with your team.Checkout the project for more information.dashboard documentationRead more
4年前
記事のアイキャッチ画像
Deploy to Vercel from Terraform
Vercel News
With the , now verified in the Terraform Registry, you can configure and deploy Vercel projects alongside your back-end services from Terraform’s infrastructure as code (IaC) software tool. By codifying cloud infrastructure and frontend deployment into a single workflow, your team can provision, preview, and ship applications faster.Vercel Provider to get started.Check out our guideRead more
4年前
記事のアイキャッチ画像
Improved formatting for Pull Request comments
Vercel News
We've updated the design of comments from Vercel on pull requests.Vercel automatically deploys your projects and creates Preview Deployments when integrated with GitHub, GitLab, and Bitbucket. The updated comment design makes it easier to see deployment statuses and quickly navigate to Preview Deployments. The table design improves the monorepo experience where multiple Vercel deployments are shown in a single pull request. as well.Check out the documentationRead more
4年前
記事のアイキャッチ画像
Improvements and fixes
Vercel News
With your feedback, we've shipped dozens of bug fixes and small feature requests to improve your product experience. Here are some of our most recent. other opportunities where we can improve your experience with Vercel.Let us knowRead moreWe’ve polished hover states, loading states, padding and margins for dashboard elements, table scrolling on mobile, and other subtle mobile styling improvements.Design papercuts: You can now easily copy the entire build output to your clipboard.Copy & paste build logs easily: vercel.com and nextjs.org have improved color contrast, better semantic HTML elements, and other small fixes.Accessibility improvements: Searching for teams is now more accurate while installing integrations.Improved integration installations: When viewing deployments for a public project, we now show the author of the deployment in the navbar instead of the currently logged-in user.Public project deployment author attribution:
4年前
記事のアイキャッチ画像
Increased security with view-only permissions
Vercel News
Enterprise users can now be assigned a viewer role, providing increased security with view-only permissions. The viewer role enables members to view and collaborate on projects while preventing them from editing any team or project settings.Viewer role is in public beta. Learn more about of Team members.roles and permissionsRead more
4年前
記事のアイキャッチ画像
Projects using pnpm can now be deployed with zero configuration
Vercel News
Projects using can now be deployed to Vercel with zero configuration. Vercel is also now sponsoring pnpm to further package manager innovation.pnpmLike Yarn and npm, pnpm is a package manager focused on saving disk space and by utilizing symlinks. Starting today, Projects that contain a file will automatically run as the default using the latest version of pnpm.boosting installation speedInstall Commandpnpm-lock.yamlpnpm install as well.Check out the documentationRead more
4年前
記事のアイキャッチ画像
Filters are persisted for Vercel Analytics
Vercel News
You can now share and bookmark a specific filter state of Vercel Analytics, which are now persisted as URL parameters.Check out the as well. documentationRead more
4年前
記事のアイキャッチ画像
Upgrading Next.js for instant performance improvements
Vercel News
Since the release of Next.js, we’ve worked to introduce new features and tools that drastically improve application performance, as well as overall developer experience. Let’s take a look at what a difference upgrading to the latest version of Next.js can make.Read more
4年前
記事のアイキャッチ画像
Access tokens can now be scoped to teams
Vercel News
Access tokens used in the CLI and for authenticating APIs can now be scoped to specific Teams.This improvement provides additional security and controls for those extending the Vercel platform through our CLI or our APIs.Check out as well.the documentationRead more
4年前
記事のアイキャッチ画像
Monorepos are changing how teams build software
Vercel News
The largest software companies in the world use monorepos. But historically, adopting a monorepo for anything other than at a Facebook or Google scale was difficult, time-consuming, and often filled with headaches.Since Turborepo , we’ve seen development teams of all sizes adopt Turborepo for and save over 200 days worth of time by remotely caching their deployments on Vercel.joined Vercelfaster buildsRead more
4年前
記事のアイキャッチ画像
Remote Cache API for monorepo build tools is now in public beta
Vercel News
Monorepo build systems like Turborepo are able to leverage Vercel's infrastructure to remotely cache build artifacts using our Remote Cache API. Turborepo uses this API out-of-the-box to store build artifacts and make builds more efficient.This API is now available as a public beta. To learn more about using the Remote Cache API please read our documentation .hereRead more
4年前
記事のアイキャッチ画像
Visualize time saved using Turborepo with Remote Caching
Vercel News
When using monorepo build tools like Turborepo, Vercel automatically caches build artifacts remotely for faster, more efficient builds. The usage dashboard now highlights time saved for your team's projects using Remote Caching. You can visualize data based on whether the cache was local or remote, as well as per project. to get started with Remote Caching.Check out the documentationRead more
4年前
記事のアイキャッチ画像
Enterprise customers can now transfer projects
Vercel News
Enterprise customers can now to other Vercel accounts.transfer projectsThis makes it easier for Enterprise teams to move projects between different accounts when ownership changes.Check out as well.the documentationRead more
4年前
記事のアイキャッチ画像
Next.js 12.1 is now available
Vercel News
We're excited to release one of our most requested features with Next.js 12.1:Starting today when deployed to Vercel, on-demand revalidation propagates globally in ~300ms when pushing pages to the edge. to learn more.Read the 12.1 blog postRead moreRevalidate pages using instantly.On-demand ISR (Beta): getStaticProps, Relay, and more.Expanded Support for SWC: styled-componentsZero-configuration Jest support using SWC.next/jest Plugin: 7x faster minification than Terser.Faster Minification with SWC (RC): ~80% smaller Docker images.Self-Hosting Improvements: Improved stability and support.React 18 & Server Components (Alpha): Help us improve Next.js with your feedback.Developer Survey:
4年前
記事のアイキャッチ画像
Integrations are now shown in Activity Log
Vercel News
Installing, uninstalling, and changing permissions of is now shown in the Activity Log.IntegrationsCheck out the to see integrations data.Activity LogRead more
4年前
記事のアイキャッチ画像
Vercel CLI v24 is now available
Vercel News
Version 24 of the Vercel CLI has been released, including many improvements and bug fixes, as well as the new command:vercel bisect, most of which are the final removal of features that have been deprecated for years. carefully before updating.This is a major version bump and includes some breaking changesRead the full changelogRead moreAdded new command : Inspired by the command, helps identify in which Deployment a bug was introduced.vercel bisectgit bisectthis new commandAdded support for the flag in .--projectvercel linkRemoved support for single file deployments. is now stable (no longer in beta).vercel devRefactored most of the CLI source code to TypeScript.
4年前
記事のアイキャッチ画像
Remote Cache Usage graphs
Vercel News
Remote Caching for Monorepo tools now includes usage graphs for your team, including:Monorepo tools like can now use Remote Caching on Vercel with zero configuration. Check out .Turborepothe documentationRead moreTotal number of artifacts uploaded or downloadedTotal size of artifacts successfully uploaded or downloaded
4年前
記事のアイキャッチ画像
Schema autocomplete and validation for vercel.json
Vercel News
You can now add autocompletion, type checking, schema validation, and in-editor documentation to any file.vercel.jsonAdd as the key at the top of your file. The schema file is autogenerated similar to our .https://openapi.vercel.sh/vercel.json$schemaautomatic REST API documentationCheck out as well.the documentationRead more
4年前
記事のアイキャッチ画像
Connect your database with the Railway integration
Vercel News
The integration connects your Postgres, Redis, and MySQL databases hosted on Railway with your Vercel project. Instantly provision and deploy your backend infrastructure with Railway, then integrate it with your Vercel frontend in seconds.Railway and connect your database.Try out the integrationRead more
4年前
記事のアイキャッチ画像
The evolution of the Web: What we learned and where we’re going
Vercel News
From open source to a more powerful edge, see our predictions for the future of frontend development—featuring experts in React, Next.js, Svelte, and more. Read more
4年前
記事のアイキャッチ画像
Unlimited custom domains for all Pro teams
Vercel News
You can now add unlimited to your project on a Pro team. This enables creators, entrepreneurs, and platforms on Vercel to create the next big thing. To help enable this, we've created a .Custom DomainsPlatforms Starter KitTry out and platform.the democreate your ownRead more
4年前
記事のアイキャッチ画像
Checkly Integration and Checks API now generally available
Vercel News
With the Vercel Checkly Integration, monitor the Core Web Vitals of your site on every build before it gets deployed so that your performance never degrades.This integration can be installed from the or Status view, and comes with rich functionality out-of-the-box. You can now:Integration MarketplaceThis Checkly Integration is built using our new which allows you to insert validation and status checks after a deployment is built but before it is released to production.Checks APIRead moreRun reliability and performance checks on preview and productionAutomatically block your build when checks failGet deep insights such as web vitals and error logs
4年前
記事のアイキャッチ画像
Papercuts, small feature requests, and bug fixes
Vercel News
With your feedback, we've shipped dozens of bug fixes and small feature requests to improve your product experience: other opportunities where we can improve your experience with Vercel.Let us knowRead moreiCloud DNS Email Preset: Easily add DNS records to your domain to allow email forwarding.Syntax Highlighting for Source Files: When viewing contents of a Deployment, source files now have syntax highlighting based on the code language.Easier Domain Assignment: When adding new custom domains, you can now press Enter to save the input instead of clicking save.Fixed Sticky Tabs in Safari: The dashboard navigation now properly hides items after scrolling in Safari.Safer Domain Removal: When removing a domain from your project, we’ve removed the option to also remove all subdomains based on customer feedback.Full Timestamps for Activity Log: When viewing the Activity Log for your team, you can now hover over the relative timestamp to view the full date and time.Improved Team Member Search
4年前
記事のアイキャッチ画像
Easily manage custom nameservers for domains
Vercel News
You can now more easily add custom nameservers to your Vercel hosted domain, allowing for delegation to other DNS providers. Add up to four nameservers at once, and revert to your previous settings if necessary.Check out as well.the documentationRead more
4年前
記事のアイキャッチ画像
Vercel Security: Response to Log4j Vulnerability
Vercel News
Recently, a series of were discovered in the popular logging utility Log4j.security vulnerabilitiesAs with any emerging threat, details are still coming to light and investigations are ongoing, but that would make us or our customers susceptible to the detailed exploit. Additionally, we're working with our third-party providers to ensure that they have patched or will patch instances of this vulnerability according to their highest criticality timelines.we have not presently identified any use of Log4j in our environmentOur internal teams are working closely with our external security services provider to monitor our environment. We will send follow-up communications to customers as, and when, appropriate. Please feel free to reach out to us at if you have any questions or [email protected] more
4年前
記事のアイキャッチ画像
Usage Overview project grouping
Vercel News
To help provide better insight into your accounts resource usage, the Usage Overview now gives you the ability to view data grouped by your top 4 projects, in addition to grouping the charts by count or ratio.Check out here.the documentationRead more
4年前
記事のアイキャッチ画像
The future of Svelte, an interview with Rich Harris
Vercel News
Svelte has been voted the with the .most loved Web frameworkmost satisfied developersIn this 45-minute interview with , hear , the creator of Svelte, talk about his plans for the future of the framework. Other topics include funding open source, SvelteKit 1.0, the Edge-first future, and more.Lee RobinsonRich HarrisRead more
4年前
記事のアイキャッチ画像
Supporting the Future of React
Vercel News
React is one of the most popular ways to build user interfaces. Many of the world's largest enterprises and newest startups are building their online presence with it, pushing demand for React developers, improvements to React, and learning resources to an all-time high.Read more
4年前
記事のアイキャッチ画像
Vercel acquires Turborepo to accelerate build speed and improve developer experience
Vercel News
We're thrilled to announce our acquisition of to join us on our mission to make the Web. Faster. TurborepoRead more
4年前
記事のアイキャッチ画像
Turborepo Open-Source CLI and Remote Caching on Vercel
Vercel News
, a high-performance build system for JavaScript and TypeScript codebases, is joining Vercel. Starting today, the is open source and available for anyone to use. TurborepoTurborepo CLI Turborepo reduces build times by providing: with Turborepo today.Get startedRead moreIntelligent cachingContent-aware hashingRemote caching (beta)Parallel executionTask pipelines
4年前
記事のアイキャッチ画像
Remix projects can now be deployed with zero configuration
Vercel News
Vercel now automatically optimizes your projects. When importing a new project, it will detect Remix and configure the right settings for you — including automatic HTTP caching headers for JavaScript and CSS assets.RemiximmutableGet started by deploying the or running , selecting Vercel, and then deploying with .Remix templatenpx create-remix@latestnpx vercelCheck out as well.the documentationRead more
4年前
記事のアイキャッチ画像
Announcing $150M to build the end-to-end platform for the modern Web
Vercel News
Our mission is to make the Web. Faster.We're excited to announce $150 million in Series D funding at a valuation of over $2.5 billion. We'll use this funding to accelerate how we:Read more
4年前
記事のアイキャッチ画像
Automatic REST API documentation with OpenAPI
Vercel News
Our REST API documentation is now with changes to our API.automatically updatedDevelopers can use our REST API to extend the Vercel platform and programmatically augment their workflows. After every change to our API repository, a new version of the documentation is automatically generated. This includes all API endpoints and the correct fields and types used. Starting today, more endpoints are listed and all parameters are now documented.Check out .the improved documentationRead more
4年前
記事のアイキャッチ画像
Python 3.9 is now available
Vercel News
As of today, new Deployments using Python Serverless Functions will use version and the legacy version is being deprecated.3.93.6If you need to continue making Deployments using Python 3.6, ensure your and corresponding have set to exactly.PipfilePipfile.lockpython_version3.6Python 3.6 will reach . Before completely removing support, there will be another announcement with the exact sunset date.end of life in December 2021Check out as well.the documentationRead more
4年前
記事のアイキャッチ画像
IP Geolocation now available for all plans
Vercel News
IP Geolocation is now available on all plans, , for requests received by Edge and Serverless Functions. Hobby, Pro and Enterprise teamsIn this Edge Functions , you can determine a user's location.exampleCheck out to learn more. our documentationRead more
4年前
記事のアイキャッチ画像
Vercel welcomes Rich Harris, creator of Svelte
Vercel News
Today, we're excited to share , the creator of Svelte, has joined Vercel to help us in our mission to make the Web. Faster.Rich HarrisRead more
4年前
記事のアイキャッチ画像
Edge Functions are now available in Public Beta
Vercel News
are now available in Public Beta. They allow developers to deliver content to your site with speed and personalization, by enabling them to serve the exact end-user experience they're imagining, every time. Edge Functions have instant cold boots, support streaming, and are deployed globally by default.Edge FunctionsTo get started with Edge Functions, create a file in the directory for or on the root of any Vercel project. Middleware enables Edge authentication, bot protection, feature flags, A/B testing, server-side analytics, logging, and more._middleware.jspages/Next.js 12+Read about deploying Edge Functions in , and check out . the documentationthe examplesRead more
4年前
記事のアイキャッチ画像
Frankfurt (Germany) is now available on the Edge Network
Vercel News
The Edge just got even more powerful. We're excited to introduce as a new region on the Edge Network, allowing you to serve up faster experiences to customers and visitors all over central Europe.Frankfurt (Germany)Static files and the responses from your Serverless Functions are now automatically cached in this region. Furthermore, Pro and Enterprise Teams can choose the region for running Serverless Functions on the respective page in the Project Settings.Check out as well.the documentationRead more
4年前
記事のアイキャッチ画像
At Next.js Conf 2021, let’s make the Web. Faster.
Vercel News
The next Web is faster, more collaborative, more personalized, and built by . We’re throwing a party for Next.js as it turns 5—have you claimed your ticket?youRegister now at . nextjs.org/confRead more
4年前
記事のアイキャッチ画像
Quickly navigate the Dashboard with shortcuts
Vercel News
The ⌘K shortcut on your keyboard now lets you navigate straight to a particular area of the dashboard and take important actions without using the dashboard menu.Among many other ways of saving you time, the new Command Menu lets you: as well.Check out the documentationRead more to a specific Project, or even Deployments within that ProjectNavigate for helpful informationSearch the documentation to join your currently selected Vercel TeamInvite others from an existing Git repository or TemplateCreate new Projects
4年前
記事のアイキャッチ画像
Request access to Teams right from the Dashboard
Vercel News
For you to join a Team on Vercel, one of its owners can invite you from the Team Settings on the dashboard (or, in the case of , add you to the respective Directory Sync provider).SAMLIn addition, that you can request access to based on:the platform now also suggests TeamsSuggested Teams will appear on a (which also provides an overview of the Teams that you're already a part of) and in the scope selector on the top left of the dashboard.new Teams page in your Personal Account SettingsCheck out as well.the documentationRead moreThe Git namespaces (e.g. GitHub organizations) that any Git Login Connections associated with your Personal Account have access to.The email domain associated with your Personal Account.
4年前
記事のアイキャッチ画像
Sunsetting UI-Hooks and Legacy Webhooks
Vercel News
As (on May 25th, 2021) Vercel will be removing UI Hooks for integrations.previously mentionedUI Hooks have already become unavailable for newly created Integrations, but they will also be removed from all existing Integrations, meaning that:Furthermore, we also deprecated the manual webhook creation through our API. See our about this change. This means that:previous announcementCheck the to learn more about upgrading your Integration.updated documentationRead moreIntegrations with UI Hooks can't be installed anymore.Integration UI Hooks will no longer be shown on the Dashboard.The respective configuration field will be removed from the Integration Console.The API endpoint /v1/integrations/configuration/:id/metadata will become unavailable.The API endpoint /v1/integrations/webhooks will become unavailable.The API endpoint /v1/integrations/webhooks/:id will become unavailable.DELETE requests to the configured generic Webhook URL will be not send anymore.
4年前
記事のアイキャッチ画像
Projects can now be transferred to Personal Accounts
Vercel News
As of today, you can with no workflow interruptions or downtime.transfer projects from Teams to Personal AccountsThis is useful when your project no longer requires the functionality offered by Vercel Teams, like working with collaborators.Previously, it was only possible to transfer Vercel projects from Personal Accounts to Teams when a need for collaboration and more advanced functionality arose.Check out as well.the documentationRead more
4年前
記事のアイキャッチ画像
New Slack Integration
Vercel News
We’re happy to share that Vercel's is now ready for use.new and improved Slack IntegrationIt can be installed from the and comes with a number of advantages over the previous Slack Integration. You can now:Integration MarketplaceIf you're currently using the previous legacy Slack Integration (you can tell by opening the Integration's configuration view from your Personal Account or Team dashboard), please remove it and , as the .add the new onelegacy Integration will stop working on August 20thFurthermore, if you're using the legacy Integration, you will also receive a notification directly on your Slack channel about the next steps you can take to upgrade to its latest version.Read moreChoose specific events you’re interested in.Send all events to one Slack channel or to multiple on a per-project basis.Send events to private Slack channels.
4年前
記事のアイキャッチ画像
A new dashboard overview is now available
Vercel News
Your Vercel dashboard provides you with an overview of Projects available within your Personal Account or Team, and what their status is.Today we're excited to announce with a number of improvements. You can now...a completely overhauled dashboard overviewIn addition, the header and activity stream were removed to help you get to what matters faster.Read more for a particular Project.SearchSee is currently available in for your Projects.which changeProductionEasily you're looking for by .find the Projectframework icon or favicon via the cards and on desktop.Navigate to Projectshover to quickly visit Production
4年前
記事のアイキャッチ画像
Version 7 of npm is now supported
Vercel News
Vercel will now automatically detect whether your Project's dependencies were added with version 7 of the npm CLI, based on the presence of .the latest lockfile formatIf detected, Vercel will automatically switch to using npm v7 to install your Project's dependencies within the .Build StepThis means that, among many bug fixes in the latest version of npm, your Deployments can now make use of the following new features:Check out the and the as well.full release notesdocumentationRead moreWorkspacesAutomatically installing peer dependenciespackage-lock v2 and support for yarn.lock
4年前
記事のアイキャッチ画像
Customizing the Install Command while creating Projects
Vercel News
When into Vercel, your Project's dependencies used to automatically be installed using either or , depending on your code. Selecting a different package manager such as was only possible after the Project was already deployed.importing a Git repositoryYarnnpmpnpmAs of today, however, you can configure your custom Install Command even before the first Deployment for your new Project is created.This also comes in handy for passing custom options to the or commands, since you can simply place the command of your choice in the "Install Command" field.yarnnpm installCheck out as well.the documentationRead more
4年前
記事のアイキャッチ画像
Get started faster with the new Project Creation Flow
Vercel News
Creating a new project on the dashboard now takes you through a new, simpler flow:These improvements make it easier to import a Git repository or start fresh from a Template. Try it out by clicking the button on your dashboard!New ProjectIf you'd like to integrate our new Project Creation Flow into your own application or Git repository, check out as well.the documentationRead moreNew projects will , instead of prompting you to pick one every time.default to your currently selected Personal Account or TeamEverything now happens on , instead of making you navigate through four different pages every time.a single view
4年前
記事のアイキャッチ画像
SvelteKit projects can now be deployed with zero configuration
Vercel News
Vercel now automatically optimizes your projects. When importing a new project, it will detect SvelteKit and configure the right settings for you.SvelteKitIn addition, are made available under the prefix by default and you can now easily start new SvelteKit projects from the dashboard.System Environment VariablesSVELTEKIT_Check out as well.the documentationRead more
4年前
記事のアイキャッチ画像
Integrations can now be managed more efficiently
Vercel News
Following our launch of Vercel's new , we're now making it easier to manage Integrations on the dashboard.Integration MarketplaceLegacy Integrations, as mentioned at the bottom of the dashboard, will disappear on August 20th. Integration authors will be able to them until then.upgradeCheck out to learn how to create your own Integration.our updated documentationRead more Navigating to the "Integrations" tab of a Personal Account or Team would list all previously added Integrations and all their different configurations.Before: Every Integration is listed only once per Personal Account or Team, and per-project configurations are handled by the respective third party instead.After:
4年前
記事のアイキャッチ画像
Removing Domains is now much easier
Vercel News
Starting today, removing Domains in the Project Settings now also optionally removes them globally, for all other Projects on your Personal Account or Team.Before, this required navigating to the global Domains page on your Personal Account or Team.Check out the as well.documentationRead more
4年前
記事のアイキャッチ画像
Vite projects can now be deployed with zero configuration
Vercel News
Vercel now automatically optimizes your projects. When importing a new project, it will detect Vite and configure the right settings for you.ViteIn addition, are made available under the prefix by default and you can now easily start new Vite projects from the dashboard.System Environment VariablesVITE_Check out as well.the documentationRead more
4年前
記事のアイキャッチ画像
SAML Single Sign-On and Directory Sync now fully available
Vercel News
Enterprise Teams can now with SAML Single Sign-On. Popular identity providers such as Okta, Google, Auth0, OneLogin, and Azure are supported and can be configured in the of your .use their identity provider to log into and sign up to VercelSecurity sectionTeam SettingsFor additional security, SAML can be enforced. This requires team members to authenticate with your identity provider for all interactions with the Vercel Team.Lastly, the related Directory Sync feature allows Enterprise teams to automatically sync users from a directory provider (Okta, Google, Azure, and generic SCIM providers are supported), add or remove them from the Team, and issue Vercel Personal Accounts as needed. to upgrade to an Enterprise plan, or .Contact Salescheck out the documentationRead more
4年前
記事のアイキャッチ画像
New filters and metrics available on the Usage Overview
Vercel News
To provide better insight into the amount of resources a project uses on Vercel, new functionality was added to the :Usage OverviewCheck out as well.the documentationRead moreAdditional presets for the date range, and the ability to select any start and end date, allowing for a better understanding of how your usage has changed over time.Usage metrics can now also be filtered by individual Serverless Functions, allowing you to identify which Functions don't perform optimally.A new chart for Image Optimization shows the number of optimized source images, to provide insight into how Image Optimization is used across your projects.
4年前
記事のアイキャッチ画像
Welcoming Kathy Korevec to Vercel, our new Head of Product
Vercel News
Today, we’re excited to announce will be joining our leadership team at Vercel as Head of Product!Kathy KorevecRead more
4年前
記事のアイキャッチ画像
Reworked Integrations and Integrations Marketplace
Vercel News
The has been upgraded. With an improved design, it's now easier than ever to discover and install Integrations in one place. All listed Integrations have been reworked to maximize usability and deliver a stellar user experience. Integrations MarketplaceCheck out the new categories of Integrations: to learn how to create your own Integration.Check out our updated documentationRead moreDatabasesCMSCommerceLoggingMonitoringDevTools
4年前
記事のアイキャッチ画像
Supercharge your Vercel Projects with Integrations
Vercel News
Today, we’re announcing our upgraded . We collaborated with partners to streamline installation and reduce as much configuration as possible, and gathered feedback from customers to increase visibility and confidence at every step of your development journey.Integration MarketplaceRead more
4年前
記事のアイキャッチ画像
$102M to Continue Building the Next Web, Together
Vercel News
Today, we’re happy to announce our Series C funding. This is a major milestone for our company, customers, and community in our mission to build a faster web, together.Read more
4年前
記事のアイキャッチ画像
Next.js 11, Next.js Live and more: A recap of Next.js Conf Special Edition
Vercel News
Last week, over 65,000 members of the Next.js community tuned in to watch a special edition of where we shared our progress toward building a faster web.Next.js ConfMissed it? Here's what you need to know.Read more
4年前
記事のアイキャッチ画像
Routing based on Headers and Query String Parameters
Vercel News
At Vercel, our goal is to provide you with the best performance for your web projects, while still allowing for the most flexibility possible when it comes to tailoring responses to users.As part of these efforts, we're now launching a new sub property called for , , and (in or ), which allows for routing conditionally based on the values of headers, cookies, and query string parameters.hasrewritesredirectsheadersvercel.jsonnext.config.jsCombined with features like SSG, ISR, or cached SSR, it can be used in cases like these:Check out the and to learn more.documentationNext.js announcementRead moreResponding differently based on a cookie that was set in the visitor's browser ( header) or the type of device the visitor is using ( header).CookieUser-AgentResponding differently based on the geographical location of the visitor ().Geo-IP headersRedirecting users directly to their dashboard if they're logged in ( header).CookieRedirecting old browsers to prevent serving unsupported pages ( h
4年前
記事のアイキャッチ画像
Detailed Usage metrics for Personal Accounts
Vercel News
The new on the dashboard that was for Teams on the Pro and Enterprise plans is now also available for on the plan.Usage OverviewPersonal AccountsHobbyrecently addedIt provides insight into the following metrics related to your own usage of the Vercel platform: as well.Check out the documentationRead moreThe section helps you to optimize your Deployment's responses.NetworkingThe section lets you identify Serverless Functions that execute poorly.FunctionsThe section will help you improve the duration of your Builds.BuildsThe section provides information about how many Web Vital data points were collected for your Deployments.Analytics
4年前
記事のアイキャッチ画像
UI Hooks for Integrations will be deprecated
Vercel News
Since the launch of the , any newly submitted Integration was expected to provide UI Hooks for integrating its UI into the Vercel Dashboard.Integration MarketplaceAs this constraint required a lot of additional work to be done by third-party services that already had their Integration UI available in their own dashboard, UI Hooks will now be deprecated in favor of allowing Integration authors to re-use existing interfaces outside Vercel.UI Hooks have already become unavailable for newly created Integrations, but they will soon also be removed from all existing Integrations, meaning that:These changes will be applied on , which is the same date as the one that was announced for the .August 20th, 2021Deprecation of old Integration WebhooksCheck out to learn more about upgrading your Integration.the updated documentationRead moreIntegration UI Hooks will no longer be shown on the Dashboard.The respective configuration field will be removed from the Integration Console.The API endpoint wil
4年前
記事のアイキャッチ画像
Surfacing the Environment of Deployments and Domains
Vercel News
The following Dashboard pages now display the Environment of Deployments and Domains:In the case of Domains and Environment Variables, the Environment reflects the Environment of the Deployments that they're assigned to.This change will make it easier for you to determine which Deployments, Domains, and Environment Variables relate to each other.Check out as well.the documentationRead moreThe Deployment ViewThe Deployment ListThe Domain List in your Project Settings
5年前
記事のアイキャッチ画像
Git Fork Protection can now be disabled
Vercel News
If you receive a pull request from a fork of your Git repository that includes a change to the file or the Project has Environment Variables configured, Vercel will require authorization from you or a member of your Team to deploy the pull request.vercel.jsonThis behavior protects you from accidentally leaking sensitive Project information.If you're certain your Environment Variables do not contain sensitive information, you can now disable by visiting the Security section of your Project Settings.Git Fork ProtectionCheck out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Environments Variables per Git branch
Vercel News
You can now add Environment Variables to a specific in the Preview Environment.Git branchWhen you push to a branch, a combination of Preview Environment Variables and branch-specific variables will be used. Branch-specific variables will override other variables with the same name. This means you don't need to replicate all your existing Preview Environment Variables for each branch – you only need to add the values you wish to override.Also, you no longer need to specify the type of Environment Variable (, , ) because. The new design is optimized for both security and convenience, ensuring you can easily view the value later by editing in the UI or running to fetch Development Environment Variables locally.PlaintextSecretProvided by System all values are now encryptedvercel env pullWe previously introduced the option as some frameworks need to map system variables like to framework prefixed variables like . You no longer need to configure this mapping because the based on your Framewo
5年前
記事のアイキャッチ画像
Integration Webhooks are now easier to configure
Vercel News
You can now specify a in your settings. If your Integration relies on Webhooks, it will now be much easier to configure and use them. Each of the following events will be sent as a request:generic Webhook URLIntegrationPOSTIt's been possible to manually list, create, and delete Webhooks via the Vercel API, but this API is deprecated and will be removed on .August 20th, 2021We no longer support a Delete Hook URL that receives a request when an Integration Configuration was removed. If a Delete Hook URL was set, it is now set as a Webhook URL, and "Integration Removed" is turned on. At the moment, the Integration Removed event is sent as two events (a request and a request). The requests will no longer be sent starting .DELETEPOSTDELETEDELETEAugust 20th, 2021Check out and to learn more.the updated documentationAPI referenceRead more, , and events can be sent for each Project your Integration is installed to. Deployment CreatedDeployment ReadyDeployment Error and events can be sent for ea
5年前
記事のアイキャッチ画像
How Core Web Vitals Will Impact Google Rankings in 2021
Vercel News
Beginning this June, Google will add to its ranking signal. Google last year that changes were coming to the way its algorithm ranks pages that went beyond how quickly pages were loaded, safe-browsing, HTTPS, and their mobile-friendliness. Core Web VitalsPage ExperienceannouncedCore Web Vitals evaluate speed, responsiveness, and visual stability of pages and prioritize the site in rankings based on the outcomes of these scores. This means your site performance has a direct impact on SEO and your business.Read more
5年前
記事のアイキャッチ画像
Domains can now easily be transferred out
Vercel News
Starting today, if you are looking to transfer out domains you purchased from or transferred into Vercel, you can access the authentication code for initiating the transfer to another registrar directly on your Domains overview.Previously, this was only possible by contacting Support.Check out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Domains now include their `www` counterpart
Vercel News
Adding a domain to a project will now also suggest adding its counterpart. This ensures visitors can always access your site, regardless of whether they type when entering the domain, or not.wwwwwwUsing a domain guarantees that the can reliably and securely route incoming traffic as quickly as possible, so redirecting non- to the domain is recommended. Redirecting the other way works too if you prefer a cleaner URL address.wwwwwwwwwVercel Edge NetworkExisting domains are not affected by this change, but we recommend ensuring that your project already has a redirect in place.wwwCheck out as well.the documentation Read more
5年前
記事のアイキャッチ画像
The build cache can now be enabled when redeploying
Vercel News
To surface the default behavior and provide granular control, you can now find an option for including the build cache when redeploying an existing Deployment.This update also comes with a refreshed UI for the redeploying functionality, which states more clearly which Domains will be applied to the new Deployment.Check out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Faster builds with per-branch caching
Vercel News
The Build Step now considers the current Git branch when reading and writing the cache.Since the first push to a branch will create a deployment without a branch-specific cache, it will read from the Production branch's cache. Subsequent pushes to that branch will read from its own branch-specific cache.This means that Preview branches will no longer write to the Production branch's cache. This leads to faster builds because changing dependencies in one branch won't change the cache of another branch.In addition, we no longer delete the build cache when a build fails. Instead, you can manually trigger a build without cache by using the "Redeploy" button on the Dashboard.Our tests with a large Next.js app brought down incremental build times from to .13 minutes4 minutesCheck out as well.the documentationRead more
5年前
記事のアイキャッチ画像
IP Geolocation for Serverless Functions
Vercel News
Requests received by Serverless Functions on are now enriched with headers containing information about the geographic location of the visitor:Pro and Enterprise TeamsAs an example, a request from Tokyo is now enriched with the following headers:This feature is now automatically activated for all new and existing Serverless Functions on — no code or configuration change needed.Pro and Enterprise TeamsCheck out as well.the documentationRead more – The 2-letter country code of the IP sending the request.X-Vercel-IP-Country – The region code associated to the IP.X-Vercel-IP-Country-RegionISO 3166-2 – The city name associated to the IP.X-Vercel-IP-City
5年前
記事のアイキャッチ画像
Nuxt Analytics on Vercel
Vercel News
Since the last Next.js Conf, we have expanded Vercel analytics offerings to include and . Today, we expand that offering to include , providing developers with their through data from actual visitors.Next.jsGatsbyReal Experience ScoreNuxt analyticsRead more
5年前
記事のアイキャッチ画像
Every push now receives a new unique URL
Vercel News
Today, we're announcing that .every Git push and Vercel CLI invocation will result in a new unique URL and a new immutable DeploymentExisting Deployments will no longer be re-used if you try to create a new one.This change will likely not impact you in a meaningful way. On November 20th 2020, we by default. If that option is enabled, a new immutable Deployment will already be created every time.enabled automatic System Environment VariablesVercel always strives to give you real-time feedback on every change you push. To this end, we are working on leveraging smart incremental computation techniques to .avoid redoing work that’s already been doneRead more
5年前
記事のアイキャッチ画像
Vercel Analytics are now real-time
Vercel News
Vercel Analytics now updates your in as visitors load your website:Real Experience Scorenear real-timeIn addition to near real-time updates, you can now adjust the score interval granularity to help you understand your Real Experience Score better than ever before. for your project today, or .Enable Vercel Analyticsvisit the documentationRead moreData is available seconds after enabling Analytics (down from ~30 minutes).Immediately see updated metrics after new Production Deployment (down from ~3 hours).Enjoy a reactive dashboard experience, even when viewing data for long time spans.Improved search, loading, and sorting for Pages/URLs for better page-by-page analysis.
5年前
記事のアイキャッチ画像
Nuxt analytics available on Vercel Analytics
Vercel News
are now available for all Nuxt projects on Vercel as part of Vercel Analytics, with zero configuration. This allows developers to understand the for Nuxt projects.Nuxt analytics Real Experience ScoreTo enable, after :importing your Nuxt projectNo code changes are required, and are available for enterprises.options for self-hosted applicationsOnce deployed, your application will automatically report to Vercel.Core Web Vitals as well.Check out the documentationRead moreOpen a Nuxt project in your .Vercel dashboardSelect the "Analytics" tab and follow the flow.
5年前
記事のアイキャッチ画像
Jekyll deployments are now 15x faster
Vercel News
Starting today, Jekyll dependencies from will be cached and used for subsequent Deployments. A "hello world" Jekyll application now builds – down from 3 minutes to 11 seconds with cache.bundle install15x fasterYou can verify that the build cache was used by viewing your Deployment's build logs.Read more
5年前
記事のアイキャッチ画像
Detailed usage metrics are now available
Vercel News
With the introduction of a new Usage overview, the dashboard now provides detailed insight into all the relevant usage metrics for your Team, and visualizes them as different charts:Navigate to the new "Usage" tab available to Teams on the and start optimizing your Projects today.Pro or Enterprise plan as well.Check out the documentationRead moreThe section helps you ensure all responses are made as efficient as possible, split by cached and uncached responses.NetworkingThe section helps you track down misbehaving Serverless Functions through understanding requests that failed, timed out or were throttled.FunctionsThe section helps you ensure your Deployments spend the least amount of time possible in the Build Step.Builds
5年前
記事のアイキャッチ画像
Visualize Team Usage With Sophisticated Usage Dashboard
Vercel News
Today, we are announcing an improvement to how usage metrics are delivered to developers and teams on Pro and Enterprise plans. Read more
5年前
記事のアイキャッチ画像
Domains can now be redirected with a custom status code
Vercel News
You can now select a temporary or permanent for .status codeDomain RedirectsThere are some subtle differences between these :status codesWe recommend using status code 307 or 308 to avoid the ambiguity of non-GET methods, which is necessary when your application needs to redirect a public API.Check out as well.the documentationRead more Not cached by client, method and body never changed.307 Temporary Redirect: Not cached by client, method may or may not be changed to GET.302 Found: Cached by client, method and body never changed.308 Permanent Redirect: Cached by client, method may or may not be changed to GET.301 Moved Permanently:
5年前
記事のアイキャッチ画像
Vercel & Next.js Experts Help Teams Build the Next Big Thing
Vercel News
In the past year, we have enabled enterprise companies like Airbnb, Harry Rosen, and Coravin to develop better websites that deliver tremendous business impact. We didn’t do this alone. Vercel's partners helped to make these mission-critical transformations a reality. Read more
5年前
記事のアイキャッチ画像
Node.js 10 is being deprecated
Vercel News
Following the last week, Vercel is announcing the deprecation of Node.js 10, which reaches its on April 30th 2021.release of Node.js 14offical end of lifeOn , Node.js 10 will be disabled in the Project Settings and existing Projects that have Node.js 10 selected will render an error whenever a new Deployment is created. The same error will show if the Node.js version was configured in the source code.April 20th 2021Serverless Functions of existing Deployments that are using Node.js 10 will be migrated to Node.js 12 on the date mentioned above.If your Project is using Node.js 10 (which you've either defined in in or on the General page in the Project Settings), we recommend upgrading it to the latest version (Node.js 14).enginespackage.jsonNeed help migrating to Node.js 14? and we'll help you out.Let us knowRead more
5年前
記事のアイキャッチ画像
The Directory Listing feature will be disabled for older projects
Vercel News
Last month, Vercel that the Directory Listing feature could now be toggled directly from the Project Settings and that it would be disabled for newly created Projects.announcedIn favor of security, and to prevent unexpected behavior for older Projects, the Directory Listing feature will be disabled for all Projects that were created before January 12th 2021, which is the release date of the respective Project Setting.The change will be applied on .March 8th 2021Because the Directory Listing feature allows for accessing the source code of a Deployment if no is present within it, it's safer to disable it by default. If you want, however, you can turn the feature back on right afterwards, if you're relying on it.index fileCheck out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Node.js 14 LTS is now available
Vercel News
As of today, version 14 of Node.js can be selected in the section on the General page in the (newly created Projects will default to the new version).Node.js VersionProject SettingsAmong , the new version introduces , which can be logged to (recommended) like so:other featuresDiagnostic ReportsLog DrainsThe following features were introduced through :v8The exact version used is 14.15.4 (), but automatic updates will be applied for new minor and patch releases. Therefore, only the major version (14.x) is guaranteed.changelogCheck out as well.the documentationRead moreNullish coalescing operatorOptional chainingIntl.DisplayNamesIntl.DateTimeFormat
5年前
記事のアイキャッチ画像
Correcting Request URLs with Python Serverless Functions
Vercel News
At the moment, the URLs of incoming requests to Python Serverless Functions deployed on Vercel are decoded automatically.Because this behavior is not consistent with a "standalone" Python server, Vercel will stop decoding them for newly created Serverless Functions starting . Existing Deployments will not be affected.March 2nd, 2021As an example, take a look at the Python Serverless Function code shown above and imagine that the URL of the incoming request ends in :/hi%21To try out this change, define a Environment Variable for your project, set it to and create a new Deployment.FORCE_RUNTIME_TAGcanaryRead moreWith the incorrect behavior, will be set to .self.path/hi!With the updated correct behavior, will be set to , which matches the behavior of the built-in class in Python.self.path/hi%21HTTPServer
5年前
記事のアイキャッチ画像
Transfer Vercel projects with zero downtime
Vercel News
There is a new way to from Hobby accounts to Team plans or between two different Teams with zero downtime. This means transfer projects on VercelTeams no longer need to redeploy projects that were deployed under a Hobby plan or a different Team. Read more
5年前
記事のアイキャッチ画像
Projects can now be transferred without downtime
Vercel News
Personal Accounts on Vercel are great for hobby projects. Once you need to deploy more powerful sites, collaborate with other people and customize your workflow, Teams are the right way to go.Migrating from a Personal Account to a Team previously wasn't possible without incurring downtime. It required removing Projects from their old location and deploying them again in the new one. As of today, it's only a matter of a few clicks on the dashboard.Transferring projects is now as easy as navigating to the in the , following the flow and watching the magic happen.without downtimeAdvanced pageProject SettingsAll Deployments, Domains, Environment Variables, and any other configuration of your Project will automatically be moved to the target Team for you. Even optional features you might've enabled can be transferred over.Check out as well.the documentationRead more
5年前
記事のアイキャッチ画像
10 Next.js tips you might not know
Vercel News
Here are 10 little known Next.js tips you might not have heard that could help you save time on your next project: Read more
5年前
記事のアイキャッチ画像
Node.js Version now customizable in the Project Settings
Vercel News
For easy customization and in preparation for landing in the future, the in the now contains a section for defining the Node.js version used in the Build Step and Serverless Functions.Node.js 14 LTSGeneral pageProject SettingsPreviously, defining an property in the file was required to customize the Node.js version. However, this property will take precedence over the Project Setting.enginespackage.jsonCheck out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Invoices are now available on a dedicated page
Vercel News
Invoices for your payments on Vercel were previously found in the Past Invoices section of the Usage tab in the Dashboard.To make it easier to navigate, they have been moved to a dedicated alongside Billing .Invoices pagein the Personal Account and Team SettingsEven though the Upcoming Invoice section has been removed with this change, the Billing page in the Personal Account and Team Settings now provides the same insight.Read more
5年前
記事のアイキャッチ画像
URLs are becoming consistent
Vercel News
A lot of feedback we've gathered has shown that the URLs Vercel currently provides you with are too complicated. As part of our strategy for making them simpler, we're starting with applying a consistent format on :February 20th 2021It is recommended to not rely on any of the Automatic URLs for Production use cases and instead use for that. If that's not possible, please ensure any program sending requests to these URLs supports 308 redirects – like modern browsers do.Custom DomainsRead more ending in will instead end in .Custom Domains and Automatic URLsnow.shvercel.app like will gain the slug of the owner Vercel scope to match Automatic Branch URLs: .Automatic Deployment URLsproject-d418mhwf5.vercel.appproject-d418mhwf5-team.vercel.app like will lose their second subdomain level in favor of a dash: .Automatic Branch URLsproject-git-update.team.vercel.appproject-git-update-team.vercel.applike and like will be adjusted like Automatic Branch URLs.Automatic Project URLs Automatic Team Me
5年前
記事のアイキャッチ画像
React Server Components with Next.js
Vercel News
React Server Components allow developers to build applications that span the server and client, combining the rich interactivity of client-side apps with the improved performance of traditional server rendering.In the upcoming Next.js major release, React developers will be able to use Server Components inside the directory as part of the changes outlined by the . This post will explore how Server Components will enable developers to create faster React applications.appLayouts RFCRead more
5年前
記事のアイキャッチ画像
Serverless Functions are now deployed to US East by default
Vercel News
Many Serverless Functions communicate with third-party services. Because most of these services are available in the US East region, deploying Serverless Functions to US West leads to slower response times.For that reason (and to decrease the latency for requests arriving from Europe), newly created projectswill default to the region (Washington, D.C., USA) instead of (San Francisco, USA) when deploying Serverless Functions. US EastUS WestExisting projects will be unaffected, but can be switched to the new default from the new "Serverless Functions" page in the Project Settings.Check out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Failed payments can now be retried
Vercel News
If a payment had failed for your Team because of an issue with your payment method, you previously had to reach out to our and ask them to retry it, so that you could create Deployments again.Support TeamSince that's quite a slow process, we instead added a button to the Billing page in your Team Settings that you can click to immediately issue a new charge. If that charge succeeds, your Team will be able to create Deployments again right after.Changing the payment method will automatically issue a charge too, so this button is particularily helpful if you've fixed an issue with an existing payment method.Read more
5年前
記事のアイキャッチ画像
Listing the content of directories can now be toggled
Vercel News
Until now, directories used to list the directory's contents whenever their path was visited (provided they didn't contain an index file).In cases where this was considered a security issue, turning off the Directory Listing required configuring a rewrite rule in .vercel.jsonAs of today, the Directory Listing is and can be toggled on the "Advanced" page in the Project Settings.disabled for all newly created ProjectsCheck out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Git repositories can now be searched for and imported easily
Vercel News
Importing a Git repository into Vercel used to require navigating to it on the Git provider of your choice, copying its URL from the address bar, pasting it in the project creation flow on Vercel and then following the steps.Thanks to its most recent update, however, the now renders a list of recommended Git repositories to import and allows for searching for a particular one as well, annotated with icons for the frameworks that are being used within those Git repositories.project creation flowCloning a Template is now also much easier than before, as they are presented on the same page as the recommended Git repositories.Check out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Multiple Git namespaces per Personal Account and Team
Vercel News
When connecting a Project on Vercel to a Git repository, the Git repository previously had to be located in the same Git scope as the Git repositories of all other Projects within that Personal Account or Team.Now that this connection is defined on the Project-level (see above) instead of being configured on the Personal Account or Team, this limitation is lifted. Additionally, problems with an active connection are now surfaced there too.Every Personal Account or Team can now contain Vercel Projects that are connected to Git repositories located in various different Git scopes. This also means that, when importing one, Vercel no longer forces a certain destination Personal Account or Team.Check out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Environment Variables can now be filtered
Vercel News
Previously, Environment Variables defined in the Project Settings used to be sharded into different Environments using tabs in the UI. To make it easier to add them to multiple Environments at once and edit them like that, however, they now live in a single list.In order to make it easy for you to still only view the Environment Variables you're interested in, we just added a new search field and a select field on the right that lets you filter the Environment Variables down to a specific Environment.Read more
5年前
記事のアイキャッチ画像
Three Improvements to Project Creation & Git Integration
Vercel News
Projects are core to everything on your Vercel account. We’ve recently improved the developer experience by introducing three updates for projects. These apply to all users on Hobby, Pro, and Enterprise plans.By improving how projects are created and connected to Git in Vercel, we expect a decrease in the time between project creation and deployment for all users and a reduction in complexity for some larger Vercel customers.Read more
5年前
記事のアイキャッチ画像
$40M to Build the Next Web
Vercel News
Today, we announce $40M in new funding to help build the next web.everyoneWhen responding to investors, we told them the stories of our customers, from independent developers to Fortune 10 companies, and the lessons we learned this year about how and Vercel help teams collaborate and move faster with greater flexibility.Next.jsRead more
5年前
記事のアイキャッチ画像
Build and Function Logs now render ANSI color codes nicely
Vercel News
If the logs that your source code or your framework are exposing within the Build Step or within your Serverless Functions contain ANSI color codes for providing more clarity, Vercel previously directly printed them out in the respective views on the Dashboard.As of today, however, all of those codes are automatically parsed within the Deployment View, which contains Build Logs on the main page, but also the logs for your Serverless Functions on the "Functions" tab.In the example above, you can see that ANSI codes are now automatically rendered as the colors they are supposed to represent, which makes the text much easier to understand.Read more
5年前
記事のアイキャッチ画像
System Environment Variables are now available by default
Vercel News
Previously, consuming values provided by the Vercel platform in your Environment Variables (like the URL of your Deployment) required adding System Environment Variables using the "Environment Variables" page in the Project Settings.All new Projects created as of today, however, will automatically receive all System Environment Variables by default – without you having to expose them explicitly.This setting can also be controlled from existing Projects, which means that you can easily opt into the new behavior for those as well.Furthermore, the available System Environment Variables were revamped to have much more straightforward names and don't differentiate between Git providers anymore. For example, you can now use to retrieve the Git commit SHA for GitHub, GitLab and Bitbucket instead of having to use several different System Environment Variables for that.VERCEL_GIT_COMMIT_REFCheck out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Projects can now be renamed
Vercel News
For all the Projects you've deployed on Vercel in the past, the platform either automatically selected a name for you based on the name of your Git repository or local directory, or you manually customized it before the Project was created.Previously, it wasn't possible to change the name of a Project after it was created. As of today, however, you can do it directly from the "General" page in the Project Settings.When changing the name of your Project, no interruptions in your or your Team's workflow will occur, considering that you're either or you've using Vercel CLI.deploying from a Git repositorylinked the Project to a local directoryCheck out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Dependencies can now be installed with a custom command
Vercel News
By default, Vercel automatically determines the right command for installing your project's code dependencies in the based on the configured for your project and the presence of certain files (like ) in your source code.Build StepFramework Presetpackage-lock.jsonAs of today, you can customize the command that Vercel will run within the Build Step for installing your code dependencies.In the new section within the Project Settings, you can now enter any command of your choice that will be run instead of having Vercel automatically determine the right one for you.Install CommandCheck out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Auto Renewal can now be disabled for Domains
Vercel News
Once you've with Vercel or from a different platform, Vercel will automatically make sure that your Domain is renewed every year – before it expires.purchased a Domaintransferred it inLike this, you never have to worry about your projects becoming unavailable. Instead, you will automatically be charged the renewal fee every year and your Domain will continue working.Previously, the only way to prevent a Domain from being renewed again (in the case that you don't want to continue using it, for example) was , who disabled auto renewal for you.contacting our Support TeamAs of today, you can toggle the auto renewal behavior of a Domain right on the Dashboard by navigating to the "Domains" tab on your Personal Account or Team, clicking the Domain you're interested in and toggling the option on the top right.Check out as well.the documentationRead more
5年前
記事のアイキャッチ画像
Vercel Analytics for Gatsby
Vercel News
At Next.js Conf, we announced , providing developers with their Real Experience Score through data from actual visitors. Today we're expanding Vercel's analytics offerings to include Gatsby.Next.js AnalyticsRead more
5年前
記事のアイキャッチ画像
September 2020
Vercel News
Read more
5年前
記事のアイキャッチ画像
Monorepos
Vercel News
Vercel now supports monorepos for improved flexibility at scale. From the same Git repository, you can set up multiple projects to be built and deployed in parallel.Monorepos let your team use multiple programming languages and frameworks, collaborate better, and leverage microfrontend architectures.Learn more about how monoreops are changing how teams build software.Read more
5年前
記事のアイキャッチ画像
August 2020
Vercel News
Read more
5年前
記事のアイキャッチ画像
Our new Edge and Dev infrastructure
Vercel News
Vercel to help frontend teams succeed at scale. From the ideal developer experience on localhost, to the .was bornbest performance for your end-user via our Global Edge NetworkToday we are introducing major end-to-end enhancements, starting with a (with Next.js and Vercel CLI) and finishing with .realtime developer workflowserving pages up to 6x fasterRead more
5年前
記事のアイキャッチ画像
Custom production branch
Vercel News
Up until now, after from a Git repository or one of our examples, all commits to its were being deployed to Production.creating a new Projectdefault branchToday we are introducing a new default for newly created Projects, as well as an easy way to customize it from your Project Settings.Read more
5年前
記事のアイキャッチ画像
Next.js: Server-side Rendering vs. Static Generation
Vercel News
is a React framework that supports Instead of having the browser render everything from scratch, Next.js can serve pre-rendered HTML in two different ways.Next.jspre-rendering.Read more
5年前
記事のアイキャッチ画像
July 2020
Vercel News
Read more
5年前
記事のアイキャッチ画像
DNS Records UI
Vercel News
Applying custom (for receiving emails, for example) has so far always required interacting with our advanced .DNS Records to your Domainscommand-line interfaceFrom today, you'll be able to manage them and even insert presets for commonly used DNS Records.directly from the Web UIRead more
5年前
記事のアイキャッチ画像
June 2020
Vercel News
Read more
5年前
記事のアイキャッチ画像
May 2020
Vercel News
Read more
6年前
記事のアイキャッチ画像
Protecting Deployments
Vercel News
Pushing a change to your project results in a Preview Deployment. Then, once you're ready, merging it into results in a Production Deployment with the domain of your choice.masterEven though Preview Deployments receive a unique URL, they might still be accessed by anyone that finds out about the URL. Today, we're introducing two features for easily protecting them right from the Dashboard.Read more
6年前
記事のアイキャッチ画像
ZEIT is now Vercel
Vercel News
Read more
6年前
記事のアイキャッチ画像
Environment Variables UI
Vercel News
If you are working on a sophisticated project, you might have found yourself wanting to configure different Environment Variables depending on the Environment your project is deployed to.With today's release, we're making it possible to configure different for , , and – right in the Dashboard.Environment VariablesProductionPreviewDevelopmentRead more
6年前
記事のアイキャッチ画像
Simpler Pricing
Vercel News
Since the launch of our platform, we have always aimed to make our pricing model as simple as possible, and perfectly tailored to your needs.Today, we are taking a giant leap towards that goal by introducing our for your and .new pricing planspersonal accountteamsRead more
6年前
記事のアイキャッチ画像
April 2020
Vercel News
Read more
6年前
記事のアイキャッチ画像
We're All in This Together
Vercel News
, we're lucky to be minimally affected by recent events. Outside of our regular work, we're doing our best to support one another and our families — hosting virtual game nights, zoom hangouts, group meditation, and regular check-ins.As a remote-first companyWe also recognize that we have an opportunity — no, an obligation — to help our communities in any way we can. So today, we want to step aside from our typical product-focused content and highlight some recent projects from developers in our and community.Next.jsVercelOur community has built COVID-19 related sites generating over in the past — providing critical information and awareness, helping prevent further outbreaks, and giving us tools for keeping each other safe. This blog post is dedicated to these inspiring efforts.2,500+150 million requests72 hoursRead more
6年前
記事のアイキャッチ画像
Canceling Ongoing Deployments
Vercel News
Sometimes you might find yourself having created a deployment that you don't need anymore, or that is causing other deployments to get queued behind it.Previously, it was necessary to wait for such deployments to complete, and then delete them. As of today, however, you can immediately if they are no longer required.cancel deploymentsRead more
6年前
記事のアイキャッチ画像
New Git Integration Settings
Vercel News
Creating a new project on Vercel is as simple as importing a Git repository from your favorite provider, whether that's , , or .GitHubGitLabBitbucketOnce a project has been imported, the Git Integration connection can be edited in the blink of an eye. Today, we're making this process easier to understand and more reliable than before.Read more
6年前
記事のアイキャッチ画像
Refined Logging
Vercel News
With the launch of , we made it easy to pipe the invocation logs of your Serverless Functions or Static Files to a log inspection tool like or .Log DrainsLogDNADatadogHanding off this piece of your production workflow to a service dedicated to this purpose allowed us to tighten our focus around what we do best: Plug-and-play realtime logs.Read more
6年前
記事のアイキャッチ画像
March 2020
Vercel News
Read more
6年前
記事のアイキャッチ画像
Advanced Project Settings
Vercel News
With the launch of , we made setting up your projects as easy as , and having every push and pull request deployed with Vercel. No configuration.Zero Config Deploymentsimporting a Git repositoryToday, we're extending this process to non-JavaScript projects (like sites) and giving you full control over your project's automatically configured settings.HugoRead more
6年前
記事のアイキャッチ画像
Get support from the dashboard
Vercel News
Getting in touch with Vercel Support has always been straightforward. However, we wanted to make this even easier, providing and reducing the impact on your workflow. We are delighted to say that from today this is now possible, with the new direct access to Vercel Support from your dashboardSupport Form.Read more
6年前
記事のアイキャッチ画像
February 2020
Vercel News
Read more
6年前
記事のアイキャッチ画像
Log Drains
Vercel News
Inspecting logs for the , , and traffic of a deployment can be crucial to pinpointing aspects of its behavior and understanding better where improvements can be made.Build StepRuntimeEdge NetworkToday, we are thrilled to announce support for Log Drains: collect all of your logs using a service that specializes in storing app logs.Read more
6年前
記事のアイキャッチ画像
January 2020
Vercel News
Read more
6年前
記事のアイキャッチ画像
backendlessConf_ 2019
Vercel News
2019 has been an incredible year for Vercel. We announced , launched a new , and even hosted a successful .zero-configintegrations platformhackathonTo end the year on a memorable note, we held our .first-ever remote conference:backendlessConf_Read more
6年前
記事のアイキャッチ画像
Branch Domains
Vercel News
After editing your project, previewing your changes with Vercel is only a matter of pushing a Git commit using our , or by running a single command using our .Git Integrationcommand-line interfaceEvery Deployment created in either way receives a unique URL, yet you still might want to apply a . Today, we are making this possible with Custom Domain for your Preview DeploymentsBranch Domains.Read more
6年前
記事のアイキャッチ画像
December 2019
Vercel News
Read more
6年前
記事のアイキャッチ画像
Vercel for Bitbucket
Vercel News
is popular among teams as the central place to plan projects, collaborate on code, test, and deploy — especially in combination with Jira and Trello.Bitbucket.Today, we are proud to announce our first-class Bitbucket integration, Vercel for BitbucketRead more
6年前
記事のアイキャッチ画像
Dashboard redesign
Vercel News
With the launch of , Vercel made it easier than ever to deploy websites and applications. Now, we're bringing the simplicity of our developer experience to our web dashboard.Zero Config DeploymentsCreating new projects, importing existing code, managing domains, setting up redirects, inspecting deployments and functions, and managing teams has never been easier.We are unveiling the next evolution of the. Vercel DashboardRead more
6年前
記事のアイキャッチ画像
Introducing the Deploy Button
Vercel News
As the author of an open source project or framework, one of your key focuses is making it as easy as possible for users to get started with your creation.With the help of today's feature release, you can now reduce this entire process down to the click of a single button: The Vercel Deploy Button.Read more
6年前
記事のアイキャッチ画像
Inspecting Serverless Functions
Vercel News
After deploying a static frontend to Vercel, some projects might make use of Serverless Functions to feed data from.Creating Serverless Functions is as simple as adding an in your project, and today inspecting them became just as comfortable with the new "Functions" tab from your Deployment Overview.API directoryRead more
6年前
記事のアイキャッチ画像
Customizing Serverless Functions
Vercel News
When extending your project with Serverless Functions, you might find yourself in a situation where adjusting the default behavior is necessary.Today, we are adding a new configuration property to allow you to do just this.functionsRead more
6年前
記事のアイキャッチ画像
November 2019
Vercel News
Read more
6年前
記事のアイキャッチ画像
Default Production Domain
Vercel News
When creating a new project, it's important that the road to sharing a working production URL of your newly deployed code is as short as possible, with the least amount of friction.With today's announcement, we're ensuring exactly that.Read more
6年前
記事のアイキャッチ画像
Redirecting Domains
Vercel News
If you own multiple domains and would like to forward them to a single one, or redirect a subdomain like to your apex domain, you previously had to create multiple deployments and set up for each of them.wwwRoutesNow, you can accomplish the same, right from your dashboard.Read more
6年前
記事のアイキャッチ画像
Advanced Invoice Settings
Vercel News
If you are a business working with , you've probably found yourself in a situation where the you've received from us are required by your accounting department.Vercelinvoicesmissing informationToday, we are changing this by providing you with ways to configure those missing fields.Read more
6年前
記事のアイキャッチ画像
October 2019
Vercel News
Read more
6年前
記事のアイキャッチ画像
Introducing Wildcard Domains
Vercel News
With , you can already deploy to HTTPS-enabled subdomains of your choice.VercelWhat if you could let customers choose those subdomains (like with )? Today, we're making this possible with the introduction of !Slack workspacesWildcard DomainsRead more
6年前
記事のアイキャッチ画像
Deploy Summary Integration
Vercel News
Today, we're introducing , a Vercel integration to augment your workflow with our and integrations even further.Deploy SummaryGitHubGitLab analyzes your pull requests and merge requests, detects changed pages, and provides a detailed preview right next to your commits:Deploy SummaryRead more
6年前
記事のアイキャッチ画像
Zero Config Deployments
Vercel News
Few weeks ago, we introduced Vercel as the most powerful and scalable platform for and powered by or static websitesserverless functionsany languageframework.This came at the expense of writing files. Today, we are introducing , a conventional and completely backwards-compatible approach to deployment.vercel.jsonZero ConfigRead more
6年前
記事のアイキャッチ画像
Introducing Deploy Hooks
Vercel News
Thanks to our first-class and Integrations, you can simply push your code to deploy with . But what if you wanted to create a deployment not based on change of source code, but another external event, such as an update in CMS content?GitHubGitLabVercelStarting today, you can deploy based on any event with Deploy Hooks.Read more
6年前
記事のアイキャッチ画像
Node.js 10 is Now Available
Vercel News
With the , features like , a , and several performance improvements have found their way into production.release of Node.js 10BigIntstable API for native addonsToday, we are for new and deployed using .enabling Node.js 10 supportserverless Node.js functionsNext.js applicationsVercelRead more
6年前
記事のアイキャッチ画像
Helpers for Serverless Node.js Functions
Vercel News
Migrating to serverless Node.js functions or creating new ones can mean that some of the tools and frameworks you used previously are not suitable anymore.With today's feature release, we want to solve this problem by providing you with a set of default .helpers exposed within your Node.js functionRead more
6年前
記事のアイキャッチ画像
Vercel Hackathon Winners
Vercel News
We kicked off June with the , focused on creating .first-ever Vercel HackathonintegrationsThe event was a phenomenal success. joined us from every corner of the world to submit high quality integrations that improve their workflow. After much deliberation, our judges finally have the results, and we are .Over 250 participantsthrilled to announce the winnersRead more
6年前
記事のアイキャッチ画像
Windows Support for `vercel dev`
Vercel News
With the of , we provided developers with the first single-command development environment that can handle multiple services at once.releasevercel devIn order to open up this opportunity to an even wider range of users, we are very pleased to announce that .vercel dev supports WindowsRead more
7年前
記事のアイキャッチ画像
Introducing Serverless Pre-Rendering (SPR)
Vercel News
Static websites are . When you deploy static frontends to Vercel, we automatically serve them from every edge of our global network.fastSmart CDNBut static websites are also... . Static site generators create all your pages during the build process — all of them, all at once. Ever had to quickly fix a typo in a page, only to wait minutes or hours for your change to go live?staticToday, we are introducing , an industry-defining feature of our Smart CDN network that allows you to get the best of both worlds: the speed and reliability of , and the versatility of data rendering.Serverless Pre-RenderingstaticdynamicRead more
7年前
記事のアイキャッチ画像
Introducing `vercel dev`: Serverless, on localhost
Vercel News
Vercel was born out of the idea that deploying a website could be much simpler. You only have to run a single command: – that is all.vercelWith our and integrations, we enabled deploying on every , and teams to manage staging and production by simply merging pull requests.GitHubGitLabgit pushRead more
7年前
記事のアイキャッチ画像
Automatic SSL with Vercel and Let's Encrypt
Vercel News
Our Vercel platform enables you to deploy modern websites and applications without needing any complicated server configuration. Not only do we automatically configure DNS records for your domain, we also instantly issue and renew free wildcard SSL certificates, completely hands-free.Historically, companies have spent thousands to get their websites HTTPS-enabled. Not to mention the whole process of issuance, download, re-upload, reconfigure, restart server with downtime — it's always enormously stressful and requires significant engineering resources.Read more
7年前
記事のアイキャッチ画像
Auto Job Cancellation for Vercel for GitHub
Vercel News
When you connect your GitHub organization to Vercel, with , we build and deploy your app for each every Git push. We call such an event a .Vercel for GitHubjobFor a given branch, we process each job in a queue. If multiple jobs are waiting, we pick the latest one to build. Vercel for GitHub will always give you the deployment URL for the most recent commit.Read more
7年前
記事のアイキャッチ画像
Next.js 6.1
Vercel News
We are proud today to introduce the production-ready , featuring:Next.js 6.1Read more
7年前
記事のアイキャッチ画像
Next.js 6 and Nextjs.org
Vercel News
This year, the Keynote started by highlighting our Open Source projects including showing the metrics of Next.js. With over 25000 stars on and over 10000 websites are already powered by it, we're incredibly amazed at its growth and love seeing the increasing amount of projects depending on it.ZEIT DayGitHubRead more
8年前
記事のアイキャッチ画像
Next.js 5.1: Faster Page Resolution
Vercel News
We are happy to introduce Next.js 5.1, which features support for environment configuration, phases, source maps, and new Next.js plugins.Major performance improvements are introduced: resolving pages is faster, and error pages are loaded more efficiently.102xRead more
8年前
記事のアイキャッチ画像
Next.js 5: Universal Webpack, CSS Imports, Plugins and Zones
Vercel News
We are very happy to introduce Next.js 5.0 to the world. It’s available on npm effective immediately.Read more
8年前
記事のアイキャッチ画像
Towards Next.js 5: Introducing Canary Updates
Vercel News
On the heels of the announcements of canary releases for , , and , we are glad to announce the immediate availability of a canary channel for Next.js.HyperNow CLINow DesktopIn addition, we are excited to share some of the goals we are currently working on towards the release of Next.js 5!Read more
8年前
記事のアイキャッチ画像
Next.js 4: React 16 and styled-jsx 2
Vercel News
We are happy to introduce , which features support for React 16 and introduces a major upgrade for the default styling engine styled-jsx with support for .Next.js 4dynamic stylesRead more
8年前
記事のアイキャッチ画像
Next.js 3.0
Vercel News
We are very excited excited to announce the stable release of Next.js 3.0. Ever since our , we have been using it to power and have received lots of feedback and contributions from our .beta announcementvercel.comcommunityLet’s walk through what’s been improved and what’s altogether new, or fetch the latest version from !npm Next.js is a zero-configuration, single-command toolchain for React apps, with built-in server-rendering, code-splitting and more. Check out to get started!New to Next.js?Learn Next.jsRead more
8年前
記事のアイキャッチ画像
Next 3.0 Preview: Static Exports and Dynamic Imports
Vercel News
On the heels of our announcement of free static deployments earlier today, we are excited to introduce a beta release of the upcoming 3.0, featuring , dynamic components and various bugfixes.Next.jsnext exportRead more
9年前
記事のアイキャッチ画像
Next.js 2.0
Vercel News
More than read our of . More than have submitted patches, examples or improved our documentation. Over have starred us on .3.1 million developers110 contributors10,000 developersannouncement postNext.jsGitHubToday, we are proud to introduce to the world. What follows is a quick summary of every new feature and improvement we have made.Next 2.0Read more
9年前
記事のアイキャッチ画像
Next.js
Vercel News
We're very proud to open-source , a small framework for server-rendered universal JavaScript webapps, built on top of React, Webpack and Babel, which powers this very site!Next.jsRead more
9年前