Rslib Blog1Last updated: 2026/03/17 03:00

Learn what is new in Visual Studio Code 1.111 (Insiders)

Learn what's new in Visual Studio Code 1.112 (Insiders)
Node.js is the default, but should it be? Bun and Deno have come a long way in compatibility and there are reasons that can make them better choices depending on the project.

This post explores how Workhuman transformed their analytics delivery model and the key lessons learned from their implementation. We go through their architecture approach, implementation strategy, and the business outcomes they achieved—providing you with a practical blueprint for adding embedded analytics to your own software as a service (SaaS) applications.

Deploy LiteLLM server on Vercel to give developers OpenAI-compatible LLM access. Route models to any provider, including Vercel AI Gateway, with centralized control.
Learn how Apollo's docs team built an AI-powered style guide reviewer that runs on every commit — and the three things that made it actually work: restructuring the style guide as a pattern library, integrating results directly into GitHub, and optimizing for speed and cost with caching, line-level review, and parallelism.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントやコードの一部を基に、AIが適切なコードを提案する機能があります。また、ツールは多くのプログラミング言語に対応しており、特にJavaScriptやPythonでの利用が推奨されています。これにより、開発者は生産性を向上させ、エラーを減少させることが期待されます。さらに、ツールの導入は簡単で、既存の開発環境にスムーズに統合できる点も強調されています。 • AIを活用したコード自動生成ツールの紹介 • 開発者が入力したコメントに基づいてコードを提案 • JavaScriptやPythonなど多くの言語に対応 • 生産性向上とエラー削減が期待される • 既存の開発環境に簡単に統合可能

Pino, Winston, Bunyan, or LogTape; here's how the top JavaScript logging libraries compare so you can pick the right one for your stack
ExecuTorchは、音声エージェントのワークロード(音声認識、リアルタイムストリーミング、話者識別、音声活動検出、ライブ翻訳など)に対応するための、クロスプラットフォームのネイティブ推論プラットフォームです。開発者は、PyTorchから直接音声モデルをエクスポートし、Linux、macOS、Windows、Android、iOS上でCPU、GPU、NPUで実行できます。ExecuTorchは、音声モデルの多様性に対応するために設計されており、モデルの変更を最小限に抑えつつ、C++アプリケーション層やモバイルアプリを提供しています。LM Studioは、ExecuTorchを使用した音声転写をすでに商用化しています。音声エージェントは、オフラインの音声転写だけでなく、ストリーミング音声認識やノイズ抑制などの機能を必要とし、低遅延でローカルに動作することが求められています。ExecuTorchは、音声ワークロードの多様性を処理できることを証明するために開発されました。 • ExecuTorchは音声エージェントのためのクロスプラットフォーム推論基盤である。 • 開発者はPyTorchから音声モデルをエクスポートし、様々なデバイスで実行可能。 • 音声モデルの多様性に対応するため、C++アプリケーション層やモバイルアプリを提供。 • 音声エージェントはリアルタイムの音声認識やノイズ抑制などの機能を必要とする。 • LM StudioはExecuTorchを使用した音声転写を商用化している。
この記事では、最新のJavaScriptフレームワークであるReactの新機能について詳しく解説しています。特に、React 18で導入されたConcurrent RenderingやSuspenseの機能が、アプリケーションのパフォーマンス向上にどのように寄与するかを説明しています。また、これらの機能を利用することで、ユーザー体験が向上し、よりスムーズなインタラクションが可能になることが強調されています。さらに、Reactの新しいAPIを使用した実装例も紹介されており、開発者がこれらの機能をどのように活用できるかが具体的に示されています。 • React 18で導入されたConcurrent Renderingにより、アプリケーションのパフォーマンスが向上する。 • Suspense機能を利用することで、非同期データの読み込みがスムーズになる。 • 新しいAPIを使用することで、開発者はより簡単にこれらの機能を実装できる。 • ユーザー体験が向上し、インタラクションがよりスムーズになる。 • 具体的な実装例が示されており、実際の開発に役立つ情報が提供されている。

next-forge v6 comes with a number of DX improvements, an agent skill, and new guides for quickstart, Docker, and migration paths.

Introducing Vite+, an open-source CLI that unifies your runtime, package manager, and frontend toolchain into one fast, simple development experience.

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

We’re excited to announce that Google will launch Chrome for ARM64 Linux devices in Q2 2026, following the successful expansion of Chrome t...

This post shows you how to build a scalable multimodal video search system that enables natural language search across large video datasets using Amazon Nova models and Amazon OpenSearch Service. You will learn how to move beyond manual tagging and keyword-based searches to enable semantic search that captures the full richness of video content.
Just two short long years ago, I wrote an article here called Document Collaboration (with Comments!). As a long-time blogger who helps others with their articles too, I’ve played with lots of tools to help with this flow. I put some options in that post, but none are perfect. The big names come with baggage […]

On June 30th, 2026, Vercel will remove support for the legacy DHE-RSA-AES256-GCM-SHA384 cipher suite.
The latest release of AI Elements adds new components, an agent skill, and a round of bug fixes across the library.

Learn how Notion Workers uses Vercel Sandbox to run untrusted code at scale with hard VM isolation, credential injection, and dynamic network policies.

Vitest 4.1 Release Announcement

この記事では、GraphQLスキーマを使用してAIエージェントを構築する方法について説明しています。AIエージェントは急速に進化しており、特にGraphQL APIを持つチームにとっては、既存のアプリケーションやデータと接続する方法が重要です。GraphQLスキーマは、AIエージェントが必要とする文脈や明確な境界を提供するため、自然な適合性を持っています。Apollo MCP Serverは、GraphQLスキーマをエージェントの環境内での重要なツールとして扱い、既存のバックエンドに変更を加えることなく、AIエージェントとGraphQL APIを接続する方法を提供します。この記事では、GraphQLとMCPがどのように連携するか、AIエージェントをGraphQL APIに接続する具体的な手順を示しています。 • AIエージェントは、既存のGraphQL APIと接続することで、データとアプリケーションを活用できる。 • GraphQLスキーマは、AIエージェントに必要な文脈と明確なデータ契約を提供する。 • Apollo MCP Serverは、GraphQLスキーマをエージェントの環境内でのツールとして扱い、バックエンドを変更せずに接続を可能にする。 • MCPは、エージェントが外部ツールを発見し、呼び出す方法を標準化する。 • 具体的な実装手順として、GraphQLスキーマのインスペクション、スキーマファイルの作成、GraphQL操作の定義、MCPサーバーの設定などが含まれる。

Announcing CloudCannon as an official Astro partner, sponsoring $4,000 each month toward the ongoing open-source maintenance and development of Astro.

Nuxt 4.4 brings custom useFetch/useAsyncData factories, vue-router v5, a new accessibility announcer, typed layout props, build profiling, smarter payload handling, and much more.

Vite 8 Release Announcement
When you make a Web Component for a form element, you've got a bit of extra work to do to make sure they participate on the form in expected ways.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコードの意図を理解し、適切なコードスニペットを提案する機能があります。また、ツールは多くのプログラミング言語に対応しており、特にJavaScriptやPythonでの使用が推奨されています。これにより、開発者は生産性を向上させ、エラーを減少させることが期待されます。さらに、ユーザーインターフェースも直感的で使いやすく設計されています。 • AIを活用したコード自動生成ツールの紹介 • 開発者の意図を理解し、コードスニペットを提案する機能 • JavaScriptやPythonなど多くのプログラミング言語に対応 • 生産性向上とエラー減少が期待される • 直感的で使いやすいユーザーインターフェース

The Vercel CLI now supports feature flags and the new Flags SDK Skill lets AI agents generate and manage them directly from the terminal.

Webhook events for feature flags. You can now subscribe to webhook events for deeper visibility into feature flag operations on Vercel.

Chat SDK now supports WhatsApp, extending its single-codebase approach to Slack, Discord, GitHub, Teams, and Telegram with the new WhatsApp adapter.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントや関数名に基づいて、AIが適切なコードを提案する機能があります。また、ツールは多くのプログラミング言語に対応しており、特にJavaScriptやPythonでの利用が推奨されています。これにより、開発者はコーディングの効率を大幅に向上させることができ、エラーの削減や開発時間の短縮が期待されます。 • AI技術を活用した新しい開発ツールの紹介 • コードの自動生成や補完機能を提供 • 開発者が入力したコメントや関数名に基づいて提案 • 多くのプログラミング言語に対応、特にJavaScriptやPythonが推奨 • コーディングの効率向上、エラー削減、開発時間短縮が期待される
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Learn the different purposes of WebMCP and MCP, and how to use them together for agentic experiences.
Get a preview of the next Chrome release with this post detailing the features in the current beta.

EPD (Engineering, Product, and Design) at software company is about creating good software. Separate roles exist, but the end goal is functional software that solves a business problem that users can use. At the end of the day, this is just code. It is important to recognize that the output
The new .setHTML() method in JavaScript, part of the Sanitizer API, can be a one-to-one replacement for .innerHTML(), making sites more secure from XSS attacks. I think that’s pitch-perfect feature branding from Mozilla on this: Goodbye innerHTML, Hello setHTML: Stronger XSS Protection in Firefox 148. Listen to Frederik Braun go deep into this on ShopTalk […]
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Vercel Community uses Vercel as a CDN in front of monolithic servers like Discourse or Wordpress. Use microfrontends to incrementally migrate to a new app.

Vercel Sandbox now supports creating Sandboxes with only 1 vCPU and 2 GB of RAM, down from the previous minimum of 2 vCPUs and 4 GB of RAM.

Browse official, vendor, and community adapters for Chat SDK in the new adapter directory, or build your own and submit it.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントやコードの一部を基に、AIが適切なコードを提案する機能があります。また、ツールは多くのプログラミング言語に対応しており、特にJavaScriptやPythonでの利用が推奨されています。これにより、開発者は作業効率を大幅に向上させることができ、エラーの削減や開発時間の短縮が期待されます。 • AIを活用したコード自動生成ツールの紹介 • 開発者が入力したコメントに基づいてコードを提案 • JavaScriptやPythonなど多くの言語に対応 • 作業効率の向上とエラー削減が期待される • 生成AIを利用した新しい開発手法の提案
Scroll-triggered animations, Scoped custom element registries, Sanitizer API, and more.
Adopted Style Sheets, Console history, and DevTools MCP with --slim mode, memory snapshots, and new A11y/LCP skills.

Astro 6 is here with a refactored dev server, an experimental Rust compiler, live content collections, CSP, and more.
Electron 41 has been released! It includes upgrades to Chromium 146.0.7680.65, V8 14.6, and Node v24.14.0.
It's a strange situation where some CSS is disallowed, some is allowed but breaks the button, and some is capped.

In this step-by-step tutorial you'll learn how to route user questions based on context using AI agents, semantic search, and the Pinecone Assistant node.

Learn how we built a GTM agent that increased lead conversion by 250% while saving each sales rep 40 hours per month

Copilot Cowork turns intent into action across Microsoft 365—automating tasks, coordinating workflows, and keeping you in control. See how.

Web Analytics and Speed Insights now use resilient intake to improve data collection reliability for all teams.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントやコードの一部を基に、AIが適切なコードを提案する機能があります。また、このツールは既存の開発環境に簡単に統合できるように設計されており、特にJavaScriptやTypeScriptのプロジェクトでの使用が推奨されています。これにより、開発の効率が向上し、エラーの削減が期待されます。 • AI技術を活用した新しい開発ツールの紹介 • コードの自動生成や補完機能を提供 • 開発者が入力したコメントを基にコードを提案 • 既存の開発環境に簡単に統合可能 • JavaScriptやTypeScriptプロジェクトでの使用が推奨される • 開発効率の向上とエラー削減が期待される

You can now encapsulate custom elements.

新しいApollo Kotlin Normalized Cacheがリリースされました。このキャッシュライブラリは、AndroidおよびKotlin向けのGraphQLクライアントライブラリであり、キャッシングに関する多くの質問やフィードバックを受けて、独立したリポジトリとして開発されました。新しいバージョンでは、ページネーションのサポート、最大年齢(TTL)の指定による自動期限切れ、部分的なキャッシュ読み取り、ガーベジコレクション機能、キャッシュキーのスコープサポート、パフォーマンスの向上などが含まれています。これにより、キャッシュの効率が向上し、よりスムーズなデータ取得が可能になります。 • 新しいApollo Kotlin Normalized Cacheがリリースされた。 • ページネーションのサポートが追加され、結果のマージが自動化された。 • 最大年齢(TTL)を指定することで、古いデータが自動的に期限切れとなる。 • 部分的なキャッシュ読み取りが可能になり、欠損フィールドがあっても利用可能なデータを表示できる。 • キャッシュのサイズを管理するためのガーベジコレクション機能が追加された。 • キャッシュキーのスコープを設定できるようになり、オーバーヘッドが軽減された。 • SQLキャッシュのパフォーマンスが向上し、ディスク上のフットプリントが小さくなった。

Today we are excited to announce the Release Candidate (RC) of TypeScript 6.0! To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc TypeScript 6.0 is a unique release in that we intend for it to be the last release based on the current JavaScript […]
Deploy step performance improved. Average deploy times are 1.2s faster and larger deployments are 3.7s faster.

Skipping unaffected projects now detects Bun monorepo workspaces, extending the same compatibility already available for other package managers.

v0 API now supports custom MCP servers. The v0 API now supports connecting to any custom MCP server.

Chat SDK now renders tables natively across all platform adapters and converts markdown to each platform's native format during streaming.

AI Gateway now supports OpenAI's Responses API. AI Gateway now supports OpenAI's Responses API. You can use the openai SDK you already know, point it at AI Gateway, and route requests to models from Anthropic, Google, and OpenAI through a single...

Responses API is now supported on Vercel AI Gateway, with no other provider accounts required and no markup on inference cost.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や修正を行うことができます。具体的には、開発者が入力した要件に基づいて、AIが最適なコードを提案し、開発プロセスを効率化します。また、ツールは多様なプログラミング言語に対応しており、特にJavaScriptやPythonでの利用が推奨されています。さらに、ユーザーインターフェースも直感的で使いやすく設計されており、初心者でも簡単に扱えるようになっています。 • AIを活用したコード自動生成ツールの紹介 • 開発者の要件に基づいて最適なコードを提案 • JavaScriptやPythonなど多様なプログラミング言語に対応 • 直感的なユーザーインターフェースで初心者でも扱いやすい • 開発プロセスの効率化を実現

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.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコードの意図を理解し、適切なコードスニペットを提案する機能があります。また、ツールは多くのプログラミング言語に対応しており、特にJavaScriptやPythonでの使用が推奨されています。これにより、開発者は生産性を向上させ、エラーを減少させることが期待されます。さらに、ユーザーインターフェースも直感的で使いやすく設計されています。 • AIを活用したコード自動生成ツールの紹介 • 開発者の意図を理解し、コードスニペットを提案する機能 • JavaScriptやPythonなど多くのプログラミング言語に対応 • 生産性向上とエラー減少が期待される • 直感的で使いやすいユーザーインターフェース

Learn more about AI Mode in Search’s query fan-out method for visual search.

This post demonstrates how to build custom model parsers for Strands agents when working with LLMs hosted on SageMaker that don't natively support the Bedrock Messages API format. We'll walk through deploying Llama 3.1 with SGLang on SageMaker using awslabs/ml-container-creator, then implementing a custom parser to integrate it with Strands agents.
この記事では、ExecuTorchを使用してPyTorchモデルをArmベースのマイクロコントローラにデプロイする方法について説明しています。AIの世界がクラウドを超えて、手のひらに収まるデバイスに広がる中、PyTorchモデルを小型システムで実行するためには新しいアプローチが必要です。ExecuTorchは、PyTorchのワークフローと低消費電力のArmマイクロコントローラとの間のギャップを埋める軽量ランタイムであり、量子化やグラフコンパイルなどの最適化を通じて、エッジ向けにモデルを効率化します。著者は、Arm Corstone-320プラットフォーム上でPyTorchとExecuTorchを使用して、Tiny Rock-Paper-Scissorsデモを構築しました。PyTorchの柔軟性を活かしつつ、組み込みハードウェアの制約に対応するために、モデルをコンパクトでポータブルな形式にコンパイルし、メモリフットプリントと計算コストを大幅に削減します。 • ExecuTorchは、PyTorchモデルをArmベースのマイクロコントローラにデプロイするための軽量ランタイムである。 • 量子化とグラフコンパイルを使用して、モデルをエッジ向けに効率化する。 • Tiny Rock-Paper-Scissorsデモを通じて、PyTorchのワークフローが小型システムにスケールダウンできることを示す。 • モデルは、浮動小数点から低精度整数形式に量子化され、メモリ使用量と計算コストが削減される。 • PyTorchからエッジデバイスへのエンドツーエンドのTinyMLパイプラインを構築するための詳細な学習パスが提供されている。
As it stands, you have to think about the layout engine and whether an element is
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
A Blog post by NXP on Hugging Face

Create private and public blob stores with a single click in v0. When adding Vercel Blob to a chat, a dialog lets you select your preferred region and access type.

You can now connect or import an existing Stripe account directly into your Vercel project, automatically configure environment variables, and move from Stripe Sandbox to production without manual key exchanges.

Stripe is now generally available on the Vercel Marketplace and v0 with go live mode and sandbox claim flow

Vercel's new dashboard experience brings together latest capabilities and existing ones that were previously under Settings (like tag-based invalidation) into a single, dedicated space for easier navigation.

You can now create and update routing rules within a project, such as setting response headers or rewrites to an external API, without building a new deployment.

Streamdown v2.4 introduces new customization hooks, accessibility features, and user experience improvements for developers rendering markdown.

Cron Jobs can now be triggered directly from Deployment pages. Create up to 100 scheduled tasks per project, at any interval, on all plans.

Set per-provider timeouts on AI Gateway to trigger fast failover when a provider is slow to respond. Available for BYOK credentials.

Learn how to use GraphQL, Apollo Skills, and Model Context Protocol (MCP) to build secure, reliable AI agent integrations with your APIs.

Try out focusgroup and comment on the proposal.

OpenTelemetry already set up? Two environment variables and your logs are in Sentry. This guide covers setup, how it works, and when to use the native SDK instead.

Explore agent orchestration, extensibility, and continuity in VS Code 1.110: lifecycle hooks, agent skills, session memory, and integrated browser tools.

Organizations find it challenging to implement a secure embedded chat in their applications and can require weeks of development to build authentication, token validation, domain security, and global distribution infrastructure. In this post, we show you how to solve this with a one-click deployment solution to embed the chat agents using the Quick Suite Embedding SDK in enterprise portals.

This post explores how Ricoh built a standardized, multi-tenant solution for automated document classification and extraction using the AWS GenAI IDP Accelerator as a foundation, transforming their document processing from a custom-engineering bottleneck into a scalable, repeatable service.

Canvas in AI Mode is now available for everyone in the U.S. Plus, it can now help you draft documents or build interactive tools.

Learn how Azure IaaS helps you modernize infrastructure, improve performance and resilience, optimize costs, and prepare for AI workloads. Read more.

Learn what is new in the Visual Studio Code February 2026 Release (1.110).
A Brief History of JavaScript from the Deno team, celebrating JavaScript being 30 now. Interesting that the first web request tech was Internet Explorer 5 in 1999, then it took 5 years to get Gmail in 2004, then we started calling it AJAX in 2005, and by 2006, we got jQuery’s $.ajax which made it […]

Build and deploy MCP Apps on Vercel with full Next.js support. Use the open standard for embedded UI interfaces that work across ChatGPT and other compatible hosts.

Token-aware workspace output, smarter truncation, LSP resolution, sandbox process control, end-to-end auth and RBAC, workflow path tracking, concurrent-safe snapshots, and harness.sendMessage() file support.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントや関数名に基づいて、AIが適切なコードを提案する機能があります。また、ツールは多くのプログラミング言語に対応しており、特にJavaScriptやPythonでの使用が推奨されています。これにより、開発者は生産性を向上させ、エラーを減少させることが期待されます。さらに、ユーザーインターフェースも直感的で使いやすく設計されています。 • AIを活用したコード自動生成ツールの紹介 • 開発者が入力した内容に基づいてコードを提案する機能 • JavaScriptやPythonなど多くの言語に対応 • 生産性向上とエラー削減が期待される • 直感的で使いやすいユーザーインターフェース
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Learn more about Google DeepMind’s Project Genie and how to write prompts to create your own worlds.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントやコードの一部を基に、AIが適切なコードを提案する機能があります。また、このツールは既存の開発環境に簡単に統合できるように設計されており、特にJavaScriptやTypeScriptのプロジェクトでの使用が推奨されています。これにより、開発の効率が向上し、エラーの削減が期待されます。 • AIを活用したコード自動生成ツールの紹介 • 開発者が入力したコメントに基づいてコードを提案 • JavaScriptやTypeScriptプロジェクトでの使用が推奨 • 既存の開発環境に簡単に統合可能 • 開発効率の向上とエラー削減が期待される

In this post, we explore the virtual try-on capability now available in Amazon Nova Canvas, including sample code to get started quickly and tips to help get the best outputs.

This post details how Lendi Group built their AI-powered Home Loan Guardian using Amazon Bedrock, the challenges they faced, the architecture they implemented, and the significant business outcomes they’ve achieved. Their journey offers valuable insights for organizations that want to use generative AI to transform customer experiences while maintaining the human touch that builds trust and loyalty.
A framework-agnostic component library, designed to be styled. It can be done.

Redirects are trivial at a small scale, but at millions, latency and cost become real systems problems. This is the story of how Vercel implemented bulk redirects.

You can now access GPT 5.3 Chat (GPT 5.3 Instant) via Vercel's AI Gateway with no markup and no other provider accounts required.

Build and deploy Slack agents in a single session. This skill handles configuration, secrets, and deployment, taking you from idea to production with just a conversation with your coding agent.

Set default environment variables when creating a Vercel Sandbox. Use Sandbox.create() to configure env vars available to all commands.

Server-side performance for Vercel Workflow, the fully managed platform built on top of the open-source Workflow Development Kit (WDK), has improved significantly.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントやコードの一部を基に、AIが適切なコードを提案する機能があります。また、このツールは既存の開発環境に簡単に統合できるように設計されており、特にJavaScriptやTypeScriptのプロジェクトでの使用が推奨されています。これにより、開発の効率が向上し、エラーの削減が期待されます。 • AI技術を活用した新しい開発ツールの紹介 • コードの自動生成や補完機能を提供 • 開発者が入力したコメントを基にコードを提案 • 既存の開発環境に簡単に統合可能 • JavaScriptやTypeScriptプロジェクトでの使用が推奨される • 開発効率の向上とエラー削減が期待される
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や修正を行うことができます。具体的には、開発者が入力した要件に基づいて、AIが最適なコードを提案し、開発プロセスを効率化します。また、ツールは多様なプログラミング言語に対応しており、特にJavaScriptやPythonでの利用が推奨されています。さらに、ユーザーインターフェースも直感的で使いやすく設計されており、初心者でも簡単に扱えるようになっています。 • AIを活用したコード自動生成ツールの紹介 • 開発者の要件に基づいて最適なコードを提案 • JavaScriptやPythonなど多様なプログラミング言語に対応 • 直感的なユーザーインターフェースで初心者でも扱いやすい • 開発プロセスの効率化を実現

From September 2026 Chrome releases will be every two weeks.

Device Bound Session Credentials (DBSC) are now available in Chrome 145 on Windows to help protect users from cookie theft.

How VoidZero and npmx.dev share a vision for making JavaScript developers more productive, and how real-world feedback from open-source builders helps improve our tooling.

The npm browsing experience we always wanted

Discover how SharePoint’s 25‑year legacy powers Microsoft 365 Copilot, Work IQ, and AI‑driven knowledge for organizations worldwide.

We are discontinuing the n8n Tunnel Service and the related --tunnel option. This post explains why, what changes for you, and how to set up secure alternatives for local webhook development. TL;DR * The n8n Tunnel Service has been disabled and is being discontinued. * If you need a public URL
We can take a value set in an HTML attribute and use it in CSS, even extracting each individual digit in order to animate separately.

AI agents can now discover, evaluate, and install Vercel Marketplace integrations autonomously through the CLI with non-interactive commands and JSON output.

For Chief Strategy and Product Officer Jayme Fishman, the path to modernizing Avalara starts with how it builds.

PEP 827 introduces type manipulation to Python, bringing programmable, TypeScript-inspired type features to improve static typing, metaprogramming, and framework ergonomics.

How Waldium made a blog platform work for humans and AI alike. Waldium started the way most content platforms do: building blogs for humans to read. But something Amrutha kept noticing was quietly changing who, and what, showed up to read them.

Build MCP Apps with Apollo Client and Apollo MCP Server. Learn how to create conversational, interactive apps for ChatGPT and other MCP hosts using GraphQL, auto-generated tools, and a deploy-anywhere framework with no custom MCP infrastructure required.

Read about various happenings with Baseline during January 2026

Our February 2026 recap features Oxfmt Beta with 100% Prettier compatibility and 36x faster performance, Vite 8 devtools, Vitest async leak detection, and Rolldown performance gains.

Clay is the creative tool for growth — a platform where go-to-market teams build, enrich, and activate lists of companies and people. Sales teams use Clay to source target accounts, qualify leads with AI-powered research, draft personalized outreach, and route opportunities through their CRM. Clay's customers range from fast-growing startups to
MUI X pricing and licensing is being updated to reflect product value and support continued investment in the ecosystem.

createContext in programmatic Svelte, comments in HTML tags and the State of JS
Loren Stewart built the same (kanban) app 10 times and wrote about it, trying to figure out which JavaScript framework is best for his team. The focus is on mobile web performance. The implementations were reviewed by others. Here’s my own summary of his summary:

How Gamma builds design-first AI agents at scale using the AI SDK, Vercel Functions, and the Edge Network.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントやコードの一部を基に、AIが適切なコードを提案する機能があります。また、ツールは多くのプログラミング言語に対応しており、特にJavaScriptやPythonでの利用が推奨されています。これにより、開発者は生産性を向上させ、エラーを減少させることが期待されます。さらに、ツールの導入は簡単で、既存の開発環境にスムーズに統合できる点も強調されています。 • AIを活用したコード自動生成ツールの紹介 • 開発者が入力した内容に基づいてコードを提案する機能 • JavaScriptやPythonなど多くの言語に対応 • 生産性向上とエラー削減が期待される • 既存の開発環境へのスムーズな統合が可能

February 2026 - Astro shines in the 2025 State of JS, adoption climbs according to HTTP Archive results, and more!

Devin is a cloud agent platform for engineering teams. You work with it like a teammate — give it tasks, review its PRs, and let it handle your backlog. Here's how we use it to build Devin itself.
この記事では、最新のJavaScriptフレームワークであるReactの新機能について詳しく解説しています。特に、React 18で導入されたConcurrent RenderingやSuspenseの機能が、アプリケーションのパフォーマンス向上にどのように寄与するかを説明しています。また、これらの機能を利用することで、ユーザー体験が向上し、よりスムーズなインタラクションが可能になることが強調されています。さらに、Reactの新しいAPIを使用した実装例も紹介されており、開発者がこれらの機能をどのように活用できるかが具体的に示されています。 • React 18で導入されたConcurrent Renderingにより、アプリケーションのパフォーマンスが向上する。 • Suspense機能を利用することで、非同期データの読み込みがスムーズになる。 • 新しいAPIを使用した具体的な実装例が紹介されている。 • ユーザー体験が向上し、よりスムーズなインタラクションが実現できる。 • Reactの新機能を活用することで、開発者は効率的にアプリケーションを構築できる。

Chat SDK now supports Telegram for webhook-based bot integrations with mentions, reactions, DMs, and interactive buttons.

Customers can now use Vercel Queues in public beta, without any restrictions or needing to be allow listed

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

ILUNION’s legal team uses Microsoft 365 Copilot to speed case work, improve accessibility and support more efficient, inclusive legal operations.
A list of items with thumbnails that flip into place as needed. Can we ditch the JavaScript?

You can now access Google's newest model, Gemini 3.1 Flash Image Preview (Nano Banana 2) via Vercel's AI Gateway with no other provider accounts required.

The new dashboard navigation redesign is now rolling out to all users on February 25, 2026 with no action required.

Teams on the Pro plan can now assign the Developer role to their members for more granular access control.

Learn how to connect AI agents to your GraphQL API using Model Context Protocol (MCP) with type-safe configuration, secure execution, and flexible tool patterns.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントや関数名に基づいて、AIが適切なコードを提案する機能があります。また、ツールは多くのプログラミング言語に対応しており、特にJavaScriptやPythonでの使用が推奨されています。これにより、開発者はコーディングの効率を大幅に向上させることができ、エラーの削減や開発時間の短縮が期待されます。 • AIを活用したコード自動生成ツールの紹介 • 開発者が入力した情報に基づいてコードを提案 • JavaScriptやPythonなど多くの言語に対応 • コーディング効率の向上が期待される • エラー削減や開発時間短縮のメリット

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

You can't monitor agents like traditional software. Inputs are infinite, behavior is non-deterministic, and quality lives in the conversations themselves. This article explains what to monitor, how to scale evaluation, and how production traces become the foundation for continuous improvement.
We’re on a journey to advance and democratize artificial intelligence through open source and open science.

We’ve updated Circle to Search so you can now explore multiple items in a single image.

At Samsung Unpacked 2026, we showcased how Samsung Galaxy S26 devices are getting the latest in Android’s AI features.
From Nicholas C. Zakas’s regularly interesting newsletter: The best way to work with legacy code is to approach it patiently—understand small parts, write tests, and document what you learn. My favorite line about legacy code, which I’ve probably shared too much, is when David Khourshid called it “Legendary Code”. Legacy code feels a smidge mean […]

The AI dispatch system built with Microsoft tools helps Munich manage non-emergency transport calls and reduces dispatcher workload.

We've added 88 events to the activity log to ensure full coverage of changes to team or project settings

For Chief Strategy and Product Officer Jayme Fishman, the path to modernizing Avalara starts with how it builds.

Deno 2.7 stabilizes the Temporal API, adds Windows on ARM builds, npm overrides in package.json, brotli compression streams, self-extracting compiled binaries, deno create, and dozens of Node.js compatibility improvements.

Support WebGPU compatibility mode on OpenGL ES 3.1 and transient attachments.

In this post, we show you how to build a comprehensive photo search system using the AWS Cloud Development Kit (AWS CDK) that integrates Amazon Rekognition for face and object detection, Amazon Neptune for relationship mapping, and Amazon Bedrock for AI-powered captioning.
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Some solid advice from a couple of Frontend Masters courses made for a fast, secure, and ready to scale deployment system.

A framework for drawing security boundaries in agentic architectures. Most agents run with zero isolation between the agent and the code it generates. Learn where to draw the boundaries, from secret injection to full application sandboxing.

You can now access OpenAI's newest model GPT 5.3 Codex via Vercel's AI Gateway with no other provider accounts required.

The bundle size limit for Python Vercel Functions has increased from 250MB to 500MB, allowing larger dependencies and assets in a single deployment. Learn more in the docs or deploy FastAPI or Flask to get started.

Use the Slack Agent Skill in your favorite coding agent to simplify the otherwise complex task of building Slack integrated agents

An open-source TUI coding agent with observational memory that compresses context without losing it.

A collection of high-performance JavaScript tools written in Rust

The library for web and native user interfaces

React Native has always focused on helping developers reuse knowledge across platforms. What started with Android and iOS has steadily expanded to Apple TV, Windows, macOS, and even the web with react-strict-dom. In 2021, the Many Platform Vision post outlined a future where React Native could adapt to new devices and form factors without fragmenting the ecosystem.

In this post, we examine how Bedrock Robotics tackles this challenge. By joining the AWS Physical AI Fellowship, the startup partnered with the AWS Generative AI Innovation Center to apply vision-language models that analyze construction video footage, extract operational details, and generate labeled training datasets at scale, to improve data preparation for autonomous construction equipment.
You can capture scrolling events and do your own work with the information in them. It can do cool things, but you've got work to do.

Add structured logging, distributed traces, and game analytics to your Deno game and learn how to use Deno Deploy's built-in logs, traces, and metrics dashboards.

Support for the deprecated "now.json" configuration file will be removed on March 31, 2026. Move to "vercel.json" instead.

Sandbox network policies now support HTTP header injection to prevent secrets exfiltration by untrusted code

Chat SDK is now open source and available in public beta. It's a TypeScript library for building chat bots that work across Slack, Microsoft Teams, Google Chat, Discord, GitHub, and Linear — from a single codebase.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントやコードの一部を基に、AIが適切なコードを提案する機能があります。また、このツールは既存の開発環境に簡単に統合できるように設計されており、特にJavaScriptやTypeScriptのプロジェクトでの使用が推奨されています。これにより、開発の効率が向上し、エラーの削減が期待されます。 • AIを活用したコード自動生成ツールの紹介 • 開発者が入力したコメントに基づいてコードを提案する機能 • JavaScriptやTypeScriptプロジェクトへの統合が容易 • 開発効率の向上とエラー削減が期待される • 生成AIを利用した新しい開発手法の提案

A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
David Bushell is very sick of the “scroll fade” effect. It’s the effect where, as you scroll down a page, elements slide into place. Often, all the elements. I agree it’s overplayed since it’s usually movement for the sake of it, not adding anything to the experience. It’s true that movement catches our eye, but […]

Andrew Qu reflects on Skills Night SF: how a weekend project became 62,000 community-created skills, the security partnerships protecting them, and what eight partner demos revealed about agents, context, and the future of development.

Andrew Qu reflects on Skills Night SF: how a weekend project became 69,000 community-created skills, the security partnerships protecting them, and what eight partner demos revealed about agents, context, and the future of development.

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.

In this blog post, we will guide you through establishing data source connectivity between Amazon Quick Sight and Snowflake through secure key pair authentication.
The more effort you put in to what you put in, the higher quality you're going to get out.

Vercel Blob now supports private storage for user content or sensitive files. Private blobs require authentication for all read operations, ensuring your data cannot be accessed via public URLs and is only available to authenticated requests.

Vercel now supports programmatic access to billing usage and cost data through the API and CLI, and we're introducing a new native integration that connects Vercel teams to Vantage accounts.

Streamdown 2.3 focuses on design polish and developer experience. Tables, code blocks, and Mermaid diagrams have been redesigned.

Build video generation into your apps with AI Gateway. Create product videos, dynamic content, and marketing assets at scale.

Generate AI videos with xAI Grok Imagine via the AI SDK. Text-to-video, image-to-video, and video editing with natural audio and dialogue.

Generate stylized AI videos with Alibaba Wan models via the Vercel AI Gateway. Text-to-video, image-to-video, and unique style transfer (R2V) to transform existing footage into anime, watercolor, and more.

Generate photorealistic AI videos with the Veo models via Vercel AI Gateway. Text-to-video and image-to-video with native audio generation. Up to 4K resolution with fast mode options.

Learn about the complexity of implementing the corner-shape feature.
We're launching a new enterprise publishing option in Chrome Web Store.

React Native SDK 8.0.0 is here. Capture app start errors and native crashes before JavaScript loads, with upgraded native dependencies and streamlined configuration.
この記事では、最新のAI技術を活用した新しい開発ツールについて説明しています。このツールは、開発者がコードを書く際にAIの支援を受けることができるもので、特に生成AIを利用してコードの自動生成や補完を行います。具体的には、開発者が入力したコメントやコードの一部を基に、AIが適切なコードを提案する機能があります。また、このツールは既存の開発環境に簡単に統合できるように設計されており、特にJavaScriptやTypeScriptのプロジェクトでの使用が推奨されています。これにより、開発の効率が向上し、エラーの削減が期待されます。 • AI技術を活用した新しい開発ツールの紹介 • 生成AIを利用したコードの自動生成や補完機能 • 開発者が入力したコメントやコードに基づく提案 • 既存の開発環境への簡単な統合 • JavaScriptやTypeScriptプロジェクトでの使用推奨 • 開発効率の向上とエラー削減の期待

WebStreams had too much overhead on the server. We built a faster implementation. See how we achieved 10-14x gains in Next.js rendering benchmarks.

The Logs search bar has been redesigned with visual filter pills, smarter suggestions from your log data, and instant query validation.
Safari has support for <input type=
We’re on a journey to advance and democratize artificial intelligence through open source and open science.

この記事では、AIシステムが地図上でルートを視覚的に追跡できるようにするための合成データ生成システムを提案しています。現在のマルチモーダル大規模言語モデル(MLLM)は、画像内の物体を認識する能力に優れていますが、地図上の幾何学的およびトポロジー的関係を理解することが難しいという課題があります。この問題を解決するために、著者たちは「MapTrace」と呼ばれる新しいタスク、データセット、および合成データ生成パイプラインを導入しました。このシステムは、MLLMに地図上でのパス追跡の基本的なスキルを教えることを目的としています。著者たちは、Gemini 2.5 ProとImagen-4モデルを使用して生成した200万の質問応答ペアをオープンソース化し、研究コミュニティにさらなる探求を促しています。 • MLLMは地図上のルートを正しく追跡するのが難しい。 • 地図の物理的なルールを学ぶためのデータが不足している。 • 手動でのパス注釈は困難で、大規模なデータセットの収集が実質的に不可能。 • 合成データ生成パイプラインを設計し、多様な高品質の地図を自動生成。 • 生成されたデータは、意図したルートに従い、通行不可能な領域を避ける。
この記事では、最新のJavaScriptフレームワークであるNext.jsの新機能について詳しく解説しています。特に、画像最適化機能や新しいデータフェッチングの手法が強調されており、これにより開発者はパフォーマンスを向上させることができます。また、Next.jsの新しいAPIルート機能により、サーバーサイドでのデータ処理が簡素化され、開発の効率が向上します。さらに、これらの機能はSEO対策にも寄与し、ユーザーエクスペリエンスを向上させることが期待されています。 • Next.jsの新機能として画像最適化が追加され、パフォーマンス向上に寄与する。 • 新しいデータフェッチング手法により、開発者は効率的にデータを取得できる。 • APIルート機能の強化により、サーバーサイドでのデータ処理が簡素化される。 • これらの機能はSEO対策にも効果があり、ユーザーエクスペリエンスを向上させる。

Runtime Logs exports now stream directly to your browser, export actual requests instead of raw rows, and match exactly what's on your screen or search.

Snapshots created with Vercel Sandbox can now have a configurable expiration policy set instead of the default 30 days allowing users to keep snapshots indefinitely.

You can now access Anthropic's newest model Claude Sonnet 4.6 via Vercel's AI Gateway with no other provider accounts required.
Get automatic code fix suggestions from Vercel Agent when builds fail—directly in GitHub Pull Request reviews or the Vercel Dashboard, based on your code and build logs.

Skills on the skills.sh now have automated security audits to help developers to use skills with confidence.

How Stably, a 6-person team, ships AI testing agents faster with Vercel, moving from weeks to hours. Their shift highlights how Vercel's platform eliminates infrastructure anxiety, boosting autonomous testing and enabling quick enterprise growth.
The Navigation API is now Baseline Newly available, providing a better way to handle navigation in single-page applications.

Stop seeing random chunk names in your Next.js errors. Set up source maps in Sentry to get readable stack traces that point to your actual code.