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

# Starter Plan

> Learn about the Starter plan features, limitations, and what you can build for Free.

export const CoreCredits = '$20';

export const FreeDeployments = '1';

export const StarterWorkspaceStorage = '2GB';

## What you get

The Starter plan gives you everything you need to start building on Replit. Create apps, use AI integrations, and publish  your first project — all at no cost.

### Daily credits for Agent

Starter plan users receive daily credits for Agent usage, up to a monthly cap. These credits reset daily, giving you a fresh allowance to work with Agent each day.

### Monthly credits for cloud usage

You also receive monthly credits that can be used for:

* [Databases (Production)](/cloud-services/storage-and-databases/production-databases)
* [Object storage](/cloud-services/storage-and-databases/object-storage)
* [AI Integrations](/replitai/replit-ai-integrations)
* [Publishing (Autoscale, static)](/category/replit-deployments)

These credits reset each month.

### Lite build

Access to [Lite build](/core-concepts/agent/agent-modes), a fast and focused build experience for quick edits and targeted changes with Agent.

### One free published app

Get {FreeDeployments} free published app whether you're using Lite build or Design Canvas. This published link will automatically go down after 30 days.

Your published app will include a "Made with Replit" badge that contains your unique referral link. If another user signs up with that link from your badge, you'll receive referral credits once you upgrade to a paid plan.

## Limitations

The following features require upgrading to Core:

### Full build

[Full build](/core-concepts/agent/) allows Agent to work independently with more power and autonomy. Starter plan builders can only use [Lite build](/core-concepts/agent/agent-modes). Full build requires Core or Pro.

### Converting a design to an artifact

Converting a Design Canvas design to a full artifact requires Core. Starter plan builders can create designs and deploy them, but converting to an artifact with backend functionality requires an upgrade. If you want to build an app with backend functionality, try starting with [Lite build](/core-concepts/agent/agent-modes).

### Third-party connectors

External connectors require Core. This includes integrations with services like Google, Stripe, and other third-party APIs (See more info [here](https://docs.replit.com/replitai/integrations#connectors)).

### Remove "Made with Replit" badge

Removing the "Made with Replit" badge from your published apps requires Core. Starter plan users will have the badge displayed on their deployments.

### Additional published apps

Starter plan users get {FreeDeployments} free published app. Additional published apps beyond this require Core or Pro.

### Plan Mode

Using Plan Mode requires Core. Plan Mode allows you to brainstorm ideas, plan work, and collaborate with Replit Agent without editing your app's code or data.

### All artifact types

Building artifact types other than web and mobile apps requires Core. Choose from a variety of types including data visualizations, slide decks, animated videos, and more. See [Projects](/replitai/projects).

## Upgrading to Core

Ready for more? Upgrade to Core to unlock:

* **More storage and monthly credits** that also let you pay-as-you-go
* **Unlimited published apps** beyond your first free one
* **Full build** for autonomous development
* **Third-party connectors** to connect with external services
* **Plan Mode** to map out tasks before jumping into a build.
* **Replit Badge removal** for a professional look
* And more

<CardGroup cols={2}>
  <Card title="View Pricing" icon="dollar-sign" href="https://replit.com/pricing">
    Compare plans and see pricing details
  </Card>

  <Card title="Learn About Core" icon="star" href="/billing/plans/replit-core">
    Discover all Core plan features
  </Card>
</CardGroup>

## Next steps

Ready to start building? Here's how to get the most from your Starter plan:

* **[Create your first app](/getting-started/quickstarts/ask-ai)**: Build a full-stack app
* **[Try Design Canvas](/replitai/canvas)**: Create beautiful designs in under 2 minutes
* **[Publish your app](/category/replit-deployments)**: Publish your deployment and share what you've built with others
