> ## Documentation Index
> Fetch the complete documentation index at: https://docs.same.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing

> See Same.new pricing for AI app builders. Compare free and paid plans, understand usage limits, and find the right plan for your next AI project.

> 🔔 **Pricing Update**: We've introduced new pricing tiers based on your feedback! Check out our new plans below that offer more tokens.

Same offers straightforward pricing plans designed to scale with your usage. Choose the plan that best fits your needs.

## Plans

We provide free plans by default with 500,000 tokens per month. You may upgrade to Pro as needed:

<CardGroup cols={2}>
  <Card title="Basic - $10/month" icon="sparkles">
    <div className="flex flex-col space-y-2">
      <span>**Included:**</span>

      <ul className="list-disc pl-5">
        <li>**2,000,000** tokens per month</li>
        <li>Premium model</li>
        <li>Download projects</li>
        <li>Remix projects</li>
      </ul>

      <span>Perfect for trying out Same.</span>
    </div>
  </Card>

  <Card title="Pro - $25/month" icon="bolt">
    <div className="flex flex-col space-y-2">
      <span>**Included:**</span>

      <ul className="list-disc pl-5">
        <li>**5,000,000** tokens per month</li>
        <li>Premium model</li>
        <li>Download projects</li>
        <li>Remix projects</li>
      </ul>

      <span>Great for rapid prototyping.</span>
    </div>
  </Card>

  <Card title="Max - $50/month" icon="rocket">
    <div className="flex flex-col space-y-2">
      <span>**Included:**</span>

      <ul className="list-disc pl-5">
        <li>**10,000,000** tokens per month</li>
        <li>Premium model</li>
        <li>Download projects</li>
        <li>Remix projects</li>
      </ul>

      <span>Perfect for building live production apps.</span>
    </div>
  </Card>

  <Card title="Ultra - $100/month" icon="crown">
    <div className="flex flex-col space-y-2">
      <span>**Included:**</span>

      <ul className="list-disc pl-5">
        <li>**20,000,000** tokens per month</li>
        <li>Premium model</li>
        <li>Download projects</li>
        <li>Remix projects</li>
      </ul>

      <span>**Token Usage Beyond 20M:**</span>

      <ul className="list-disc pl-5">
        <li>Pay as you go: **\$10** per additional 2 million tokens</li>
      </ul>

      <span>Ideal for developing complex projects.</span>
    </div>
  </Card>
</CardGroup>

## What are Tokens?

Same uses "tokens" to measure the computational resources used during interactions. Think of tokens as pieces of words or code. For more details on how tokens work, see the [Tokens](/usage/tokens) page.

## How Usage is Calculated

Usage is based on **tokens**. Every interaction with Same, including processing prompts, analyzing context (like URLs or images), and generating code, consumes tokens.

Each plan includes a fixed number of tokens per month:

* **Free Plan**: 500,000 tokens
* **Basic Plan**: 2 million tokens
* **Pro Plan**: 5 million tokens
* **Max Plan**: 10 million tokens
* **Ultra Plan**: 20 million tokens

If you require more than 20 million tokens on the Ultra plan, additional usage is available at our usage-based pricing rates.

You can monitor your usage in your account settings. Learn more about [Tokens](/usage/tokens).

### Do unused tokens roll over?

All unused tokens expire at the end of each billing cycle or when your subscription ends (after cancelling). This applies to all subscription plans.

## Need More?

For enterprise needs or custom plans, please [contact us](mailto:support@same.dev).

## Previous Pricing Model

Before our new tier-based system, we offered:

* **Free Plan**: 500,000 tokens per month with community support
* **Pro Plan**: \$10/month for 2 million tokens, with additional usage charged at \$10 per 2 million tokens (\$5 per million tokens)

This pay-as-you-go model has been replaced with our new fixed-tier plans above to provide better value and more predictable pricing.
