AI Chat Interface
The AI Chat is your primary tool for building apps in Newly. Through natural conversation, you can build your app, create features, fix bugs, and refine your app in real time.
How It Works
The chat panel on the left side of the screen is where you interact with the AI. Simply describe what you want in plain language - English or in your own native language, and the AI will:- Understand your request and build your app
- Generate and modify code
- Build and deploy changes
- Show results instantly in the preview and Expo Go
Writing Effective Prompts
Clear prompts lead to better results. By describing what you want in a simple and specific way, you’ll help the AI build exactly what you’re looking for. Here are some proven patterns to follow:Be Specific
- Good
- Too Vague
Describe the Behavior
- Good
- Too Vague
Reference Existing Elements
- Good
- Ambiguous
Database and Backend (including Authentication)
Fixing Bugs
Styling Changes
Understanding AI Responses
As the AI works on your request, you’ll see:Status Indicators
Activity Feed
The chat shows what actions the AI is taking:- Reading files - Analyzing existing code
- Writing files - Creating or modifying code
- Installing packages - Adding dependencies
- Building - Compiling the app
- Committing - Saving changes to version history
Each commit includes a summary of what changed, making it easy to track progress and revert if needed.
Image-Based Prompts
You can attach images to your prompts for:- Design references - “Make it look like this screenshot”
- Bug reports - “Here’s what I’m seeing, it should show X instead”
- Inspiration - “Build something similar to this app”
- Click the image icon in the chat input
- Upload or paste an image
- Add context in your message
Multi-Step Requests
For complex features, break them into steps:1
Core Feature
2
Add Interactions
3
Checkout Flow
Conversation Context
The AI remembers your entire conversation. Use this to your advantage:Asking Questions
Not every prompt needs to generate code. You can ask:- How does X work? - Get explanations of features
- What’s the best way to…? - Get recommendations
- Can you explain this code? - Understand generated code
- What files were changed? - Review recent updates
Troubleshooting
AI Not Understanding
If the AI misinterprets your request:- Be more specific about what you want
- Reference/upload exact screenshot or component names
- Describe the current vs. expected behavior
Changes Not Appearing
If changes don’t show in preview:- Wait for the build to complete (check status indicators)
- Reload the preview if needed
- Check the activity feed for errors
- Check the app both in iOS and Android, and see if both does not show or only one, and prompt accordingly
Reverting Changes
If something breaks:- Use the revert function to see version history to restore a previous commit
Best Practices
Start Simple
Start Simple
Begin with core features, then add complexity. It’s easier to build up than fix a complex broken system.
One Thing at a Time
One Thing at a Time
Make one request per message for clearer results. Multi-feature requests can confuse the AI.
Test Frequently
Test Frequently
Check the preview after each change via Exp Go. Catching issues early is easier than debugging later.
Use Descriptive Language
Use Descriptive Language
Instead of “button”, say “blue Submit button at the bottom of the form”.
Reference the Preview
Reference the Preview
“The third item in the list isn’t showing correctly” is clearer with context from what you see.
Next Steps
Live Preview
Learn to use the preview effectively
Code Editor
Edit code directly when needed