A Android app where users can access various AI Tools using webview. It increases productivity by not having to switch between multiple tabs to open link in the web browser
Access to multiple AI chatbots including:
- ChatGPT
- DeepSeek
- Gemini
- Qwen
- Claude
- Copilot
- Perplexity
- SimSimi
- Character
- Kuki
- Jabberwacky
- Cleverbot
- Chatsonic
- YOU
Explore various AI image generation tools:
- Ideogram
- Adobe
- Leonardo
- Krea
- NightCafe
- AD
- BlueWillow
- Flair
- DreamStudio
- Clipdrop
- EasyPeasy
- TensorArt
Create videos using AI-powered tools:
- InVideo
- Runway
- KlingAI
- HeyGenAI
- DeepbrainAI
- Colossyan
- Pictory
- Lumen5
- RenderForest
- Freepik
- Canva
- Veed
Text-to-speech and voice generation tools:
- Talkie
- ElevenLabs
- DesiVocal
- TTS
- NaturalReader
- VoiceMaker
- MurfAI
- PlayHT
- Speechify
- InVideoTTS
- CanvaTTS
- Narakeet
- Clone the repository:
git clone [repository-url]- Install dependencies:
npm install- Start the development server:
npm expo start- Run on specific platforms:
- Android:
npm run android - iOS:
npm run ios - Web:
npm run web
- Node.js
- npm or yarn
- Expo CLI
To build the app for production:
- Configure EAS Build:
eas build:configure- Build for specific platforms:
eas build --platform android
eas build --platform ios- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request