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

> 2 min read

export const AiPrompt = ({children}) => {
  return <CodeBlock className="relative block font-sans whitespace-pre-wrap break-words">
      <div className="pr-7">
        {children}
      </div>
    </CodeBlock>;
};

## What's new

* [Replit Auth launch](#replit-auth)
* [Updated UBB suspension policy](#updated-ubb-suspension-policy)
* [App type selector fully launched](#app-type-selector-fully-launched)
* [New unified org switcher](#new-unified-org-switcher)
* [Replit Teams Annual plan](#replit-teams-annual-plan)

## Platform updates

### Replit Auth

[Replit Auth](/core-concepts/project-editor/auth-and-security/authentication) is out for all users! It's a built-in authentication system that lets you add user login to your apps with minimal setup. Instead of building complex authentication systems from scratch, Replit Auth provides a secure, ready-to-use solution integrated with Replit's infrastructure.

**Key Features:**

* **Zero setup** - Add authentication with a single prompt in Agent
* **Built-in security** - Uses Replit's infrastructure with protections against common attacks
* **User management** - Simplified user administration through the Auth pane
* **Database integration** - Automatic user entries in your database
* **Customizable login page** - Personalize the login experience for your app
* **Password reset** - Replit handles password reset emails, eliminating the need for your own email delivery provider

Getting started is simple - just include a request for Replit Auth in your Agent prompt:

<AiPrompt>
  Help me create an app that \[your app idea] and should feature Replit Auth.
</AiPrompt>

<Frame>
  <iframe src="https://www.youtube.com/embed/FepR-sBZKCo?si=RKJjt0e1Gviioxqr" style={{border: "none", borderRadius: "8px"}} width="100%" height="420px" />
</Frame>

### Updated UBB suspension policy

We've improved our payment grace period system to better support established users while protecting their deployments. Longer-standing users now have more time to address payment issues, ensuring that critical applications stay online while payment details are updated.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-02/screenshot-2025-04-28-at-95317-pmpng-150215.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=fe01893984c10992fbee40350c166d32" width="1714" height="862" data-path="images/changelog/2025-05-02/screenshot-2025-04-28-at-95317-pmpng-150215.png" />
</Frame>

### App type selector fully launched

The app type selector is now available to all users! This feature makes it easier to choose the right template when starting a new project, helping you get up and running faster with appropriate configurations for your specific use case.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-02/cleanshot-2025-04-28-at-1724072xpng-150221.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=ffa5c251fa80f7c567dda6b43be01244" width="1664" height="988" data-path="images/changelog/2025-05-02/cleanshot-2025-04-28-at-1724072xpng-150221.png" />
</Frame>

## Teams and Enterprise

### New unified org switcher

We've streamlined the organization switching experience with a new unified interface. This cleaner, more intuitive design makes it easier to navigate between your personal account and various organizations, helping you collaborate more efficiently.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-02/screenshot-2025-05-01-at-1529592xpng-150204.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=3af8f5467d7b14be4d8e8969c66091cb" width="1934" height="804" data-path="images/changelog/2025-05-02/screenshot-2025-05-01-at-1529592xpng-150204.png" />
</Frame>

### Replit Teams Annual plan

Replit Teams now offers an annual plan option, providing a more cost-effective way for teams to access our collaborative features. Subscribe annually to unlock additional value for your team's development needs.
