The Builder is where you spend most of your time in Artivision. It combines a code editor, file explorer, preview, and AI chat.
Interface Overview
- Left Panel — File tree and project structure
- Center Panel — Code editor with syntax highlighting
- Right Panel — Live preview of your application
- Bottom Panel — AI chat and terminal output
Keyboard Shortcuts
Cmd+K— Open AI command paletteCmd+S— Save current fileCmd+P— Quick file searchCmd+Shift+P— Command palette
AI Chat Tips
The chat understands your entire project context. You can ask it to:
- Modify specific files or components
- Add new features
- Fix bugs
- Explain existing code