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

# Introduction

> Build native iOS and Android apps using AI - no coding required

# Welcome to Newly

Newly is an AI-powered platform that enables anyone to create native iOS and Android mobile apps without coding. Simply describe what you want to build in natural language, and watch your app come to life in real-time.

## What Makes Newly Different

Unlike drag-and-drop builders that create web wrappers or PWAs, Newly generates **true native code** using React Native and Expo - the same technology powering apps like Discord, Shopify, and Instagram.

<CardGroup cols={2}>
  <Card title="Real Native Apps" icon="mobile">
    Generate production-ready iOS and Android apps, not web wrappers
  </Card>

  <Card title="AI-Powered Development" icon="sparkles">
    Describe features in plain English and watch them come to life
  </Card>

  <Card title="Full Code Ownership" icon="code">
    Export your complete source code anytime. No vendor lock-in
  </Card>

  <Card title="Live Preview" icon="eye">
    See changes instantly on a real mobile device preview
  </Card>
</CardGroup>

## Quick Start

Get your first app running in minutes:

<Steps>
  <Step title="Sign Up">
    Create a free account at [newly.app](https://newly.app)
  </Step>

  <Step title="Describe Your App">
    Tell the AI what you want to build. Be as detailed as you like:

    *"Create a workout tracking app where users can log exercises, track their progress with charts, and set weekly goals"*
  </Step>

  <Step title="Preview & Iterate">
    Watch your app come to life in the real-time preview. Chat with the AI to refine and add features.
  </Step>

  <Step title="Deploy">
    When ready, deploy to the App Store and Google Play Store directly from Newly.
  </Step>
</Steps>

## What Can You Build?

Newly excels at building apps with:

* **Beautiful UI** - Modern, polished interfaces with smooth animations
* **Database Integration** - Store and retrieve data with built-in backend support
* **User Authentication** - Login, signup, and user management
* **API Connections** - Connect to any external service or API
* **In-App Purchases** - Monetize with subscriptions via RevenueCat
* **Push Notifications** - Engage users with timely updates
* **Camera & Photos** - Access device camera and photo library
* **Location Services** - GPS and mapping features

<Card title="Browse Example Apps" icon="grid" href="https://newly.app/examples">
  See what others have built with Newly for inspiration
</Card>

## Key Features

<Columns cols={2}>
  <Card title="AI Chat Interface" icon="message-bot" href="/features/ai-chat">
    Natural language interface to describe features and make changes
  </Card>

  <Card title="Real-time Preview" icon="mobile" href="/features/preview">
    See your app running live as you build
  </Card>

  <Card title="Code Editor" icon="code" href="/features/code-editor">
    Full access to edit generated code directly
  </Card>

  <Card title="Backend Generation" icon="server" href="/features/backend">
    Automatic API and database creation with Liquid Backend
  </Card>

  <Card title="App Store Deployment" icon="rocket" href="/features/deployment">
    Deploy to iOS and Android app stores
  </Card>

  <Card title="GitHub Integration" icon="github" href="/integrations/github">
    Sync your code to a GitHub repository
  </Card>
</Columns>

## Technical Stack

Under the hood, Newly uses industry-standard technologies:

| Component        | Technology                         |
| ---------------- | ---------------------------------- |
| Mobile Framework | React Native with Expo SDK 54      |
| Language         | TypeScript                         |
| Backend          | serverless API + PostgreSQL        |
| Payments         | RevenueCat                         |
| Deployment       | EAS Build (App Store & Play Store) |

## Getting Help

<CardGroup cols={3}>
  <Card title="Discord Community" icon="discord" href="https://discord.com/invite/sPbqWqgcMf">
    Join our active community for help and inspiration
  </Card>

  <Card title="Example Apps" icon="grid" href="https://newly.app/examples">
    Learn from apps built by others
  </Card>

  <Card title="FAQ" icon="circle-question" href="https://newly.app/faq">
    Common questions answered
  </Card>
</CardGroup>

## Ready to Start?

<Card title="Create Your First App" icon="rocket" horizontal href="/quickstart">
  Follow our step-by-step guide to build and deploy your first app
</Card>
