A cross-platform mobile app featuring text and voice conversations powered by Vercel AI SDK, built with React Native and Expo SDK 54.x.
- Text & Voice Conversations - Seamless text and voice-based interactions with AI
- React Native Reusable UI - Modern, reusable components built with NativeWind/Tailwind CSS
- Vercel AI SDK Integration - Streaming responses and real-time AI interactions
- Cross-Platform - Works on iOS, Android, and Web
- Suggested Actions - Context-aware action suggestions
- Image Attachments - Send images in conversations
- Markdown Support - Rich text formatting in messages
- NestJS Backend - Robust server with AI agent endpoints
- Node.js 18+
- pnpm (package manager)
- Expo CLI
- Install dependencies
cd app
pnpm install- Start the Expo app on IOS native
pnpm run ios- Run the server (in a separate terminal)
cd server
pnpm install
pnpm run start:dev/app- Expo React Native application/server- NestJS backend with AI agent services
For more details, see:

