DEV Community

linkalls
linkalls

Posted on

Jules Mobile Client - React Native App for Google's Jules AI Assistant

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
Enter fullscreen mode Exit fullscreen mode

Contributions and feedback are welcome!

Top comments (0)