Installation Guide

This guide will help you install and set up the Youzu.ai components in your application.

Prerequisites

Before you begin, ensure you have the following:

  • A Youzu.ai account
  • An API key from your dashboard
  • A modern web browser
  • Node.js (if using JavaScript/TypeScript)

Using Pre-built Components

Installation via CDN

To quickly add Youzu components to your site, include the following in your HTML:

<script src="https://sdk.youzu.ai/0.0.1-api/youzu-sdk/youzu-sdk.esm.js"></script>

Installation via NPM

For Node.js projects, install the package:

npm install @youzu/api