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

# May 9, 2025

> 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

* [Notion integration](#notion-integration)
* [PayPal checkout integration](#paypal-checkout-integration)
* [Improved image handling for broken Unsplash URLs](#improved-image-handling-for-broken-unsplash-urls)
* [Enhanced enterprise deployment privacy settings](#enhanced-enterprise-deployment-privacy-settings)

## Platform updates

### Notion integration

<WistiaEmbed videoId="31gsroq57u" title="Notion integration" />

The Notion Agent integration is now available to all users, allowing seamless integration between your Replit projects and Notion workspaces.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/notion-app.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=7e2cf615e6db13442e4041495318c7ee" width="5120" height="2880" data-path="images/changelog/2025-05-09/notion-app.png" />
</Frame>

Quickly build applications that leverage Notion's powerful database and document capabilities with guided setup through Agent. This integration enables connection with Notion API for building connected applications.

That means you can build Replit apps that push and pull data from your Notion workspaces!

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/notion-db.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=878a93d5145c8c335fde19d2e7510836" width="5120" height="2880" data-path="images/changelog/2025-05-09/notion-db.png" />
</Frame>

### PayPal checkout integration

Enable PayPal payments in your applications with our new PayPal checkout integration.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/paypal.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=5c47a0f2d0eef847506151ab74453ca3" width="592" height="715" data-path="images/changelog/2025-05-09/paypal.png" />
</Frame>

Now available to all users, this integration makes it easy to add a trusted payment option to your applications, expanding your ability to monetize your projects.

### Improved image handling for broken Unsplash URLs

Say goodbye to broken stock images in your projects!

If you didn't know, Agent already adds stock images to your projects from Unsplash. But sometimes URLs break. The reason? LLMs are great at hallucinating stock image URLs.

We've added a feature that automatically replaces broken stock images with working alternatives, ensuring your applications always display professionally.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/imagepng-090136.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=488bb3babbbdf8c0993fe489094c12bf" width="3440" height="1630" data-path="images/changelog/2025-05-09/imagepng-090136.png" />
</Frame>

## Teams and Enterprise

### Enhanced enterprise deployment privacy settings

Enterprise customers now have greater control over Deployment privacy with multiple configuration options.

This enhanced feature allows organizations to precisely manage access to their deployed applications, providing the security and flexibility that enterprise environments demand. Team users now also benefit from private Deployments by default, requiring explicit opt-in for public sharing.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/screenshot-2025-05-08-at-12842-pmpng-090121.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=8d252d3d56c9041c4ccc3980e3d885ae" width="1454" height="898" data-path="images/changelog/2025-05-09/screenshot-2025-05-08-at-12842-pmpng-090121.png" />
</Frame>
