Source in view
Explore the components, routes, and logic that make the product work.
For builders who want to go deeper
Start with a conversation. Continue with a precise edit. Work with the source behind your app and use the level of control the task calls for.
01export function Welcome() {
02 return (
03 <main className="welcome">
04 <h1>Make something yours.</h1>
05 <ProjectList />
06 </main>
07 );
08}
A different kind of momentum
Keep the fast feedback loop of chat while retaining the ability to inspect the implementation and make deliberate engineering decisions.
Explore the components, routes, and logic that make the product work.
Use direct edits for exact requirements and chat for broader implementation work.
Use GitHub sync to continue in the tools your team already knows.
Use chat to create the flow, then inspect how the project is structured.
Edit the relevant code or give the agent a focused task with clear acceptance criteria.
Review the diff and running preview before carrying the change into the next release.
A little more clarity
Yes. Projects support GitHub sync, so you can work with the repository in an external editor.
Yes. Chat and source edits are both part of the project workflow. Review the preview after each meaningful change.
FOR THE LIGHT IN THE DARK