> ## 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.

# 2026年6月5日

> 2分で読める

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>;
};

## 新機能

* [Shopifyで物理製品を販売](#sell-physical-products-with-shopify)
* [Microsoft Fabric上でデータAppを構築](#build-data-apps-on-microsoft-fabric)
* [カスタムドメインが独自のDNSを設定](#custom-domains-set-up-their-own-dns)
* [SEO Agentで検索ランキングを向上](#improve-your-search-ranking-with-seo-agent)
* [コラボレーティブワークスペースでStripeを使用](#use-stripe-in-collaborative-workspaces)

## インテグレーション

### Shopifyで物理製品を販売

物理製品を販売するオンラインストアを構築できるようになりました。Agentにストアの構築を依頼すると、Shopifyストアを作成し、商品を追加して、カートとチェックアウトを設定します。Agentはストアを申請するリンクを提供し、Shopifyプランにサインアップして支払いを接続するとライブになります。

<WistiaEmbed videoId="d3o9gwwtiw" title="ShopifyとAgentでストアフロントを接続・構築" />

[Shopifyの接続](/references/integrations/shopify)の詳細をご覧ください。

### Microsoft Fabric上でデータAppを構築

ReplitでAIを活用したデータAppを構築し、Microsoft Fabricに直接公開できるようになりました。Microsoft FabricテンプレートからスタートしてPower BIセマンティックモデルを接続し、Agentに認証とアクセスポリシーを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ホームページでテンプレートドロップダウンが開き、Orgテンプレートの下にMicrosoft Fabric Appがハイライトされている" width="872" height="406" data-path="images/connectors/microsoft-fabric/fabric-template-selector.png" />
</Frame>

[Microsoft Fabric上でのデータApp構築](/connectors/warehouses/microsoft-fabric)の詳細をご覧ください。

## ワークスペース

### カスタムドメインが独自のDNSを設定

独自のドメイン名の接続が大幅に簡単になりました。ドメインをリンクすると、ReplitがEntriを通じて必要なDNSレコードを設定するため、ドメインプロバイダーに手動でレコードをコピーする必要がなくなりました。ドメインを選択して確認すると、Replitが残りを処理します。

[カスタムドメイン](/references/publishing/custom-domains)の詳細をご覧ください。

## Agent

### SEO Agentで検索ランキングを向上

SEO Agentは公開済みAppを確認し、検索エンジンやAIツールによる発見を妨げる問題を特定します。各発見にはワンクリックで確認・適用できる修正が付いています。プロジェクトの**Growth**ペインを開いてスキャンを実行してください。

<Frame caption="公開後、SEOレーティングカードに「Agentでスキャンを実行」ボタンが表示される">
  <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="SEOレーティングカードの拡大表示。「Agentでスキャンを実行」ボタンが赤い矩形でハイライトされている" width="1656" height="946" data-path="images/deployments/seo-agent/02-run-scan.png" />
</Frame>

[SEO Agent](/references/publishing/seo-agent)の詳細をご覧ください。

## 請求

### コラボレーティブワークスペースでStripeを使用

Stripeがコラボレーティブワークスペースで機能するようになり、チーム全体で同じAppを構築、テスト、収益化できます。ワークスペースの全員が、単独で支払いを構築する代わりに、接続されたStripeアカウントを使って作業できます。

[Stripe決済](/references/monetization/stripe-payments)の詳細をご覧ください。
