Install in 2 Minutes or Less

Choose your platform below. Whether you use WordPress, Shopify, or custom code, Zalgo AI fits right in.

WordPress Plugin

Easiest
  1. 1

    Download the Plugin

    Get the official Zalgo AI plugin zip file.

    Download .zip
  2. 2

    Upload to WordPress

    Go to Plugins > Add New > Upload Plugin in your WP Dashboard. Select the file and click "Install Now".

  3. 3

    Connect API Key

    Go to Zalgo Settings in your WP sidebar and paste your API Key from your account dashboard.

Pro Tip: Use the shortcode [zalgo-chat] to embed the bot in specific posts instead of site-wide.

JavaScript Snippet

Universal

Works on Shopify, Wix, Squarespace, Webflow, or any custom HTML site. Just paste this code before the closing </body> tag.

<!-- Zalgo AI Widget -->
<script src="https://cdn.zalgo.ai/widget/v1.js" defer></script>
<script>
  window.onload = function() {
    ZalgoAI.init({
      apiKey: "YOUR_PUBLIC_API_KEY",
      theme: "blue"
    });
  };
</script>
Shopify
Edit Code > theme.liquid
Wix
Settings > Custom Code

Not technical? We'll do it for free.

Our engineering team can log in and set up the integration for you. Zero cost, 100% peace of mind.

Request Free Setup

Need Custom Integration?

Building a custom app? Use our REST API powered by FastAPI to send prompts and receive streaming responses directly in your application.

Read API Documentation