A "Deploy" button has been added to the Hydrogen developer preview. One click creates a repository from a starter, sets up a Vercel project, and runs the build. No local setup required.
A single Deploy button is the starting point—no manual repository creation or hosting configuration in between.
A project is created on Vercel and built right away. Instructions for other frameworks and existing projects are laid out in the same document.
A working storefront spins up in the cloud without waiting on a CLI install or dependency resolution.
The template is a "pre-wired, working Hydrogen storefront." The following are built in from the start (as stated in the original).
Deploy the template from "Deploy a starter template" in the docs.
Set your Headless sales channel store credentials in the template.
Once the credentials are connected, your store's products show up in the template.
| Item | As stated in the original |
|---|---|
| Deployment target | Stated Vercel |
| Base template | Stated Next.js starter template |
| Included features | Stated Typed Storefront API client / cart / product and collection pages |
| How to connect a store | Stated Add Headless channel credentials |
| Availability stage | Stated Hydrogen developer preview |
| Pricing / cost | Not stated |
| Supported hosting other than Vercel | Not stated(Only notes that "there are also paths for other frameworks / existing projects") |
| GA (general availability) timing | Not stated |
Repository creation, Vercel project setup, and build are all automated as one flow. The essential value is being able to stand up a prototype or test environment in the shortest time.
GraphQL Storefront API calls come typed and wired up from the start. You can jump straight into product-fetching logic without writing the initial API client setup.
To serve your own products, you pass the credentials of the Headless sales channel. The template defaults to running on demo data.
This is a feature for the Hydrogen developer preview. Deciding on production adoption means factoring in the risk of the preview stage (possible spec changes).
The headline this time is one-click deploy to Vercel, but the docs also list setup paths for other frameworks and for existing projects. Teams with an existing Hydrogen project reference the same place, so it's easy to find.