Rslib Blog1Last updated: 2026/01/10 13:01

Beekeeper’s automated leaderboard approach and human feedback loop system for dynamic LLM and prompt pair selection addresses the key challenges organizations face in navigating the rapidly evolving landscape of language models.
Mousing over an element and watching it tilt in 3D space is a beautiful and compelling effect. Let's bring it to mobile and use the phone itself rather than a cursor.
Configure On-Demand Concurrent Builds to run one active build per branch. Deployments to the same branch are queued, and only the latest build runs.

How to build agents with filesystems and bash, production agents, context management, template, bash
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.

Security update: Upgrade recommended for users on versions below 1.20.4
A context menu is like a tooltip in that it opens right next to the the thing that opened it. Here, we animate the opening and ensure it opens somewhere where it doesn't get cut off.

Learn what is new in the Visual Studio Code December 2025 Release (1.108).

N-ableはApollo GraphQLを導入し、1300%の成長を達成した。最初の計画では1つのサブグラフと10人のエンジニアで1年を見込んでいたが、実際には14のサブグラフと85人の貢献者、300人のApollo Studioユーザーにまで拡大した。課題はインフラではなく、急成長を管理することだった。N-ableはサイバーセキュリティとIT管理ソフトウェアを提供しており、以前は複数のREST APIが存在し、顧客は多くのAPIコールを必要としていた。そこで、すべての機能を単一のGraphQL APIに統合することを決定し、Apollo GraphQLを使用してAPIの複雑さを解消した。さらに、エンジニアにはApollo認証を義務付け、共通の理解を持つことで開発を加速させた。これにより、154人が認証を受け、開発プロセスが効率化された。 • N-ableはApollo GraphQLを導入し、1300%の成長を達成した。 • 最初の計画は1つのサブグラフと10人のエンジニアだったが、実際には14のサブグラフに拡大した。 • 顧客は多くのAPIコールを必要としており、これが競合他社への流出の原因となっていた。 • すべての機能を単一のGraphQL APIに統合することで、APIの複雑さを解消した。 • Apollo認証を義務付け、共通の理解を持つことで開発を加速させた。 • 154人が認証を受け、開発プロセスが効率化された。

You can now curate and save a list of domains within the Vercel Domains product for purchasing at a later date
Matt Smith: React Hooks have been around for years, but most codebases still use them the same way: a bit of useState, an overworked useEffect, and a lot of patterns that get copy-pasted without much thought. […]

Sentry Unity SDK 4.0.0 brings console support, structured logging, user feedback, and performance and reliability improvements across platforms.

We've open-sourced bash-tool, which gives your agent a way to find the right context by running bash-like commands over files, then returning only the results of those tool calls to the model.

Secure Compute Networks are self-serve for all Enterprise Teams. Customers can self serve creating, updating and deleting Secure Compute Networks from the Vercel Dashboard.

v0’s composite AI pipeline boosts reliability by fixing errors in real time. Learn how dynamic system prompts, LLM Suspense, and autofixers work together to deliver stable, working web app generations at scale.

WGSL subgroup_id and uniform_buffer_standard_layout extensions and WebGPU rolling out on Linux.

Learn to add production-grade logging and error monitoring to your Next.js application with LogTape and Sentry.

Our December 2025 recap features big Oxc releases: Oxfmt alpha builds and Oxlint's type-aware linting alpha, plus updates across Vite, Vitest, Rolldown, and community highlights.
Despite some not-great recent news about security vulnerabilities, React Server Components (RSCs) are likely in pretty high volume use around the internet thanks to default usage within Next.js, perhaps without users even really knowing it. I enjoyed Nadia Makarevich’s performance-focuced look at them in Bundle Size Investigation: A Step-by-Step Guide to Shrinking Your JavaScript. The […]

Vercel Agent code reviews now read AGENTS.md, CLAUDE.md, .cursorrules, and other guideline formats from your repository. No configuration required.

New rate limits for sites that send a lot of notifications with little engagement.
Chrome DevTools MCP server, individual request throttling, adopted stylesheets and 2025 highlights.

Sentry’s 2025 open source report: $750k committed, $4.5M paid by Pledge members, and why paying maintainers is no longer optional.

Read how NVIDIA’s next-generation systems slot directly into infrastructure that has anticipated its requirements years ahead of the industry.
There is a way to declare a scope on a specific selector, a specific selector *down to* another selector, or with no

Use Vercel AI Gateway from Claude Code via the Anthropic-compatible endpoint, with a URL change and AI Gateway usage and cost tracking.
Bruce Lawson: I was excited to see that the proposed new Web Install API has entered Origin Trial in Chromium. It kind of works in Chromium Canary, but is most complete in Microsoft Edge beta […] The reason I was excited is because I read the Web install API explainer when it was announced a few months ago: The […]
The `!important` part doesn't become part of the value, the whole declaration is treated as !important;

Hydration with CSPs, automatic Cloudflare adapter setup, and AI works better now with Svelte!
Bramus wrote this almost a year ago, but I’d still call it a relatively new feature of JavaScript and one very worth knowing about. With Node.prototype.moveBefore you can move elements around a DOM tree, without resetting the element’s state. You don’t need it to maintain event listeners, but, as Bramus notes, it’ll keep an iframe loaded, animations […]

Fast Rust-based web bundler

December 2025 - Astro v6 alpha release, and more!
You can use a smaller part of Lit to build web web components that still take advantage of some of it's best features, particularly if you're cool with Light DOM.

Enterprise organizations increasingly rely on web-based applications for critical business processes, yet many workflows remain manually intensive, creating operational inefficiencies and compliance risks. Despite significant technology investments, knowledge workers routinely navigate between eight to twelve different web applications during standard workflows, constantly switching contexts and manually transferring information between systems. Data entry and validation tasks […]

In this post, we explore how agentic QA automation addresses these challenges and walk through a practical example using Amazon Bedrock AgentCore Browser and Amazon Nova Act to automate testing for a sample retail application.
Fixed and sticky positioning behave very differently, but we can switch between the two at exact points for some unusual looking effects.
Parallel agents, Git worktrees, multi-pane Cascade, dedicated terminal, and SWE-1.5 Free

In this post, we share how dLocal worked closely with the AWS team to help shape the product roadmap, reinforce its role as an industry innovator, and set new benchmarks for operational excellence in the global fintech landscape.
How Vercel built AI-generated pixel trading cards for Next.js Conf and Ship AI, then turned the same pipeline into a v0 template and festive holiday experiment.

In this post, we demonstrate how to implement a predictive maintenance solution using Foundation Models (FMs) on Amazon Bedrock, with a case study of Amazon's manufacturing equipment within their fulfillment centers. The solution is highly adaptable and can be customized for other industries, including oil and gas, logistics, manufacturing, and healthcare.

Adding obstacles, collision detection and game mechanics to our example browser-based game.

Explore how to build a full RAG pipeline in n8n without heavy frameworks. Compare code-first approaches to visual workflows for faster iteration and easier maintenance.

You can now view the function start type for Vercel Functions in the runtime logs page on the Vercel dashboard

Introducing agents, tool execution approval, DevTools, full MCP support, reranking, image editing, and more.

You can now access the Z.ai GLM-4.7 model on Vercel's AI Gateway with no other provider accounts required.

We spent months building a sophisticated text-to-sql agent, but as it turns out, sometimes simpler is better. Giving it the ability to execute arbitrary bash commands outperformed everything we built. We call this a file system agent.
Grid x Charts integration, Chart interactions, server-side Data Grid pivoting, Range Picker ergonomics, Tree View improvements, and more.

Safari Technology Preview Release 234 is now available for download for macOS Tahoe and macOS Sequoia.
Exploring a Card component made hyper flexible though use of easily changeable custom properties, props, and slots.

To better support upgrade planning and provide greater clarity around version lifecycles, we are refining our Router LTS policy and introducing updates to the current maintenance schedule for both Router and Federation.

We paid $1M to security researchers to break our WAF. Here's what we learned defending against React2Shell.

It’s here, the future of masonry layouts in CSS!
We're launching a new blog post series where we share glimpses into our work on Electron. If you find this work interesting, please consider contributing!
Devtools, Composable configuration, Biome rule, Yarn 4 catalogs

Next.js 16.1 introduces Turbopack file system caching for development, a new bundle analyzer, and easier debugging in Node.js.

This post will introduce a tutorial on how to build an app for ChatGPT using Apollo Client and Apollo MCP Server. You’ll have what you need to get started with our opinionated stack for building these apps.
There was a quick surge of people re-creating liquid glass in the browser shortly after Apple’s debut of the aesthetic. Now that it’s settled in a bit, there have been some slower more detailed studies.

Agent Tools for Marketplace Integrations part of vercel agent tools and dashboard , featured on integration page for providers

Vercel Domains now offers reduced prices for the following TLDs: .site, .space, .website, .fun, .online, .store, .tech

You can now manage up to a million redirects on Vercel via UI, API, or CLI instantly without a build or deployment.

BiomeがGritQLのリポジトリを取得したことを発表しました。GritQLは、プロジェクトにカスタムリンター規則を追加するためのプラグインをサポートしており、Morgante Pellが率いるスタートアップによって開発されていました。GritQLの未来が不透明だったため、Biomeはリスクを冒してこの技術を取り入れました。HoneycombがGritを買収した際、GritQLの将来が危ぶまれましたが、MorganteとHoneycombはGritQLのリポジトリをBiomeに寄付することに同意しました。これにより、MorganteはBiomeのメンテナーチームに参加し、GritQLの開発を続けることができます。Biomeは、JavaScript/TypeScriptプラグインのサポートも計画しており、BoaをJavaScriptインタープリタとして統合しました。コミュニティはボランティアによって運営されており、参加を歓迎しています。 • BiomeがGritQLのリポジトリを取得したことを発表した • GritQLはカスタムリンター規則を追加するためのプラグインをサポートしている • Morgante Pellが率いるスタートアップによって開発された • GritQLの未来が不透明だったが、MorganteとHoneycombがリポジトリをBiomeに寄付した • MorganteはBiomeのメンテナーチームに参加し、GritQLの開発を続ける • JavaScript/TypeScriptプラグインのサポートも計画している • コミュニティはボランティアによって運営されており、参加を歓迎している
How Counsel Health is using Mastra to multiply the world's clinical capacity.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特にJavaScriptやTypeScriptのプロジェクトにおいて効果を発揮します。具体的には、コードの自動生成やエラーチェック、最適化提案などの機能があり、開発の効率を大幅に向上させることが期待されています。また、ツールの導入方法や設定手順についても詳しく解説されており、初心者でも簡単に利用できるよう配慮されています。最後に、AI技術の進化に伴い、今後の開発環境がどのように変化していくかについての展望も述べられています。 • AI技術を活用した新しい開発ツールの紹介 • JavaScriptやTypeScriptプロジェクトでの効果 • コードの自動生成、エラーチェック、最適化提案機能 • 初心者でも簡単に利用できる導入方法と設定手順 • 今後の開発環境の変化に関する展望

See how Sentry’s AI Code Review works—using real Sentry data to predict bugs in your PRs, cut noise, and suggest fixes before you ship.
この記事では、NVIDIAのBlackwellアーキテクチャにおけるクラスタ起動制御(CLC)と、TLX(Triton DSLの低レベル拡張)について説明しています。CLCは、動的スケジューリングを可能にし、カーネルが必要に応じてスレッドブロックを起動できる機能を提供します。これにより、持続的カーネルの利点を維持しつつ、負荷分散を実現します。TLXは、GPU操作に対する細かい制御を必要とする専門ユーザー向けに設計されており、ハードウェア固有の命令やメモリ管理、スケジューリング制御を提供します。TLXは、CLCのAPIを通じて、マルチステージのパイプライン処理やマルチコンシューマーのワークフローをサポートします。これにより、ユーザーはアーキテクチャ特有の最適化を実装でき、コンパイラのヒューリスティックへの依存を減らすことができます。 • クラスタ起動制御(CLC)は動的スケジューリングを可能にし、スレッドブロックの起動を効率化する。 • TLXはGPU操作に対する低レベルの制御を提供し、ハードウェア固有の最適化を可能にする。 • CLCは、スレッドマシン(SM)が非同期に作業を「盗む」ことを許可し、リソースの変化に応じてシステムが調整できる。 • TLXは、CLCのための3つのAPIを提供し、マルチステージのパイプライン処理をサポートする。 • ユーザーは、TLXを使用して、メモリ、計算、非同期制御フローに対する低レベルのGPUプリミティブを利用できる。

Born from a print tradition reimagined, Signal Magazine is for leaders navigating transformation. Each issue curates bold ideas, global perspectives and real-world stories—from AI strategy to platform thinking—to illuminate the forces reshaping work, technology and leadership.

Impacted versions 7–10. Patches available now.

You can now access the Gemini 3 Flash model on Vercel's AI Gateway with no other provider accounts required.

AWS Databases Now Available on the Vercel Marketplace with their AWS Aurora PostgreSQL, Amazon DynamoDB, and Aurora DSQL

Multi-tenant applications can now generate unique preview URLs for each tenant and encode metadata and routing context directly into the URL
LCP and INP are now Baseline Newly available as of December 12, 2025.
In JavaScript, you can detect a view transition happening, set a type, and have CSS do unique things based on that type.

Azure’s December 2025 partner updates highlight new AI‑powered tools, governance capabilities, and cloud innovations that help partners deliver smarter, scalable solutions.
A database of tutorials, videos, and best practices for building on Vercel, written by engineers from across the company.

Export Observability query results as CSV or JSON files. Analyze, share, and process your data outside the dashboard.

Cline scales its open source coding agent with Vercel AI Gateway, delivering global performance, transparent pricing, and enterprise reliability.

Discover some of the interesting features that have landed in stable and beta web browsers during December 2025.

Cocoa SDK 9.0.0 is out. A maintenance major with higher minimum OS versions, new defaults, and cleanup, plus what to know before upgrading.

This series of posts will guide you through building a simple game using Deno. This post sets up the game loop, user controls and basic game physics.

A deep dive into how Workflow DevKit integrates with modern frameworks, from Next.js and SvelteKit to Express and Hono, using a unified pattern for creating framework integrations.

v0 now connects to Notion via MCP. Build dashboards, tools, and prototypes from your existing docs and databases, and write generated content back to your workspace.

Safari 26.2 is a big release.
Use the Request conditions tab to block specific URLs or apply custom network throttling profiles to individual resources.

We’re bringing Gemini’s state-of-the-art translation model to Google Translate for text, and more new features.
Matt Smith with wonderfully straightforward writing on why default parameters for functions are a good idea. I like the tip where you can still do it with an object-style param.

You can now view the referer for any request listed in the Runtime Logs page on the Vercel dashboard
You can now add tag(s) to cached responses from serverless functions using `addCacheTag()` and later invalidate the cache associated with these tag(s) using `invalidateByTag()`.

Push notifications are now available on the dashboard for desktop and mobile web. Receive important notifications immediately in your OS notification center.
We have scroll-driven animations. Now, meet scroll-triggered animations.
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
There are no browser implementations of mixins yet, nor a fleshed out spec. So perhaps now is the best time to try to understand and opine.

Google Beam, our first true-to-life 3D video communication platform, made great progress in 2025.

Two additional vulnerabilities have been identified in React Server Components. Users should upgrade to patched versions immediately.

A high severity Denial-of-Service (DoS) vulnerability has been found in React Server Components and Next.js. Deno has implemented mitigations in Deno Deploy. Immediate upgrades are required for other users.
Two additional vulnerabilities in React Server Components have been identified: CVE-2025-55184 and CVE-2025-55183

You can now access the GPT 5.2 models on Vercel's AI Gateway with no other provider accounts required.

We shipped a new feature to the Chrome DevTools MCP server that is going to make it a lot easier for your coding agent to debug your current browser sessions.

Have you ever wished you could just poke the browser vendors and say, "Hey, I need this!"? Well, now you can.
Mastra’s new Server Adapters automatically expose your agents, workflows, tools, and MCP servers as HTTP endpoints on the server you’re already running.

The library for web and native user interfaces

Monitor .NET LLM and tool-call workflows with Sentry.Extensions.AI. Get spans, errors, and full agent insight without changing your app logic.

This post shows how to implement automated smoke testing using Amazon Nova Act headless mode in CI/CD pipelines. We use SauceDemo, a sample ecommerce application, as our target for demonstration. We demonstrate setting up Amazon Nova Act for headless browser automation in CI/CD environments and creating smoke tests that validate key user workflows. We then show how to implement parallel execution to maximize testing efficiency, configure GitLab CI/CD for automatic test execution on every deployment, and apply best practices for maintainable and scalable test automation.

From enhancing assistive technology to addressing the digital divide, developers built mobile-first solutions to address real-world problems in the Gemma 3n Impact Chall…

Today, we're launching LangSmith Fetch, a CLI tool that brings the full power of LangSmith tracing directly into your terminal and IDE. If you're building agents with coding tools like Claude Code or Cursor, or if you simply prefer working in the command line, you've probably hit this friction: your

Learn what is new in the Visual Studio Code November 2025 Release (1.107).
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

India's eShram and NCS platforms aim to bring over 300 million informal workers into the formal workforce with Microsoft Azure and AI tools
Vercel Sandbox now supports running sandboxes with the Node.js 24 LTS runtime. This is supported in @vercel/sandbox versions 1.1.0 and later.

Vercel introduces the inaugural cohort of Vercel Certified Solution Partners. These industry-leading teams share our commitment to creating a faster, more accessible, and innovative web for our customers.

This release includes `dx` for running package binaries, more granular permissions, source phase imports, faster type checking with `tsgo`, native source maps, `deno audit`, and much more.

Today we are excited to release React Native 0.83!
Maybe you're the person to write them?

Learn more about Google’s launches, milestones and more from 2025.

チリのマイポ川流域では、データ駆動型農業とAIが水管理を変革しています。農業者は、土壌の湿度を測定し、灌漑スケジュールを調整することで水の効率的な使用を図っています。Kilimoという水管理プラットフォームは、衛星画像、気象データ、土壌データを組み合わせて、農家に最適な灌漑レベルを提案し、リアルタイムで水の節約を監視します。このプロジェクトにより、60百万立方フィートの水が節約され、農家はコスト削減と利益向上を実現しています。Kilimoは、Microsoft Azureを利用して水効率を測定し、資金調達を行うための中央報告エコシステムを構築しています。 • データ駆動型農業とAIが水管理を改善する • Kilimoプラットフォームが衛星画像や気象データを活用 • 灌漑スケジュールの調整により水の効率を向上 • 60百万立方フィートの水を節約し、農家のコストを削減 • Microsoft Azureを利用した水効率の測定と資金調達の確保 • 農家は水の節約に対してインセンティブを受け取る
Vercel now supports lifespan events on FastAPI apps, allowing you to define startup and shutdown logic such as setting up and shutting down database connections or flushing external logs.
Learn how the Signal API for passkeys is now available on Chrome for Android, enabling better synchronization between relying parties and passkey providers.
Read about various happenings with Baseline during November 2025.
Nikita Prokopov in I am sorry, but everyone is getting syntax highlighting wrong: … if everything is highlighted, nothing stands out. Your eye adapts and considers it a new norm: everything is bright and shiny, and instead of getting separated, it all blends together. I think there are some strong points made here. But 😬 […]
Banger page from the Chrome DevRel team showcasing the incredible year CSS had.
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Safari Technology Preview Release 233 is now available for download for macOS Tahoe and macOS Sequoia.

n8n 2.0 focuses on secure-by-default execution with better reliability and performance.

Today, we are pleased to announce a new integration between Amazon Quick Research and S&P Global. This integration brings both S&P Global Energy news, research, and insights and S&P Global Market Intelligence data to Quick Research customers in one deep research agent. In this post, we explore S&P Global’s data sets and the solution architecture of the integration with Quick Research.

This series of posts will guide you through building a simple game using Deno. Each post corresponds to a stage in the development process, gradually introducing new features and concepts.

The Rust runtime is now available in public beta for Vercel Functions. Now powered by Fluid compute.

A new unified dashboard for Vercel’s platform, infrastructure, and agent systems, which continuously monitor for vulnerabilities and configuration issues that require attention.

Vercel Agent now detects vulnerable packages in your project, upgrades them automatically, and creates pull requests with verified fixes.

Sculpt dynamic interfaces, stretch your imagination, and play with these 22 powerful new CSS features that landed in Chrome this year.

A collection of high-performance JavaScript tools written in Rust

We're open sourcing the Remix Store. A production-ready example for React Router developers and anyone building custom Shopify storefronts with Hydrogen.

Sentry now flags poor Web Vitals on your highest opportunity pages and helps you fix them with Seer. Spot slowdowns early and ship a faster, more stable experience.

Oxlint's type-aware linting has reached alpha status. Type-aware rules can be manually configured, disabled with in-line comments, and fixed automatically. This milestone also includes more rule coverage, TypeScript diagnostics reporting, and type-checking while linting.

You can now access the GPT 5.1 Codex Max model with Vercel's AI Gateway with no other provider accounts required.

A new library of production-ready shadcn/ui components and actions that you can drop into your app to help accelerate your platform development.

We're launching Vercel for Platforms, a comprehensive solution for building multi-customer platforms.

Active exploits exist for CVE-2025-55182 (React2Shell). Vercel WAF protections are in place, but upgrading is the only complete fix. Detection and mitigation steps for Next.js and React Server Components.
You can now view rewrites and redirects made by your application in the Vercel dashboard on Runtime Logs
Any new deployment containing a version of Next.js that is vulnerable to CVE-2025-66478 will now automatically fail to deploy on Vercel.
Chrome DevTools MCP server v0.11.0, improved trace sharing, @starting-style support, masonry editor, and Lighthouse 13.

Discover the winning apps and extensions from the Built-in AI Challenge, where we invited you to reimagine what's possible with Gemini Nano in Chrome.
What if you could make a card like a 3D portal, with layers of depth? You probably should just click to see, it's a very compelling look.

You’re reading a great blog post.
Vercel account domains are now deprecated and must be moved to a team in order to continue using them.

Sentry’s new AI-powered summaries, context, and query tools cut debugging friction so you can fix issues faster without digging through noisy telemetry.

Our November 2025 recap includes the Vite 8 beta release, Vitest performance updates, Rolldown improvements, Oxc formatter alpha, and exciting community news.
It maintains space for where a scrollbar would be, whether there actually is one or not. But do you always want that?

Learn more about Google Photos Recap — now available for 2025 — and how you can explore, customize and share it today.

A critical vulnerability (CVE-2025-66478) has been identified in the React Server Components protocol. Users should upgrade to patched versions immediately.

A critical Remote Code Execution (RCE) vulnerability has been found in React Server Functions and Next.js. Deno has implemented mitigations in Deno Deploy. Immediate upgrades are required for other users.

Vercel Agent helps integrate Web Analytics and Speed Insights automatically in your project using AI.
Vercel has provided a patch for CVE-2025-55182 affecting any frameworks allowing Server Components usage.
Vercel has provided a patch for CVE-2025-55182 affecting any frameworks allowing Server Components usage.
A new standalone package that brings Streamdown's intelligent incomplete Markdown handling to any application.

You can now access Amazon's latest model Nova 2 Lite on Vercel AI Gateway with no other provider accounts required.
Learn about the latest features shipping in Chrome.

The library for web and native user interfaces

Vite 8 Beta Release Announcement

The first beta of Vite 8, powered by Rolldown, is now available. Vite 8 ships significantly faster production builds and unlocks future improvement possibilities. Read more about the migration, new feature, and changes.

Earlier this year, the TypeScript team announced that we’ve been porting the compiler and language service to native code to take advantage of better raw performance, memory usage, and parallelism. This effort (codenamed “Project Corsa”, and soon “TypeScript 7.0”) has been a significant undertaking, but we’ve made big strides in the past few months. We’re […]

Vercel welcomes the Gel Data team and deepens support for the Python ecosystem through PSF sponsorships, community funding, and improved Python developer tools.

Every year, Black Friday and Cyber Monday reveal how people shop, browse, and discover products at global scale. For Vercel, the weekend is not a different operating mode. The platform behaves the same way it does every day, only at heightened scale.
Deploy steps for projects with Functions are now up to 21% faster—nearly 2 seconds faster on average. No changes required.

Apollo GraphQLは、サンフランシスコの新しい本社を201 California Streetに開設したことを発表しました。この移転は、開発者が世界を構築する手助けをするという使命を支えるためのもので、サンフランシスコでの存在感を強化する意図があります。新しいオフィスは、コラボレーションや顧客との会議、チームの関係構築の機会を促進するように設計されています。また、AIの進化が急速に進む中で、重要な技術的な会話が行われる場所に存在することが重要であると強調されています。リモートワークは引き続き重要な運営方法であり、さまざまな役割での採用も進めていますが、優れた頭脳が一つの空間に集まることの重要性も認識されています。サンフランシスコに専用のオフィスを持つことで、新しいエージェンティック時代の最前線での思考と意思決定を加速させることが可能になります。 • Apollo GraphQLがサンフランシスコに新しい本社を開設した。 • 新オフィスはコラボレーションや顧客との会議を促進する設計。 • サンフランシスコでの存在感を強化し、技術的な会話に参加する重要性を強調。 • リモートワークを重視しつつ、チームの関係構築を促進。 • 新しいオフィスにより、エージェンティック時代の思考と意思決定を加速。
CSS anchored fallback container queries, side-relative positioning for background position longhands, and more.
Baseline in action is a new series developed to help developers learn how to use Baseline features together to build better user experiences.
I recently came across this CodePen demo by Vivi Tseng, which creates the blur extension effect by placing a square div with a blur() beneath the img element and I couldn’t help but think a simpler solution should be possible with a single img element and minimal CSS. So let’s first take a look at […]
End-to-end performance of Vercel's log pipeline is now six times faster due to engineering improvements

Vercel Marketplace adds Aurora PostgreSQL, Amazon DynamoDB, Aurora DSQL, available December 15. One-click provisioning, zero-config setup, and full v0 support.

You can now access the newest Arcee AI model Trinity Mini in Vercel AI Gateway with no other provider accounts required.

Unlock microservices potential with Apollo GraphQL. Seamlessly integrate APIs, manage data, and enhance performance. Explore Apollo's innovative solutions.

DepotがBiomeの独占スポンサーになったことを発表しました。BiomeはRustプロジェクトで、90の内部クレートと約651,971行のコードを持ち、開発が進んでいます。以前はGitHub Actionsランナーを使用していましたが、Depotのスポンサーシップにより、CIのパフォーマンスが大幅に向上しました。具体的には、Lintingが約15分から2分、テストが20分から4分、ベンチマークが30分から15分、リリースが45分から25分に短縮されました。この改善により、メンテナや貢献者は迅速なフィードバックを受けられ、エンドユーザーは必要な修正を早く享受できるようになりました。DepotはBiomeのミッションを支持し、開発者体験の向上に寄与しています。 • DepotがBiomeの独占スポンサーになった • Biomeは90の内部クレートと約651,971行のコードを持つRustプロジェクト • DepotのスポンサーシップによりCIのパフォーマンスが向上 • Lintingが約15分から2分に短縮 • テストが20分から4分に短縮 • ベンチマークが30分から15分に短縮 • リリースが45分から25分に短縮 • メンテナや貢献者は迅速なフィードバックを受けられるようになった

A collection of high-performance JavaScript tools written in Rust

A new Svelte Society website and file upload streaming in forms

Oxfmt is a fast Rust-based formatter that is available now in alpha stage and supports JavaScript and TypeScript files. It is 30x faster than Prettier while having >95% compatibility.

November 2025 - Astro powers Webflow's App Gen, Stainless launches a Starlight-powered docs platform, and more!

You can now access image-only models from Black Forest Labs and Google in Vercel AI Gateway with no other provider accounts required.
Starting December 1, the Electron project will enter a quiet period before picking back up at full capacity in January 2026. For full details, see the Policies section below.
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.

In this post, CBRE and AWS demonstrate how they transformed property management by building a unified search and digital assistant using Amazon Bedrock, enabling professionals to access millions of documents and multiple databases through natural language queries. The solution combines Amazon Nova Pro for SQL generation and Claude Haiku for document interactions, achieving a 67% reduction in processing time while maintaining enterprise-grade security across more than eight million documents.
We are excited to announce Prettier 3.7! This release focuses on polishing the TypeScript and Flow experience, specifically by aligning the formatting of classes and interfaces to be more consistent and predictable. We also want your opinion on the upcoming change to fix inconsistent opening brace print logic of class and interface body.
It's already quite impressive you can build a carousel with no JS at all (in Chrome, for now, anyway) and with some checkbox-hack stuff we can control dynamically what is shown.

In this post, we will walk through the performance constraints and design choices by OARC and REMAP teams at UCLA, including how AWS serverless infrastructure, AWS Managed Services, and generative AI services supported the rapid design and deployment of our solution. We will also describe our use of Amazon SageMaker AI and how it can be used reliably in immersive live experiences.

In this post, we explore three essential strategies for successfully integrating AI into your organization: addressing organizational debt before it compounds, embracing distributed decision-making through the "octopus organization" model, and redefining management roles to align with AI-powered workflows. Organizations must invest in both technology and workforce preparation, focusing on streamlining processes, empowering teams with autonomous decision-making within defined parameters, and evolving each management layer from traditional oversight to mentorship, quality assurance, and strategic vision-setting.
I think it’s cool our industry has these high quality documentaries documenting the stories behind some of the transformative tech in what we do. The Vite one just came out about a month ago. What would you pick if you could pick the next one? I wouldn’t mind hearing about early-days AWS or Docker. Maybe […]

Sign in with Vercel is now generally available, enabling developers to add Vercel as a sign-in method to their apps and projects.

You can now access Prime Intellect AI's Intellect-3 model in Vercel AI Gateway with no other provider accounts required.
Chrome 143 starts an origin trial for the Digital Credentials API for issuance. This new API makes it easier for websites to provision digital credentials to the user's preferred wallet

Discover some of the interesting features that have landed in stable and beta web browsers during November 2025.
Dan Abramov has an interesting article How to Fix Any Bug where he’s having Claude write the code, but a bug shows up he needs to fix. Claude just isn’t getting it and it keeps saying it’s fixed when it isn’t (classic). Claude was repeatedly wrong because it didn’t have a repro. Meaning Claude couldn’t see […]

Learn more about using Google products like Gemini, Search, Shopping, Pixel and more over the holidays.

You’ll now get more creative control in Flow with new refinement and editing capabilities.
Vercel now supports Node.js 24 for builds and functions, featuring a V8 13.6 upgrade, the global URLPattern API, Undici v7 for faster fetch(), and npm v11 for modern package compatibility.

Vercel Domains now supports the .fast, .you, .talk, and .to TLDs for purchase and transfer to Vercel projects.
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Read about the biggest web graphics launch since WebGL. WebGPU is supported across major browsers, bringing unparalleled performance to the web.
Factorial built One, an AI agent that helps HR managers and employees get answers from company data—all while maintaining strict permission controls and preventing hallucinations.
Just a simple link tag in HTML can point to an online wallet to take payments, and a JavaScript API to react to them. But it's (still) early days.

Learn about web scraping and how to to build an automated web intelligence workflow.

You can now configure sampling rates by environment or path prefix when exporting data with Vercel Drains