How can I install Zipy on my product?

Created by Zipy Inc, Modified on Fri, 18 Nov 2022 at 07:15 PM by Zipy Inc

Getting started is easy. You can use either of the following methods:


1. Install Zipy via SDK script

You can achieve this by simply including a two line JavaScript SDK provided by Zipy in the <head></head> section of your web app.


Sample SDK script: 

<script src="https://storage.googleapis.com/zipy-files/index.standalone.umd.js" crossorigin="anonymous"></script>
<script> window.zipy && window.zipy.init("YOUR_PROJECT_SDK_KEY");</script>


2. Install Zipy via npm

Following are the steps for installation:

  • Install zipy module in the app project:
npm i zipyai
  • Then import zipy module and initialize in your _app.js or any other source file:
import zipy from "zipyai";
zipy.init("YOUR_PROJECT_SDK_KEY");  


Please sign into https://app.zipy.ai to get your Project SDK Key.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article