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

# Billing & Plans FAQs

> Questions about pricing, bits, and subscriptions

# Billing & Plans FAQs

Questions about Nativeline's pricing, bits, and subscription plans.

***

<AccordionGroup>
  <Accordion title="How much does Nativeline cost?">
    Nativeline offers several plans:

    | Plan    | Price             | Bits                            |
    | ------- | ----------------- | ------------------------------- |
    | Coffee  | \$2 one-time      | 150 bits                        |
    | Builder | \$25/month        | 1,000 bits                      |
    | Pro     | \$50/month        | 2,250 bits + Code Editor        |
    | Scale   | $100-$1,000/month | 4,800-50,000 bits + Code Editor |

    See [Plans & Pricing](/introduction/plans-and-pricing) for details.
  </Accordion>

  <Accordion title="What are bits?">
    Bits are Nativeline's usage currency. They're consumed when the AI works on your app:

    * Questions and explanations (1-5 bits)
    * Color/text changes (10-15 bits)
    * Creating new features (25-40 bits)
    * Full app build (40-60 bits)

    Your bit balance is shown in the app and resets monthly with your subscription.
  </Accordion>

  <Accordion title="How many bits do I need?">
    It depends on how you use Nativeline. Bits are consumed per message:

    | Action               | Bits per Message |
    | -------------------- | ---------------- |
    | Questions            | 1-5 bits         |
    | Color/text changes   | 10-15 bits       |
    | New features         | 25-40 bits       |
    | First app generation | 40-50 bits       |

    Every app is different, so monthly usage varies. Start with the Builder plan (1,000 bits) — that's plenty for most users.
  </Accordion>

  <Accordion title="What happens when I run out of bits?">
    When bits are depleted:

    * AI features stop working
    * You can still run and test your current app
    * You can view your code (Pro plan)
    * You cannot make new AI-powered changes

    Options:

    * Wait for monthly reset
    * Upgrade to a higher plan
  </Accordion>

  <Accordion title="Do unused bits roll over?">
    No. Bits reset at the start of each billing cycle. There's no rollover of unused bits.

    Plan your usage to maximize your monthly allocation.
  </Accordion>

  <Accordion title="Can I buy extra bits?">
    You can purchase the Coffee plan (\$2 one-time, 150 bits) for a quick top-up, or upgrade to a higher monthly plan for more bits.
  </Accordion>

  <Accordion title="What is the Coffee plan?">
    Coffee is a \$2 one-time purchase that gives you 150 bits with no subscription commitment. Great for trying Nativeline or quick one-off needs.
  </Accordion>

  <Accordion title="How do I track my bit usage?">
    Check your usage:

    * In the app: Look for bit counter in the interface
    * Settings → Account shows detailed usage
    * Watch for low-bit warnings as you approach your limit
  </Accordion>

  <Accordion title="Is there a free tier?">
    You can download Nativeline and explore for free. This lets you:

    * See the interface
    * Create a project
    * Understand how it works

    To build apps with AI, you need a subscription.
  </Accordion>

  <Accordion title="Can I cancel my subscription?">
    Yes, anytime. To cancel:

    1. Open Settings → Account
    2. Click "Manage Subscription"
    3. Click "Cancel Subscription"

    After cancellation:

    * You keep access until the end of your billing period
    * Your projects and code stay on your Mac
    * AI features stop working after the period ends
  </Accordion>

  <Accordion title="How do I upgrade or downgrade?">
    1. Open Settings → Account
    2. Click "Manage Subscription"
    3. Choose a different plan

    * Upgrades take effect immediately
    * Downgrades take effect at next billing cycle
    * Bits are prorated for upgrades
  </Accordion>

  <Accordion title="Can I get a refund?">
    For refund requests, please contact [support@nativeline.ai](mailto:support@nativeline.ai) with:

    * Your account email
    * The reason for your request
    * Your subscription date

    We handle refunds on a case-by-case basis.
  </Accordion>

  <Accordion title="Do I need to pay Apple's $99/year separately?">
    Yes. The Apple Developer Program (\$99/year) is separate from Nativeline's subscription.

    * Nativeline = for building apps
    * Apple Developer = for publishing to TestFlight and App Store

    You only need the Apple Developer account when you're ready to distribute your app.
  </Accordion>

  <Accordion title="Are there student or educational discounts?">
    Currently, Nativeline doesn't offer student discounts. However:

    * The Builder plan (\$25/month) is affordable for learning
    * You can build real apps while learning
    * Consider it an investment in a valuable skill

    Watch for promotional offers.
  </Accordion>

  <Accordion title="What payment methods are accepted?">
    Nativeline uses Stripe for secure payments. We accept:

    * All major credit cards
    * Debit cards
  </Accordion>

  <Accordion title="When does my subscription renew?">
    Subscriptions renew automatically on the same date each month.

    Check your renewal date in Nativeline: Settings → Account
  </Accordion>
</AccordionGroup>

***

## Related FAQs

<CardGroup cols={2}>
  <Card title="General FAQs" icon="circle-question" href="/faqs/general">
    What is Nativeline?
  </Card>

  <Card title="Account & Security" icon="shield" href="/faqs/account">
    Account management
  </Card>

  <Card title="Plans & Pricing" icon="tags" href="/introduction/plans-and-pricing">
    Full pricing details
  </Card>

  <Card title="Getting Started" icon="flag-checkered" href="/faqs/getting-started">
    Installation questions
  </Card>
</CardGroup>
