Skip to main content

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:

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

  1. Write your request
  2. Press Enter (or send button)
  3. AI starts responding
  4. You see code and explanations

Writing Messages

At the bottom of the page, you see the message box:

Chat Input

  • Type your request
  • Enter: Send message
  • Shift + Enter: New line

Example Messages

RequestResult
"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

  1. Be patient: Some requests take time
  2. Be clear: Clearer requests = better results
  3. Step by step: Break big requests into small steps