Chat with AI
The chat section is the heart of 0xMinds. Here you talk with AI and get code.
Chat Modes
0xMinds has two chat modes:
Build Mode
For creating and editing code:
- Creating new features
- Editing existing code
- Generating components
- Making changes to project
Ask Mode
For quick questions without changing code:
- Ask questions about code
- Get explanations
- Understand how something works
- No changes to files
How It Works
- Write your request
- Press Enter (or send button)
- AI starts responding
- You see code and explanations
Writing Messages
At the bottom of the page, you see the message box:
- Type your request
- Enter: Send message
- Shift + Enter: New line
Example Messages
| Request | Result |
|---|---|
| "Make a blue button" | Button code |
| "Explain this code" | Code explanation |
| "Fix the error" | Bug fix |
| "Write a login API" | API code |
AI Response
Response can include:
Explanatory Text
Explanation about what it's doing
Code Block
function hello() {
console.log("Hello");
}
File Changes
Shows which file changed
Chat Status
Typing
When AI is responding, you see animated dots.
Connected
Connection status shown at top of chat:
- Green: Connected
- Red: Disconnected
Note
If connection drops, refresh the page.
Important Tips
- Be patient: Some requests take time
- Be clear: Clearer requests = better results
- Step by step: Break big requests into small steps