Introduction
I built a mobile app to use Google’s Jules AI Assistant on smartphones! Jules is an AI coding assistant that helps with code reviews, bug fixes, and feature implementations.
Why I Built This
Google recently released the Jules API, allowing third-party apps to integrate with Jules. However, using Jules through a mobile browser is quite sluggish. I wanted a native mobile experience with better performance.
Features
- 📱 Cross-platform (iOS & Android) with Expo
- 🌙 Dark mode support
- 🌐 i18n (English & Japanese)
- 🔐 Secure API key storage with expo-secure-store
- 💬 Real-time chat with Jules sessions
- 📝 Markdown rendering with syntax highlighting
Tech Stack
- React Native 0.81.5
- Expo SDK 54
- TypeScript
- React 19.1.0
GitHub Repository
https://github.com/linkalls/jules-mobile-client
Screenshots
Check out the repo for screenshots and more details!
Getting Started
git clone https://github.com/linkalls/jules-mobile-client.git
cd jules-mobile-client
npm install
npm start
Contributions and feedback are welcome!
