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

# General FAQs

> Common questions about Nativeline

# General FAQs

Basic questions about what Nativeline is and who it's for.

***

<AccordionGroup>
  <Accordion title="What is Nativeline?">
    Nativeline is a macOS app that lets you create native iPhone, iPad, and Mac apps using AI. You describe what you want in plain English, and the AI builds it for you. No coding experience required.

    The apps you create are real, native Swift apps that run on iPhones, iPads, and Macs — and can be published to the App Store or distributed as DMG files.
  </Accordion>

  <Accordion title="Who is Nativeline for?">
    Nativeline is designed for:

    * **Entrepreneurs** who want to test app ideas quickly
    * **Small business owners** who need a mobile presence
    * **Creators** who want apps for their content/community
    * **Designers** who want to prototype without coding
    * **Developers** who want to speed up initial development

    No programming experience is needed, but having a clear idea of what you want to build helps.
  </Accordion>

  <Accordion title="Do I need to know how to code?">
    No. Nativeline is specifically designed for people who don't code. You describe what you want in everyday language, and the AI writes the code for you.

    However, if you do know how to code (or have a developer friend), the Pro plan includes a Code Editor where you can view and modify the generated Swift code.
  </Accordion>

  <Accordion title="What kind of apps can I build?">
    You can build a wide variety of apps for iPhone, iPad, and Mac:

    * **Utility apps** — calculators, converters, timers, menu bar utilities
    * **Content apps** — news readers, portfolios, catalogs
    * **Social apps** — community features, messaging
    * **Productivity apps** — todo lists, note-taking, habit trackers, clipboard managers
    * **E-commerce** — product catalogs, shopping carts (with Stripe)
    * **AI-powered apps** — chatbots, content generators (with OpenAI)
    * **Mac apps** — menu bar tools, window managers, desktop utilities

    Games with complex graphics are possible but more challenging. Simple games (quizzes, card games) work well.
  </Accordion>

  <Accordion title="Are the apps real native apps?">
    Yes. Nativeline creates genuine Swift apps using Apple's native frameworks (SwiftUI, UIKit). These are the same technologies professional iOS developers use.

    Your apps:

    * Run natively on iPhones, iPads, and Macs
    * Can use all platform features (camera, location, notifications, menu bar, etc.)
    * Can be published to the App Store or distributed as DMG (Mac)
    * Are not web wrappers or cross-platform compromises
  </Accordion>

  <Accordion title="Can I publish to the App Store?">
    Yes! Apps built with Nativeline can be submitted to the App Store just like any other iOS app. You'll need:

    * Apple Developer Program membership (\$99/year)
    * To meet Apple's App Store Review Guidelines
    * Required metadata (screenshots, descriptions, etc.)

    See our [Publishing](/publishing/overview) section for complete guidance.
  </Accordion>

  <Accordion title="Does Nativeline work on Windows or Linux?">
    No. Nativeline is a macOS-only application. This is because iOS app development requires Xcode and macOS—there's no way around this Apple requirement.

    You need:

    * macOS 15.1 (Sequoia) or later
    * Mac with Apple Silicon (M1, M2, M3, M4) or Intel
    * At least 30GB free storage
  </Accordion>

  <Accordion title="What makes Nativeline different from other app builders?">
    Key differences:

    1. **Native apps** — Real Swift code, not web wrappers
    2. **AI-powered** — Describe what you want, don't drag and drop
    3. **Full iOS access** — Camera, location, notifications, etc.
    4. **App Store ready** — Can publish like any native app
    5. **No vendor lock-in** — You own the generated code

    Unlike no-code platforms that create web apps wrapped in a native shell, Nativeline generates actual native iOS applications.
  </Accordion>

  <Accordion title="How does the AI understand what I want?">
    Nativeline uses advanced AI (similar to ChatGPT) specifically trained for iOS app development. When you describe what you want, the AI:

    1. Understands your intent
    2. Breaks it into components
    3. Generates Swift/SwiftUI code
    4. Builds and runs the app

    The more specific you are, the better the results. Instead of "make a good app," try "create a recipe app where users can save their favorite recipes with photos."
  </Accordion>

  <Accordion title="Is there a free trial?">
    You can download Nativeline and create your first project for free. This lets you see how the app works before committing.

    After that, you'll need a subscription to continue building.
  </Accordion>

  <Accordion title="Can I cancel my subscription?">
    Yes. You can cancel anytime from the Nativeline app: Settings → Account → Manage Subscription.

    After cancellation:

    * You keep access until the end of your billing period
    * Your projects and code remain on your Mac
    * You won't be able to use AI features or upload to TestFlight
  </Accordion>

  <Accordion title="Can I build Mac apps?">
    Yes! Select **Mac** from the platform selector on the Home Page when creating a new project. Mac apps run natively in a window (no simulator), and can be exported as DMG files for distribution.

    See [Building for Mac](/guides/multi-platform) for details.
  </Accordion>

  <Accordion title="What are # commands?">
    The Toolkit uses # commands to let you attach real assets — fonts, colors, images, sounds, data, videos, animations, and 3D models — directly into your app. Type **#** in the chat input to see all available commands.

    See [Toolkit](/toolkit/overview) for the full guide.
  </Accordion>
</AccordionGroup>

***

## More FAQs

<CardGroup cols={2}>
  <Card title="Getting Started" icon="flag-checkered" href="/faqs/getting-started">
    Installation and setup questions
  </Card>

  <Card title="Building Apps" icon="hammer" href="/faqs/building">
    Creating apps with AI
  </Card>

  <Card title="Billing & Plans" icon="credit-card" href="/faqs/billing">
    Pricing and subscription questions
  </Card>

  <Card title="Publishing" icon="app-store" href="/faqs/publishing">
    TestFlight and App Store
  </Card>
</CardGroup>
