Vercel Drop の紹介:ブラウザ上でファイルをドラッグするだけでデプロイ可能に
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Vercel Blog
Vercel は、Git や CLI を不要とする新機能「Vercel Drop」を発表した。ユーザーはブラウザでファイルやフォルダをドラッグするだけで、フレームワークを検知し数秒で本番環境へ公開できる。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Vercel Drop を使えば、ファイルをブラウザにドラッグするだけでデプロイできます。Git や Vercel CLI、あるいはローカル環境のセットアップは不要です。
vercel.com/drop にプロジェクトをドロップし、チームとプロジェクト名を選択して「Deploy」をクリックしてください。Vercel が新しいプロジェクトを作成し、ファイルをアップロードして、共有可能なライブ URL でそのまま本番環境に公開します。すべて数秒で完了します。
Vercel Drop は静的ファイルだけでなく、以下のようなケースも処理できます:
- フレームワークプロジェクト: Vercel が使用しているフレームワーク(例:Next.js)を自動的に検出し、ビルドを行います。Bolt.new などのツールからのエクスポートはこの方法でデプロイされます。
- 静的サイト: フレームワークを持たないファイルは、ビルドステップなしでそのままデプロイされます。これには Claude Design や Google Stitch からのエクスポートも含まれます。フォルダのルートに index.html が存在しない場合は、サイトのルートをどのページから読み込むかを選択できます。
各ドロップ操作は新しいプロジェクトを作成します。プッシュごとに自動デプロイを実現するには、後で Git リポジトリをそのプロジェクトに接続してください。
vercel.com/drop で始めたり、ドキュメントを読むことができます。
もっと読む
原文を表示
Vercel Drop lets you deploy a file or folder by dragging it into your browser. You don't need Git, the Vercel CLI, or any local setup.
Drop a project onto vercel.com/drop, pick a team and project name, and select Deploy. Vercel will create a new project, upload your files, and publish them straight to production with a live URL you can share. All in a matter of seconds.
Vercel Drop handles more than static files:
- Framework projects: Vercel detects your framework (e.g., Next.js) and builds it. Exports from tools like Bolt.new deploy this way.
- Static sites: Files with no framework deploy as-is, with no build step. That includes exports from Claude Design and Google Stitch. If your folder has no index.html at the top, you choose which page loads at your site's root.
Each drop creates a new project. To get automatic deployments on every push, connect a Git repository to the project afterwards.
Get started at vercel.com/drop or read the documentation.
Read more
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み