Embed an AI design studio in your product

Give your users the ability to generate, edit, and export on-brand designs without leaving your platform. The Sivi SDK drops a full design studio into your frontend. Your branding, your permissions, your UX. Sivi's Large Design Model underneath.

116,000 Brands |

Sivi Product Review

4.7/5

| 72+ Languages

Sivi awards

Embed an AI design studio in your product

Give your users the ability to generate, edit, and export on-brand designs without leaving your platform. The Sivi SDK drops a full design studio into your frontend. Your branding, your permissions, your UX. Sivi's Large Design Model underneath.

116,000 Brands |

Sivi Product Review

4.7/5

| 72+ Languages

Sivi awards

Embed an AI design studio in your product

Give your users the ability to generate, edit, and export on-brand designs without leaving your platform. The Sivi SDK drops a full design studio into your frontend. Your branding, your permissions, your UX. Sivi's Large Design Model underneath.

116,000 Brands |

Sivi Product Review

4.7/5

| 72+ Languages

Sivi awards

Embed an AI design studio in your product

Give your users the ability to generate, edit, and export on-brand designs without leaving your platform. The Sivi SDK drops a full design studio into your frontend. Your branding, your permissions, your UX. Sivi's Large Design Model underneath.

116,000 Brands

Sivi Product Review

4.7/5

72+ Languages

Sivi awards
The SDK is not a widget or a button. It is a complete design generation and editing environment that lives inside your product.

The SDK is not a widget or a button. It is a complete design generation and editing environment that lives inside your product.

The SDK is not a widget or a button. It is a complete design generation and editing environment that lives inside your product.

The SDK is not a widget or a button. It is a complete design generation and editing environment that lives inside your product.

What the SDK includes

Design generator

Your users type a prompt or paste content. The SDK calls Sivi's LDM and renders the generated design right inside your interface. Multiple variations per request. Any size. 72+ languages.

Design editor

Every generated design is fully editable. Users click any element to move it, resize it, change the text, swap an image, or adjust colors. The editor works like a lightweight design tool, not a static preview.

Brand kit manager

Set up brand kits with fonts, color palettes, logos, and component libraries. Assign different brand kits to different users or clients. The SDK enforces the assigned brand kit on every generation.

Export module

Users export finished designs as JPG, PNG, PDF, or HTML directly from the embedded editor. No external tools needed. No copy-pasting into another app.

SaaS platforms that embed design capabilities see up to 40% increase in user engagement by reducing workflow interruptions. Source: [McKinsey

SaaS platforms that embed design capabilities see up to 40% increase in user engagement by reducing workflow interruptions. Source: [McKinsey

SaaS platforms that embed design capabilities see up to 40% increase in user engagement by reducing workflow interruptions. Source: [McKinsey

SaaS platforms that embed design capabilities see up to 40% increase in user engagement by reducing workflow interruptions. Source: [McKinsey

How integration works

Option 1: React component

Import the Sivi SDK React component, pass your API key and configuration, and render it anywhere in your app. Full control over theming, feature toggles, and user permissions through props.

import { SiviDesignStudio } from '@sivi/sdk-react';

function DesignPage({ user }) {
  return (
    <SiviDesignStudio
      apiKey={process.env.SIVI_API_KEY}
      brandKitId={user.brandKitId}
      theme={{
        primaryColor: '#229EF9',
        fontFamily: 'Inter',
        borderRadius: '8px'
      }}
      permissions={{
        canExport: true,
        canEditText: true,
        canSwapImages: true
      }}
      onDesignComplete={(design) => {
        saveToUserLibrary(design);
      }}
    />
  );
}

Option 2: iframe embed

For non-React stacks, embed the SDK as an iframe. Communicate via postMessage events. Works with any frontend framework or vanilla HTML.

<iframe
  src="https://sdk.sivi.ai/studio?api_key=YOUR_KEY&brand_kit=bk_abc123"
  width="100%"
  height="700"
  frameborder="0"
></iframe>

<script>
  window.addEventListener('message', (event) => {
    if (event.data.type === 'sivi:design-complete') {
      console.log('Design layers:', event.data.design.layers);
    }
  });
</script>

Option 3: API + custom UI

Use the REST API for generation and build your own frontend. Best for teams that want complete UI control and only need the generation engine.

Most integrators go live with the SDK in under 60 minutes. The React component handles generation, editing, and export out of the box.

Most integrators go live with the SDK in under 60 minutes. The React component handles generation, editing, and export out of the box.

Most integrators go live with the SDK in under 60 minutes. The React component handles generation, editing, and export out of the box.

Most integrators go live with the SDK in under 60 minutes. The React component handles generation, editing, and export out of the box.

Technical requirements

Spec

Spec

Detail

Detail

Frontend

Frontend

React 17+ or any framework via iframe

Authentication

API key + optional user tokens

API key + optional user tokens

Bundle size

Bundle size

~120KB gzipped (React component)

~120KB gzipped (React component)

Browser support

Browser support

Chrome, Firefox, Safari, Edge (latest 2 versions)

Chrome, Firefox, Safari, Edge (latest 2 versions)

Mobile

Mobile

Responsive. Optimized for tablet and desktop.

Responsive. Optimized for tablet and desktop.

Plan required

Superpower or Enterprise

Superpower or Enterprise

User management

User management

Built-in via User Management API

Built-in via User Management API

Storage

Storage

Cloud storage for designs, per-user. Included in Superpower plan.

Cloud storage for designs, per-user. Included in Superpower plan.

The SDK handles generation, rendering, editing, and export. You handle authentication and user routing. That is the full division of work.

The SDK handles generation, rendering, editing, and export. You handle authentication and user routing. That is the full division of work.

The SDK handles generation, rendering, editing, and export. You handle authentication and user routing. That is the full division of work.

The SDK handles generation, rendering, editing, and export. You handle authentication and user routing. That is the full division of work.

White-labeling

The SDK is designed to disappear into your product.

Your users should never know Sivi exists unless you want them to.

Your branding

Set primary colors, fonts, border radius, spacing, and icon styles. The design studio matches your product's look and feel. No Sivi logo unless you keep it.

Your permissions

Control exactly what each user can do. Allow or restrict: text editing, image swapping, color changes, export formats, brand kit switching. Different permission sets for different user tiers.

Your user management

Connect the SDK to your existing user system. Each user gets their own design history, saved assets, and brand kit assignments. The User Management API handles creation, permissions, and storage.

Your domain

For Enterprise plans, the SDK runs on your custom domain. Your users interact with sdk.yourdomain.com, not a Sivi URL.

White-label design tools let agencies offer clients a branded creative portal without building the technology from scratch.

White-label design tools let agencies offer clients a branded creative portal without building the technology from scratch.

White-label design tools let agencies offer clients a branded creative portal without building the technology from scratch.

White-label design tools let agencies offer clients a branded creative portal without building the technology from scratch.

Who uses the SDK

Agencies building client portals

The most common SDK use case. Agencies embed the design studio behind their own brand. Each client gets a portal with their brand kit pre-loaded. Clients generate their own ads, social posts, and banners within the agency's guardrails. The agency keeps creative control and scales output without adding junior designers.

SaaS platforms adding design features

Social media management tools, email marketing platforms, and CRM products use the SDK to keep users in-platform. Instead of "download your copy and go design it in Canva," users generate the matching visual right where they wrote the copy.

Ecommerce platforms empowering sellers

Marketplace operators embed the SDK so sellers can generate product banners and promotional graphics directly in the seller dashboard. Brand kits ensure marketplace visual consistency.

Platforms that reduce context-switching by embedding creative tools report 25-35% lower user churn on paid plans.

Platforms that reduce context-switching by embedding creative tools report 25-35% lower user churn on paid plans.

Platforms that reduce context-switching by embedding creative tools report 25-35% lower user churn on paid plans.

Platforms that reduce context-switching by embedding creative tools report 25-35% lower user churn on paid plans.

Common questions about the SDK

Do I need to build a design editor?

No. The SDK includes a complete editor. Users can click any element to move, resize, or edit it. Text is live text, not an image. You get a full design tool without building one.

Can I hide the Sivi branding?

Yes. On Superpower and Enterprise plans, the SDK is fully white-labeled. You control colors, fonts, and logos. Your users interact with your brand, not ours.

Can different users have different brand kits?

Yes. The User Management API lets you assign brand kits per user. Agencies typically set one brand kit per client. Marketplaces set one per seller. Each user only sees designs generated with their assigned brand.

What happens when a user generates a design?

The SDK calls the Sivi API, which uses the LDM to compose a new layered design. The result renders in the embedded editor. The user can then edit any layer and export in their preferred format. The whole flow happens inside your product.

Is there a sandbox for testing?

Yes. The API sandbox works with the SDK. You can test the full embed experience before going to production.

How is the SDK priced?

The SDK is available on the Superpower plan ($280/mo) which includes 2,500 credits and up to 100 end customers, with per-user storage. Enterprise plans offer custom pricing for higher volumes. See the full breakdown on the API pricing page.

Get the SDK in your product

Talk to our team about your integration. We will walk you through setup, theming, and user management.

From first API call to production-ready integration in days, not months. No frontend team required.

From first API call to production-ready integration in days, not months. No frontend team required.

From first API call to production-ready integration in days, not months. No frontend team required.

From first API call to production-ready integration in days, not months. No frontend team required.

What business owners, marketers, AI enthusiasts, and designers say about Sivi

  • Sivi AI - 5 star rating

    I like how the prompt wizard is created. Generate process is cool. I like the approach when you actually see what is going on, instead of looking at some spinner for X minutes and be not sure if it is still processing or it is freezing. Simple and easy to use Edit mode. This is really cool product.

    Sivi review by George Frigo

    George Frigo

    Lead product designer

  • Sivi AI - 5 star rating

    Sivi.ai is an impressive tool that can significantly speed up your design workflow. Its ability to generate visuals in a variety of dimensions and the option to edit the designs make it a versatile option for anyone in need of appealing designs.

    Sivi review by Max Yampolsky

    Max Yampolsky

    Founder @ One Click Crypto

  • Sivi AI - 5 star rating

    🎊 Really great tool, game-changer that disrups a huge market and everything connected with design and content creation.

    Sivi review by Anna Svirshchevskaya

    Anna Svirshchevskaya

    Product owner at @Paige

  • Five star review for Sivi AI by Pradeep Soundararajan

    I am an early beta user of Sivi and I love its present and future. I love the deep thought the team has put in it to understand the design process and making it business owner savvy. This is transformational for our GTM to help us quickly have multiple options in design for our messaging.

    Sivi review by Pradeep Soundarrajan

    Pradeep Soundararajan

    Founder CEO of Bugasura.io

  • Sivi AI - 5 star rating

    As per the tool - I've been looking for along time when there will be an AI tool to generate design from text with a user-friendly interface. And it seems like this is the one!

    Sivi review by Oleksandr Naumov

    Oleksandr Naumov

    Marketer

  • Sivi AI - 5 star rating

    Loved the idea of providing a prompt template to help new users get the most out of their first tries! I was surprised by how complete this product is, being able to edit the content and the visuals separately is a really good idea.

    Sivi review by Florian Myter

    Florian Myter

    Co-Founder weave.ly

116,000 Business Users |

Sivi AI Product Review

4.7/5

What business owners, marketers, AI enthusiasts, and designers say about Sivi

  • Sivi AI - 5 star rating

    I like how the prompt wizard is created. Generate process is cool. I like the approach when you actually see what is going on, instead of looking at some spinner for X minutes and be not sure if it is still processing or it is freezing. Simple and easy to use Edit mode. This is really cool product.

    Sivi review by George Frigo

    George Frigo

    Lead product designer

  • Sivi AI - 5 star rating

    Sivi.ai is an impressive tool that can significantly speed up your design workflow. Its ability to generate visuals in a variety of dimensions and the option to edit the designs make it a versatile option for anyone in need of appealing designs.

    Sivi review by Max Yampolsky

    Max Yampolsky

    Founder @ One Click Crypto

  • Sivi AI - 5 star rating

    🎊 Really great tool, game-changer that disrups a huge market and everything connected with design and content creation.

    Sivi review by Anna Svirshchevskaya

    Anna Svirshchevskaya

    Product owner at @Paige

  • Five star review for Sivi AI by Pradeep Soundararajan

    I am an early beta user of Sivi and I love its present and future. I love the deep thought the team has put in it to understand the design process and making it business owner savvy. This is transformational for our GTM to help us quickly have multiple options in design for our messaging.

    Sivi review by Pradeep Soundarrajan

    Pradeep Soundararajan

    Founder CEO of Bugasura.io

  • Sivi AI - 5 star rating

    As per the tool - I've been looking for along time when there will be an AI tool to generate design from text with a user-friendly interface. And it seems like this is the one!

    Sivi review by Oleksandr Naumov

    Oleksandr Naumov

    Marketer

  • Sivi AI - 5 star rating

    Loved the idea of providing a prompt template to help new users get the most out of their first tries! I was surprised by how complete this product is, being able to edit the content and the visuals separately is a really good idea.

    Sivi review by Florian Myter

    Florian Myter

    Co-Founder weave.ly

35,000 Business Users

Sivi Product Review

4.7/5

Sivi AI Footer

Copyright © 2020-24 HelloSivi Software Labs

Sivi AI Footer

Copyright © 2020-24 HelloSivi Software Labs

|

Sivi AI Footer

Copyright © 2020-24 HelloSivi Software Labs