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

# License & Pricing

> SwiftAI Boilerplate Pro licensing, the $99 single-download and $199 lifetime tiers, lifetime-update policy, grandfathered-buyer benefits, and the separate App Generator product (coming soon).

SwiftAI Boilerplate Pro is sold as a **commercial source-code license** — you buy it once, build unlimited apps with it, and ship them commercially. There are no subscriptions or per-seat fees for the boilerplate itself.

<Note>
  Prices and checkout live on the product site. This page documents *what each tier includes* so you can pick the right one. To purchase, use **[swiftaiboilerplate.com/checkout](https://www.swiftaiboilerplate.com/checkout)**.
</Note>

## Choose your tier

<CardGroup cols={3}>
  <Card title="Single download — $99" icon="download">
    A one-time download link delivered to your email inbox.

    * Full source of the **current** release
    * Commercial use, unlimited apps
    * **No** future versions or update access

    Best for a one-off build where you don't need ongoing updates.
  </Card>

  <Card title="Lifetime — $199" icon="infinity">
    **Most popular.** Buy once, keep getting everything.

    * Full source via private GitHub repo
    * **All future versions**, forever
    * **Lifetime updates** (features, fixes, new modules)
    * App Generator access when it ships

    Best value — the updates and future versions are the whole point.
  </Card>

  <Card title="App Generator — $399" icon="wand-magic-sparkles">
    **Coming soon — separate product.** A standalone macOS app that drives *your own* coding-agent CLI to generate a differentiated, App-Store-4.3-safe app from the template.

    * Ships **no LLM** — it orchestrates Claude Code / Codex / Gemini / Cursor
    * Sold separately from the boilerplate
    * [Join the waitlist](https://www.swiftaiboilerplate.com)
  </Card>
</CardGroup>

## $99 vs $199 — what's the difference?

The code you receive on day one is identical. The difference is **time**:

|                                                  | Single download (\$99) | Lifetime (\$199)    |
| ------------------------------------------------ | ---------------------- | ------------------- |
| Current release source                           | ✅                      | ✅                   |
| Commercial use, unlimited apps                   | ✅                      | ✅                   |
| Delivery                                         | Email download link    | Private GitHub repo |
| Future versions (e.g. the next major release)    | ❌                      | ✅                   |
| Ongoing updates (fixes, new modules, new guides) | ❌                      | ✅                   |
| App Generator access when it ships               | ❌                      | ✅                   |

If you expect to maintain the app past one release cycle, **Lifetime pays for itself** the first time a new version lands.

## Already a customer? You're grandfathered

<Note>
  **Existing and past buyers keep lifetime access** to the boilerplate, including **all new versions (v2.2.0 and beyond) at no new charge** — even if you bought before these tiers existed. You will **also get access to the App Generator when it ships**, as a thank-you. No action needed; pull from your private repo as usual.
</Note>

## The App Generator is a separate product

The App Generator is **not bundled** in the boilerplate and is **not in this repository**. It is a separate, upcoming macOS product. What ships *in the boilerplate today* is the template-side foundation it builds on:

* `template.manifest.json` — the machine-readable identity/module/config map
* the [App Store 4.3(a) audit gate and hardening playbook](/pages/guides/app-store-4-3-hardening)
* the hero archetype recipes that drive differentiation

You can ship a fully differentiated, 4.3-safe app **today** by following the [App Store 4.3 Hardening guide](/pages/guides/app-store-4-3-hardening) — the App Generator will simply automate that workflow.

## FAQ

<AccordionGroup>
  <Accordion title="What's the difference between the $99 and $199 tiers?">
    Same source code on day one. The $99 single download is a one-time snapshot of the current release with no future-version or update access. The $199 lifetime license includes all future versions and lifetime updates via a private GitHub repo, plus App Generator access when it ships.
  </Accordion>

  <Accordion title="Do I get future versions?">
    With the **$199 lifetime** license, yes — every future version, forever, at no extra cost. With the **$99 single download**, no — you receive the current release only.
  </Accordion>

  <Accordion title="I bought earlier — am I grandfathered in?">
    Yes. All existing and past buyers keep lifetime access to new versions at no new charge, and will receive App Generator access when it launches.
  </Accordion>

  <Accordion title="When is the App Generator available?">
    It's coming soon as a separate \$399 macOS product. It isn't purchasable yet — [join the waitlist](https://www.swiftaiboilerplate.com) to be notified, and watch the [changelog](/pages/reference/changelog) for the announcement.
  </Accordion>

  <Accordion title="Does the boilerplate help me pass App Store review?">
    Yes. v2.2.0 ships a first-party App Store Guideline 4.3(a) playbook: a Release-binary audit gate (`scripts/appstore-43-audit.sh`) that fails the build on un-rebranded fingerprints, a branding/identity map, an App Review Notes template, and per-module removal guidance. See [App Store 4.3 Hardening](/pages/guides/app-store-4-3-hardening). Note that differentiation comes from your product, listing, and binary — shared architecture alone does not guarantee approval.
  </Accordion>

  <Accordion title="Can I use it for client work and commercial apps?">
    Yes — build unlimited apps, including paid and client apps. For the full legal terms, see the [license page on the product site](https://www.swiftaiboilerplate.com/legal/license).
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Changelog" href="/pages/reference/changelog">
    What shipped in v2.2.0 and earlier
  </Card>

  <Card title="App Store 4.3 Hardening" href="/pages/guides/app-store-4-3-hardening">
    Ship a differentiated, review-safe app today
  </Card>
</CardGroup>
