Cognivision Platform
Start building
AR with a prompt
Everything you need to generate native AR features for React Native
— from first prompt to working app on your iPhone.
prompt = "Add AR object detection to my app.
When the camera detects an object,
show a label with the object name."
// Cognivision generates:
import ARKit
import Vision
class ARViewController: UIViewController {
let arSession = ARSession()
// ← full bridge generated
}
Install the Extension
STEP 1Cognivision is a VS Code extension that generates complete AR features for React Native — including the native ARKit bridge handled automatically. What took months now takes minutes.
Search for Cognivision in the VS Code Extensions marketplace:
Authentication
STEP 2Click the Cognivision icon in the VS Code sidebar and sign in with your account.
Open Project
STEP 3Open any React Native project in VS Code. Cognivision automatically detects:
No configuration required.
First Prompt
STEP 4Open the Cognivision chat panel in the VS Code sidebar and type your feature in plain English:
Build & Run
STEP 5npx react-native run-ios in your terminalYou should see working AR with object detection.
Iterate
STEP 6Keep building on top of your existing feature — just write more prompts:
💡Cognivision tracks your AR session state between prompts — you can safely layer new features without breaking existing ones.
Prompt Examples
Copy and paste any of these into the Cognivision chat panel to get started fast.