April 2025 Summaries
14 posts from Vercel
Filter
Month:
Year:
Post Summaries
Back to Blog
The Vercel Web Application Firewall (WAF) is now launching a new managed ruleset called Bot Filter, free for all users on all plans. This feature provides better controls to fine-tune application security and protect against bot attacks such as cross-site scripting, traversal, and application DDoS attacks. The Bot Filter uses a heuristics-based detection approach that distinguishes between browser-based traffic (human) or non-browser based (likely bot) traffic with zero configuration needed. It allows requests from real browsers and verified bots to pass through while issuing challenges to non-browser clients like `curl` or unwanted scrapers. The feature ties directly into the WAF, maintaining a list of verified bots to ensure authenticity and reduce maintenance overhead. Bot Filter is ideal for legitimate services like AI and SEO bots or when expecting mostly human traffic, continuously challenging non-browser traffic to improve app performance and optimize resource usage for real customers.
Apr 23, 2025
809 words in the original blog post.
The Vercel Web Application Firewall (WAF) has been enhanced with a new feature called Bot Protection, which provides better controls for fine-tuning application security. This managed ruleset is free for all users on all plans and allows developers to protect their applications from bot attacks with a single click. Bot Protection uses a heuristics-based detection approach that distinguishes between browser-based traffic (human) or non-browser based (likely bot) traffic, while also integrating with the WAF. The feature is ideal for legitimate services like AI and SEO bots, and can be used to restrict access to human users and Vercel-verified bots. Developers are encouraged to enable Bot Protection in Log-Only Mode first to gain visibility into their app's traffic and bot sources before switching to active enforcement.
Apr 23, 2025
849 words in the original blog post.
The text discusses the rapid acceleration of AI transformation in the tech landscape, with significant advancements happening in months rather than years. It highlights the need for businesses to find their place within this new space and leverage AI capabilities to maintain competitive edges. The article shares lessons from Vercel's experience in incorporating AI into its core business model, emphasizing the importance of finding integration that feels native to what your company already does. Key takeaways include the barrier to entry being lowered with one-click deployments, the potential for smaller businesses to compete with tech giants by leveraging exclusive data, feedback cycles, and complicated domains. The article also introduces an AI SDK that simplifies how developers integrate AI into applications, making it easier to experiment with multiple models and change between them quickly. Ultimately, the text emphasizes the need for businesses to start simple, ship early, and improve, unlocking rapid AI development.
Apr 18, 2025
1,123 words in the original blog post.
Spanish court grants LaLiga the power to block IP addresses associated with unauthorized football streaming, without distinguishing between infringing and non-infringing services. This has resulted in legitimate websites becoming inaccessible in Spain due to their association with shared IP addresses. The enforcement of these blocks is indiscriminate, causing collateral damage to critical infrastructure, developers, and businesses. LaLiga's actions are a form of blanket censorship, as they block entire IPs without reviewing or distinguishing between hosts. This has affected Vercel users in Spain, including Spanish startups, due to their association with shared IP addresses. The issue highlights the need for targeted, transparent, and technically sound enforcement efforts, rather than indiscriminate blocking.
Apr 15, 2025
558 words in the original blog post.
Vercel's deployment approach is built around application-aware routing, which integrates with the platform's infrastructure to provide a seamless and efficient experience for developers. This approach enables full context of deployments, domains, and logic, supporting standard routing and custom rules, while also interpreting application logic in real-time to make smarter decisions. The gateway provides automatic deployment, routing, and rollout behavior, thanks to its tight integration with framework code, allowing for instant global propagation pipelines and minimizing latency. Vercel's routing capabilities include aliasing domains on Vercel, de-aliasing, skew protection against version mismatches, a continuous, intelligent reverse proxy, programmatic routing functions, rewrites, and redirects. These features empower developers to control real-time routing with programmable logic, while preserving predictability and flexibility without sacrificing infrastructure management.
Apr 15, 2025
1,733 words in the original blog post.
Grep is an extremely fast code search tool that allows users to search over a million repositories for specific code snippets, files, or paths. Originally built with Create React App (CRA), Grep was updated to Next.js for improved performance and maintainability. The new implementation uses Next.js' server-side rendering capabilities to prerender the majority of the page, enabling quick navigations between subsequent pages while maintaining a fast initial page load. A search input is made interactive by conditionally rendering two references to the search input and synchronizing their state through URL-based state management. The search results are displayed instantly on the client-side using React Server Components, TanStack Query's `useSuspenseQuery`, and incremental client-side fetching with debouncing input changes. Optimistic UI updates and query caching help prevent stale or out-of-order results during rapid typing. Partial Prerendering enables faster initial loads without refactoring, combining static prerendering with dynamic streaming. The updated Grep experience offers instant search, persistent focus, optimized data fetching, improved performance, and enhanced features like dark mode and expanded search index. With this new foundation established, further improvements are being explored, including private repository indexing and advanced query syntax.
Apr 14, 2025
1,855 words in the original blog post.
The Chat SDK is a free, open-source template for building powerful chatbot applications. It powers incredible applications across the web and is now available as a production-ready template, built on Next.js App Router with the AI SDK at its core. This allows users to use any AI model and provider throughout their application, leveraging strong foundations such as message persistence, authentication, multimodal support, and shareable chats. The Chat SDK differentiates itself with features like generative UI, customizable artifacts, and in-browser code execution, enabling dynamic, interactive interfaces, specialized components tailored to specific use cases, and seamless code execution directly in the browser. With extensive documentation covering everything from project setup to customization instructions, the Chat SDK provides a solid foundation for building incredible chat applications.
Apr 09, 2025
305 words in the original blog post.
The Chat SDK is a free, open-source template for building powerful chatbot applications. It provides a complete production-ready application built on Next.js App Router with the AI SDK at its core, allowing users to use any AI model and provider throughout their application. The SDK differentiates itself with features such as generative UI, customizable artifacts, and in-browser code execution. With these advanced capabilities, users can create dynamic interfaces, build specialized components, and write and run code directly in the browser. The documentation at chat-sdk.dev covers everything from project setup to customization instructions, providing a foundation for building incredible chat applications.
Apr 09, 2025
297 words in the original blog post.
OpenChat is a free, open-source template designed for creating advanced chatbot applications, recently rebranded from Chat SDK. Built on Next.js App Router and utilizing the AI SDK, it supports any AI model and provider, ensuring it remains current with technological advancements. OpenChat features message persistence, authentication, multimodal support, and shareable chats, and stands out with its generative UI, customizable artifacts, and in-browser code execution using WASM and pyodide. This enables dynamic interfaces and specialized components for diverse use cases, such as document creation and interactive tools. Comprehensive documentation at openchat.dev guides users through project setup, customization, testing strategies, and migration, making it suitable for both small projects and large-scale enterprise solutions. Deploying a chatbot with OpenChat can be done effortlessly with a single click.
Apr 09, 2025
330 words in the original blog post.
Chatbot, formerly known as Chat SDK, is a free, open-source template designed for building sophisticated conversational AI applications, integrating the AI SDK to allow the use of any AI model and provider. Built on Next.js App Router, it boasts features such as message persistence, authentication, multimodal support, and shareable chats, while also offering unique capabilities like generative UI for creating dynamic interfaces, customizable artifacts for tailored components, and in-browser code execution with WASM and pyodide. This template is continuously updated with the latest advancements and is supported by comprehensive documentation available at chatbot.ai-sdk.dev, guiding users through project setup, customization, and implementation of testing strategies. Ideal for both small-scale projects and enterprise solutions, Chatbot aims to facilitate the development of innovative chat applications, with deployment simplified to a single click.
Apr 09, 2025
330 words in the original blog post.
The Vercel Marketplace has introduced new native integrations with Sentry, Checkly, and Dash0, allowing developers to monitor, measure, and debug their apps without custom setup or change in deployment process. These tools connect directly through the marketplace with integrated billing, single sign-on, and access to provider dashboards, providing deep visibility into app performance. The launch also introduces Log Drains for native integrations, a capability previously only available to connectable accounts, allowing users to send logs from their Vercel projects to Dash0 for deeper insights and centralized monitoring. This move brings observability tools closer to where development happens, eliminating context switching and managing multiple dashboards.
Apr 08, 2025
314 words in the original blog post.
Vercel has introduced Protectd, its next-generation real-time security engine, designed to improve the speed and adaptability of its Denial-of-Service (DoS) mitigation systems. Built on a custom event-processing library, Protectd processes live signals as they arrive, detecting and mitigating threats in real time by continuously mapping complex relationships between traffic attributes. The new system reduces mitigation times for novel DoS attacks by over tenfold, delivering faster protection against emerging threats. With its ability to detect and block over three million L7 events daily, Protectd reinforces Vercel's role as an intelligent, next-gen security layer, helping to make the internet safer and more resilient.
Apr 07, 2025
1,279 words in the original blog post.
PAIGE, a leading denim and apparel retailer, transformed their ecommerce strategy by adopting a simpler headless tech stack powered by Shopify, Next.js, and Vercel. This move simplified their technology stack and addressed integration and data syncing issues, ultimately boosting Black Friday revenue by 22% and increasing conversion rates by 76%. The new architecture resolved existing limitations across departments, enabling sustainable growth through streamlined tooling decisions and the removal of unnecessary dependencies. Shopify integrated smoothly with ecommerce, retail, fulfillment, customer service, and marketing, while Next.js provided Server-side Rendering and flexibility without vendor lock-in. Vercel ensured reliable user experiences during peak traffic periods. The new website launched months before Black Friday, with rigorous stress-testing, resulting in record-breaking performance with no downtime or incidents. This simplified tech stack is driving continued innovation, enabling rapid expansion of multi-channel features and sustained conversion increases, as PAIGE stays ahead of customer expectations and market trends.
Apr 03, 2025
523 words in the original blog post.
At Vercel, a pragmatic framework for composable commerce adoption is proposed, focusing on business outcomes rather than architectural complexity. This approach involves five key truths:
Focus on desired outcomes, prioritize simplicity and flexibility over complex integrations, leverage modern tools to reduce complexity, adopt incremental approaches narrowly scoped to immediate goals, and avoid unnecessary dependencies and complexity. By adhering to this no-nonsense approach, composable commerce strategies become efficient, risk-mitigated, and sharply aligned to delivering immediate tangible business impact.
Apr 01, 2025
876 words in the original blog post.