> ## 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 20, 2025

> 2 min read

## What's new

* [New prompt examples](#new-prompt-examples)
* [View live app button](#view-live-app-button)
* [Deployment prevention](#deployment-prevention)
* [Security scanner improvements](#security-scanner-improvements)
* [Python run performance improvements](#python-run-performance-improvements)

## Platform updates

### New prompt examples

Discover fresh inspiration with updated prompt examples!

The language has been standardized and diverse design directions added to help you create apps that go beyond the typical look and feel.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-06-20/imagepng-150159.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=8b116756c402213532698f87e0a36d8f" alt="Updated prompt examples interface showing diverse design styles" width="3432" height="1986" data-path="images/changelog/2025-06-20/imagepng-150159.png" />
</Frame>

### View live app button

Access your published apps instantly! A "View live app" button now appears on the cover page whenever your app is published and you have permission to view it, making it easier to preview your work.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-06-20/screenshot-2025-06-16-at-43051-pmpng-150206.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=7ef7af60c7a2b3999eb425ed6921fa5c" alt="Cover page showing new View live app button" width="436" height="890" data-path="images/changelog/2025-06-20/screenshot-2025-06-16-at-43051-pmpng-150206.png" />
</Frame>

### Deployment prevention

Stay secure with new deployment protection. Replit now prevents you from accidentally publishing development servers to production, helping you avoid security vulnerabilities before they become a problem.

### Security scanner improvements

Enhanced security monitoring now automatically detects and flags attempts to deploy development servers, specifically protecting against the Vite vulnerability (CVE-2025-30208) before deployment.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-06-20/screenshot-2025-06-13-at-120022-pmpng-150225.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=756298daced5d3fd03b9cf7c8e9eeaa4" alt="Security scanner interface showing Vite vulnerability detection" width="1834" height="1870" data-path="images/changelog/2025-06-20/screenshot-2025-06-13-at-120022-pmpng-150225.png" />
</Frame>

### Python run performance improvements

Python runs are now faster than ever! Thanks to internal improvements, the execution time of Python runs has been reduced for a smoother experience.
