Skip to content

frankxai/arcanea-mobile

Repository files navigation

Arcanea Mobile App

A React Native mobile application for the Arcanea AI creative platform, built with Expo.

🚀 Features

  • Cross-Platform: iOS and Android support
  • AI Character Interactions: Powered by Anthropic Claude and OpenAI
  • Voice & Speech: Real-time voice interactions
  • Modern UI: NativeWind (Tailwind CSS for React Native)
  • Navigation: Expo Router for type-safe navigation

🛠️ Tech Stack

  • React Native with Expo 53
  • TypeScript for type safety
  • NativeWind for styling
  • Expo Router for navigation
  • AI SDK for AI integrations
  • Zustand for state management

📱 Getting Started

Prerequisites

  • Node.js 18+
  • Expo CLI
  • iOS Simulator or Android Emulator

Installation

# Clone the repository
git clone https://github.com/frankxai/arcanea-mobile.git
cd arcanea-mobile

# Install dependencies
npm install

# Start the development server
expo start

Running on Devices

# iOS
expo start --ios

# Android
expo start --android

# Web (for testing)
expo start --web

📱 App Structure

app/
├── (tabs)/              # Tab-based navigation
│   ├── index.tsx        # Home screen
│   ├── lumina.tsx       # Lumina AI character
│   ├── kinetix.tsx      # Kinetix AI character
│   └── scripta.tsx      # Scripta AI character
├── api/                 # API endpoints
└── _layout.tsx          # Root layout

components/              # Reusable components
assets/                  # Images, fonts, etc.
constants/               # App constants

🏗️ Build & Deploy

Development Build

eas build --platform all --profile development

Production Build

eas build --platform all --profile production

App Store Submission

eas submit --platform all

🔗 Related Repositories

📄 License

Private repository - All rights reserved

🤝 Contributing

This is a private repository for the Arcanea mobile application development.

About

Arcanea Mobile App - React Native with Expo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors