The project workspace
Every project is split into two halves:- The conversation sidebar on the left
- The code and preview area on the right
Work with the chat like a project-aware assistant
Inside the conversation sidebar, Rushed can work against your actual files. Use the chat when you want to:- add or change multiple files
- refactor with context
- explain and then implement
- update project structure, not just one line of code
@ in the prompt box to tag files directly.
Use the editor for direct control
The editor is best when you want to inspect or tweak code yourself. Helpful details:- file changes autosave
- open tabs stay available across the session
- binary files are detected and not shown as editable text
Cmd/Ctrl + Kopens project search from inside the editor too
Highlight code to move faster
When you select code, Rushed gives you two high-value actions:Add to Chat
Use this when you want Rushed to reason about a specific code block in context. It drops the selected code into the conversation so you can ask follow-up questions or request a broader change.Quick Edit
Use this when the change is local and obvious. Shortcut:Cmd/Ctrl + E
- renaming logic
- tightening a component
- changing copy
- adding a loading state
- patching a specific function
Preview is where you validate fast
Switch fromCode to Preview to run the project inside the browser.
Preview gives you:
- a live app URL
- restart controls
- terminal output
- custom install and dev commands
When preview does not boot correctly
Open Preview settings and set:Install CommandStart Command

