Install in 2 Minutes or Less

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

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