Getting Started
Deprecated - Hydrogen 1.0
This documentation is for the legacy @rebuy/rebuy-hydrogen package (Hydrogen 1.0). For new projects, use the Headless SDKs which support Hydrogen 2.0 with modern TypeScript-first APIs.
In this tutorial, you'll extend your Hydrogen app with the Rebuy + Hydrogen framework. After completing this tutorial you'll have accomplished the following:
- Installed the Rebuy + Hydrogen framework
- Configured your environment
- Generated AI-powered product recommendations
Requirements
In order to complete this tutorial, you will need the following:
Install Dependencies
Additionally, you will need the following dependencies:
---
title: Getting Started
excerpt: Set up AI-powered recommendations in your Hydrogen store
deprecated: true
hidden: false
metadata:
title: ''
description: ''
robots: noindex
next:
description: ''
---
!!! warning "Deprecated - Hydrogen 1.0"
This documentation is for the legacy `@rebuy/rebuy-hydrogen` package (Hydrogen 1.0). For new projects, use the [Headless SDKs](headless-sdk-overview.md) which support Hydrogen 2.0 with modern TypeScript-first APIs.
In this tutorial, you'll extend your Hydrogen app with the Rebuy + Hydrogen framework. After completing this tutorial you'll have accomplished the following:
* Installed the Rebuy + Hydrogen framework
* Configured your environment
* Generated AI-powered product recommendations
## Requirements
In order to complete this tutorial, you will need the following:
* [Shopify](https://www.shopify.com/) account
* [Rebuy](https://www.rebuyengine.com/) installed in your Shopify store
* [Hydrogen App](https://shopify.dev/custom-storefronts/hydrogen/getting-started/create#step-1-create-a-new-hydrogen-storefront)
### Install Dependencies
Additionally, you will need the following dependencies:
* NPM: [@rebuy/rebuy-hydrogen](https://www.npmjs.com/package/@rebuy/rebuy-hydrogen)
* [Node.js](https://nodejs.org/en/) (version 16.5.0 or higher)