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

# Plans & Pricing

> Choose the right Nativeline plan for your needs

# Plans & Pricing

Nativeline offers flexible plans to match how you build. Whether you're exploring, building your first app, or shipping products, there's a plan for you.

## Understanding Bits

Nativeline uses a **bits** system to measure AI usage. Bits are your monthly AI budget — think of them like data on a phone plan.

When the AI thinks, plans, writes code, or debugs, it uses bits. More complex tasks use more bits.

### How Bits Are Consumed

| Action                                 | Approximate Bits    |
| -------------------------------------- | ------------------- |
| Simple question                        | 1-5 bits            |
| Change a color or text                 | 10-15 bits          |
| Add a simple component (button, field) | 25-40 bits          |
| Create a new screen                    | 30-50 bits          |
| Build a complex feature                | 40-80 bits          |
| Debug stubborn errors                  | 15-50 bits (varies) |

### Why Usage Varies

Bit consumption depends on:

* **Complexity** — More complex features = more AI thinking
* **Specificity** — Vague requests require more iterations
* **AI Mode** — [Max mode](/features/ai-modes) uses more bits per request than Quick or Enhanced
* **Errors** — Build failures trigger debugging cycles
* **Project size** — Larger projects need more context processing

<Tip>
  Specific, clear prompts use fewer bits than vague requests. "Add a blue button with white text" is cheaper than "make it look better."
</Tip>

***

## Available Plans

<CardGroup cols={3}>
  <Card title="Coffee" icon="mug-hot">
    ### \$2 one-time

    **150 bits**

    * One-time purchase, no subscription
    * AI builds your app
    * Unlimited projects
    * Test in Simulator

    *Best for: Quick one-off needs, trying the platform*
  </Card>

  <Card title="Builder" icon="hammer">
    ### \$25/month

    **1,000 bits included**

    * AI builds your app automatically
    * AI fixes issues for you
    * Unlimited projects
    * Test in Simulator
    * Email support

    *Best for: Getting started, simple apps, exploring*
  </Card>

  <Card title="Pro" icon="star">
    ### \$50/month

    **2,250 bits included**

    Everything in Builder, plus:

    * Full code editor access
    * View and edit Swift code
    * Database management
    * Version history
    * App logs for debugging

    *Best for: Regular users, learning Swift, serious projects*
  </Card>
</CardGroup>

<Card title="Scale" icon="rocket">
  ### $100-$1,000/month

  **4,800-50,000 bits**

  Everything in Pro, plus:

  * Customize your bit amount
  * Priority support
  * Early access to new features
  * Dedicated assistance

  *Best for: Power users, agencies, multiple projects*
</Card>

***

## Choosing Your Plan

### Decision Guide

<AccordionGroup>
  <Accordion title="I just want to try it out" icon="coffee">
    **Start with Coffee (\$2 one-time)**

    150 bits gives you enough to:

    * Generate your first app (40-50 bits)
    * Make a few changes and tweaks
    * See if Nativeline is right for you

    No subscription, no commitment.
  </Accordion>

  <Accordion title="I'm just exploring Nativeline" icon="magnifying-glass">
    **Start with Builder (\$25/month)**

    1,000 bits gives you plenty of room to:

    * Generate your first app (40-50 bits)
    * Add features and make changes
    * Experiment freely without worrying about limits

    Most users find Builder more than enough to get started.
  </Accordion>

  <Accordion title="I'm building my first real app" icon="seedling">
    **Builder ($25) or Pro ($50)**

    First app generation is typically 40-50 bits. Consider:

    * **Builder** if you just want the app built
    * **Pro** if you want to see the code, manage your database, and track version history

    Pro is worth it if you're curious about how things work.
  </Accordion>

  <Accordion title="I want to see and edit the code" icon="code">
    **Pro (\$50/month) or higher**

    The code editor lets you:

    * View all generated Swift code
    * Make quick edits yourself
    * Read logs for debugging
    * Learn Swift by doing

    Code access requires Pro or Scale.
  </Accordion>

  <Accordion title="I'm building multiple apps or complex features" icon="layer-group">
    **Scale (\$100+/month)**

    Building several apps or one ambitious project? Scale lets you:

    * Choose exactly how many bits you need
    * Get priority support
    * Access new features early

    Scale gives you the flexibility to build as much as you need without running out.
  </Accordion>
</AccordionGroup>

### Quick Comparison

| Feature              | Coffee          | Builder         | Pro     | Scale          |
| -------------------- | --------------- | --------------- | ------- | -------------- |
| Price                | \$2 once        | \$25/mo         | \$50/mo | \$100-1,000/mo |
| Bits                 | 150             | 1,000           | 2,250   | 4,800-50,000   |
| Unlimited projects   | ✅               | ✅               | ✅       | ✅              |
| Toolkit (# Commands) | ✅               | ✅               | ✅       | ✅              |
| AI Modes             | Quick, Enhanced | Quick, Enhanced | All 3   | All 3          |
| Embedded Simulator   | ✅               | ✅               | ✅       | ✅              |
| Code editor          | ❌               | ❌               | ✅       | ✅              |
| Database management  | ❌               | ❌               | ✅       | ✅              |
| Version history      | ❌               | ❌               | ✅       | ✅              |
| App logs             | ❌               | ❌               | ✅       | ✅              |
| Priority support     | ❌               | ❌               | ❌       | ✅              |
| Early access         | ❌               | ❌               | ❌       | ✅              |

***

## Example: Per-Message Costs

Here's what typical messages cost in bits:

<Steps>
  <Step title="First app generation (~40-50 bits)">
    "Create a task list app with add and complete features"
  </Step>

  <Step title="Adding a feature (~25-40 bits)">
    "Add due dates to tasks with a date picker"
  </Step>

  <Step title="Bug fix (~15-30 bits)">
    "Tasks aren't saving when I close the app"
  </Step>

  <Step title="Design change (~10-15 bits)">
    "Make the cards have rounded corners and shadows"
  </Step>

  <Step title="Quick question (~1-5 bits)">
    "How do I add a search bar?"
  </Step>
</Steps>

Every app is different, so total costs vary based on complexity and how many changes you make.

<Tip>
  [Enhanced mode](/features/ai-modes) often costs the same or less than Quick mode for the same task — it makes fewer mistakes and needs fewer iterations. It's the default for a reason.
</Tip>

***

## Managing Your Bits

### Checking Usage

Your remaining bits are always visible in Nativeline:

* Look for the bits indicator in the toolbar
* A progress bar shows usage percentage
* Warning appears at 80% usage
* Bits reset monthly on your billing date

### When Bits Run Low

**At 80% usage:**

* Warning notification appears
* Consider upgrading or being more efficient

**At 100% usage:**

* AI features pause until reset
* Your projects remain safe
* You can still open and view your code
* Bits reset on your billing date

### Tips to Use Bits Efficiently

<CardGroup cols={2}>
  <Card title="Be Specific" icon="bullseye">
    "Add 16pt padding and 12pt rounded corners" uses fewer bits than "make it look better"
  </Card>

  <Card title="Use the Toolkit" icon="hashtag">
    Drop assets in with # commands instead of describing them — the AI gets it right the first time
  </Card>

  <Card title="Build Incrementally" icon="stairs">
    Add features one at a time, testing each before moving on
  </Card>

  <Card title="Edit Small Things Yourself" icon="pencil">
    On Pro+, use the code editor for tiny tweaks like colors and text
  </Card>
</CardGroup>

***

## Billing & Subscription

### Upgrading

1. Go to **Settings → Plans**
2. Select a higher tier
3. Confirm the upgrade
4. New bits are added immediately
5. You're charged a prorated amount

Upgrades take effect instantly.

### Downgrading

1. Go to **Settings → Plans**
2. Select a lower tier
3. Confirm the change
4. Continues at current tier until billing date
5. New tier starts at next billing cycle

<Warning>
  Downgrading from Pro or higher means losing code editor access. Make sure you don't have unsaved edits before downgrading.
</Warning>

### Canceling

1. Go to **Settings → Subscription**
2. Click **Cancel Subscription**
3. Confirm cancellation
4. Access continues until end of billing period
5. Projects remain on your Mac

Your projects are stored locally — they stay on your Mac even after cancellation. You can always resubscribe later.

***

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="What happens to my projects if I cancel?">
    Your projects stay on your Mac in `~/Documents/Nativeline Projects/`. You can still open them in Xcode. You just can't use AI features without an active plan.
  </Accordion>

  <Accordion title="Can I get more bits mid-month?">
    Yes! Upgrade to a higher tier anytime. New bits are added immediately and you're charged a prorated amount.
  </Accordion>

  <Accordion title="Do unused bits roll over?">
    No, bits reset monthly. Unused bits don't carry over to the next month.
  </Accordion>

  <Accordion title="Can I buy bits without a subscription?">
    Yes! The Coffee plan is a one-time \$2 purchase that gives you 150 bits with no subscription. Great for trying Nativeline or quick one-off needs.
  </Accordion>

  <Accordion title="Why did that request use so many bits?">
    Complex requests with errors use more bits due to debugging cycles. Try being more specific or breaking into smaller requests. Also check your [AI mode](/features/ai-modes) — Max mode uses more bits per request.
  </Accordion>

  <Accordion title="Is there a free trial?">
    Check [nativeline.ai](https://nativeline.ai) for current offers and trial availability.
  </Accordion>

  <Accordion title="What payment methods do you accept?">
    We accept all major credit cards and debit cards through Stripe.
  </Accordion>
</AccordionGroup>

***

## Get Started

<CardGroup cols={2}>
  <Card title="Download Nativeline" icon="download" href="/introduction/installation">
    Install and set up in minutes
  </Card>

  <Card title="Create Your Account" icon="user-plus" href="/introduction/account-setup">
    Sign up and choose your plan
  </Card>
</CardGroup>
