# What is Natively?

Natively is a no-code tool that converts your website into a native iOS and Android app.

Instead of rebuilding your product from scratch, Natively wraps your website inside a native app shell using WebView, an embedded browser built into every iOS and Android device. Your web content runs inside it exactly as it does in a mobile browser, while the native shell gives you access to device features your website alone can't reach.

#### **Add native features to your app**

Once your app is running in Natively, you can go beyond what a website offers. A mobile app unlocks capabilities that a browser simply can't provide - sending [Push Notifications](/natively-platform/features/notifications.md) to bring users back, accepting [In-App Purchases](/natively-platform/features/purchases.md), scanning [QR codes](/guides/integration/scanner-qr-barcode.md), reading [NFC tags](/natively-platform/features/nfc.md), or verifying identity with [Biometrics](/guides/integration/biometrics-and-credentials.md). These are just a few examples of what becomes possible.

Natively supports a wide range of native features that you can enable as your app grows. Most features can be configured directly from the Natively Dashboard. For features that require deeper integration, Natively provides a JavaScript SDK and a Bubble plugin.

[See the full feature list →](/guides/integration.md)

#### **Your website updates - your app updates too**

Because your app loads content from your website, any change you publish to your site is immediately reflected in the app - no rebuild, no resubmission to the App Store or Google Play required. This means you can ship content updates, fix bugs, and iterate on your product at web speed, without going through the app store review process each time.

Rebuilds are only needed when you make changes to your Natively Dashboard configuration - like enabling a new feature, updating your app icon, or modifying permissions.

{% embed url="<https://www.youtube.com/watch?t=4s&v=Qen7t32uHCs>" %}
Natively - Convert your website into App without coding
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.buildnatively.com/getting-started/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
