> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# June 5, 2026

> 2 min read

export const WistiaEmbed = ({videoId, title = "Wistia video", playerColor = "FF0000", controlsVisibleOnLoad = false}) => {
  if (!videoId) {
    return null;
  }
  const url = "https://fast.wistia.net/embed/iframe/" + videoId + "?seo=false&playerColor=" + playerColor + "&controlsVisibleOnLoad=" + controlsVisibleOnLoad;
  return <Frame>
      <iframe src={url} title={title} allow="autoplay; fullscreen" allowFullScreen></iframe>
    </Frame>;
};

## What's new

* [Sell physical products with Shopify](#sell-physical-products-with-shopify)
* [Build data apps on Microsoft Fabric](#build-data-apps-on-microsoft-fabric)
* [Custom domains set up their own DNS](#custom-domains-set-up-their-own-dns)
* [Improve your search ranking with SEO Agent](#improve-your-search-ranking-with-seo-agent)
* [Use Stripe in collaborative workspaces](#use-stripe-in-collaborative-workspaces)

## Integrations

### Sell physical products with Shopify

You can now build an online store that sells physical products. Ask Agent to build a shop, and it creates a Shopify store for you, adds your products, and sets up the cart and checkout. Agent hands you a link to claim the store, then you sign up for a Shopify plan and connect payments to go live.

<WistiaEmbed videoId="d3o9gwwtiw" title="Connect Shopify and build a storefront with Agent" />

Learn more about [connecting Shopify](/references/integrations/shopify).

### Build data apps on Microsoft Fabric

You can now build AI-powered data apps in Replit and publish them straight into Microsoft Fabric. Start from the Microsoft Fabric template, connect a Power BI semantic model, and ask Agent to build dashboards and internal tools on your governed enterprise data, with authentication and access policies staying inside Fabric.

<Frame>
  <img src="https://mintcdn.com/replit/Kkg-HmMCPogxWVXR/images/connectors/microsoft-fabric/fabric-template-selector.png?fit=max&auto=format&n=Kkg-HmMCPogxWVXR&q=85&s=9afd0cffcdebe1d34dfdb4410e2e91f4" alt="Replit home page with the Templates dropdown open, showing Microsoft Fabric App highlighted under Org templates" width="872" height="406" data-path="images/connectors/microsoft-fabric/fabric-template-selector.png" />
</Frame>

Learn more about [building data apps on Microsoft Fabric](/connectors/warehouses/microsoft-fabric).

## Workspace

### Custom domains set up their own DNS

Connecting your own domain name is now far simpler. When you link a domain, Replit sets up the required DNS records for you through Entri, so you no longer have to copy records into your domain provider by hand. Pick your domain, confirm, and Replit handles the rest.

Learn more about [custom domains](/references/publishing/custom-domains).

## Agent

### Improve your search ranking with SEO Agent

SEO Agent reviews your published app and finds the issues that keep search engines and AI tools from discovering it. Each finding comes with a one-click fix you can review and apply. Open the **Growth** pane in your project to run a scan.

<Frame caption="After publishing, the SEO Rating card shows a Run scan with Agent button">
  <img src="https://mintcdn.com/replit/H2YQXOP8FssoA8VI/images/deployments/seo-agent/02-run-scan.png?fit=max&auto=format&n=H2YQXOP8FssoA8VI&q=85&s=16c07094556e97393d541aa59f5ecfe4" alt="A zoomed-in view of the SEO Rating card with a red rectangle highlighting the Run scan with Agent button" width="1656" height="946" data-path="images/deployments/seo-agent/02-run-scan.png" />
</Frame>

Learn more about [SEO Agent](/references/publishing/seo-agent).

## Billing

### Use Stripe in collaborative workspaces

Stripe now works in collaborative workspaces, so your whole team can build, test, and monetize the same app together. Everyone in the workspace can work with the connected Stripe account instead of building payments alone.

Learn more about [Stripe Payments](/references/monetization/stripe-payments).
