Code Editor
The Code Editor gives you a direct view of every source file in your app. Use it to inspect what the Riff agent has built or make changes the agent cannot handle through prompting.
Last updated
Was this helpful?
The Code Editor gives you a direct view of every source file in your app. Use it to inspect what the Riff agent has built or make changes the agent cannot handle through prompting.
The Code Editor shows the full source code of your app in a two-column layout. The Riff agent writes and edits code on your behalf through chat — the Code Editor is there for the times you need to look directly at the code or make a change yourself.
Left panel (file tree) — a hierarchical list of all files in your project, organised into folders (frontend files, backend files, and so on).
Right panel (editor) — the contents of the selected file, with syntax highlighting.
Click any file in the left panel to open it in the editor. Edit directly in the editor when needed.
Last updated
Was this helpful?
Was this helpful?