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!
Top comments (0)