Build an AI Chatbot App for Free ā No Coding!
Did you know you can create a mobile app that uses popular AI chatbots like DeepSeek, Qwen, Gemini, and moreācompletely free? If not, donāt worry! In this video, weāll walk you through it step by step.
We’ll be using Appery.io to build the app, and you can sign up for free to follow along.
SETUP
- Once you’ve created an Appery account, start by creating a new app using the OpenRouter template.
2. Next, head over to OpenRouter.AI and sign up. In the top-left corner, youāll see a list of model APIs. To find free models, type “free”Ā in the search bar to filter out paid options.
For this example, Iāll select Qwen:QwQ 32B as the chatbot model.
3. After selecting the model:
ā
Create an API key (just give it a name).
ā
Copy the key once itās generated.
4. Now, go back to Appery.io, navigate to Model & Storage, and paste the API key into the OpenRouter API Key field.
Youāll also need to update the model name:
5. Copy it from the OpenRouter API tabĀ and paste it as the value for OpenRouter Model.
6. Hit the Test buttonāand after a few seconds, your app is ready! š
Try asking: “What is Appery.io?” š”
And just like that, the chatbot responds!
UNDERSTANDING THE APP
Now, letās take a look under the hood to see how the app works.
1ļøā£ Go to the Pages section in Appery.io and open the OpenRouter screen.
- The green box displays your messages.
- The gray box contains chatbot replies.
- The input field at the bottom is where you type your questions.
- Press Send, and the Send Message function is triggered.
2ļøā£ Check the appās code:
- Open the CODE tab and go to Functions.
- Here, youāll see a chatMessages array that keeps track of conversations.
- When you send a message, the app creates a new screen and updates it with the chatbotās response.
BONUS FEATURE: TRANSLATION SCREEN
This template also includes a Translation screen! š
- Type a sentence in English, and the chatbot will translate it into Spanish.
- To see how it works, open the CODE tab and check out the Translate function.
- Itās super simpleāit sends your text to the chatbot and returns the translated result.
Letās test it:
ā
Type “Home” ā Press TRANSLATE ā Youāll get “Casa” in Spanish.
If you want this feature in other languages, you can easily modify the chatbot prompt!
EXPORTING TO ANDROID
Finally, letās turn this into a real mobile app! š±
1ļøā£ Select EXPORT
2ļøā£ Choose Binary APK/AAB
3ļøā£ Once itās done, scan the QR code to download and install the app on your phone.
Now, test it by asking the same questions you tried earlier. It works! š
TRYING DIFFERENT AI CHATBOTS
Want to test a different chatbot? Itās easy!
1ļøā£ Find a model you like, for example, DeepSeek.
2ļøā£ Create an API key for it.
3ļøā£ Update the model name in Appery.io, just like we did earlier.
Thatās it! Youāve just built a working AI-powered chatbot app in minutesāwithout spending a dime!
If you found this helpful, donāt forget to like, subscribe, and hit the notification bell for more awesome AI and no-code tutorials! See you in the next one! š