Choose your platform below. Whether you use WordPress, Shopify, or custom code, Zalgo AI fits right in.
Get the official Zalgo AI plugin zip file.
Download .zipGo to Plugins > Add New > Upload Plugin in your WP Dashboard. Select the file and click "Install Now".
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.
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>
Our engineering team can log in and set up the integration for you. Zero cost, 100% peace of mind.
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