Projects
A project is one app. It holds your app’s code, its chats, and its backend if it has one. You create a project by sending your first prompt from Home. Newly names the project from the first line of your prompt, then starts a chat in it. See Build your first app.Finding your projects
The Home sidebar has a Projects group with three views:- All Projects: every project you can open.
- Created by me: projects you created.
- Shared with me: projects other people shared with you. See Share a project.
app.newly.app/projects/<id>. The id at the end is your project id, which you also use with the newly CLI. See Get your code.
Chats
A project can have many chats. Start another one with the + (New chat) button in the chat header.- Each chat keeps its own conversation and its own memory of what you discussed.
- A chat runs one request at a time. Messages you send while the agent works wait in a queue. See Chatting with the agent.
- Separate chats are useful for separate pieces of work, such as one chat for a new screen and another for a bug.
All chats share the project’s code
By default, every chat in a project works on the same code. A change made in one chat is in the code that every other chat works on next. If you use Restore to here or Undo in one chat, the code goes back for every chat in the project. See Where your code lives and Undo and Restore to here.Running and parked chats
By default, up to 3 Remote chats can run at once. An idle Remote chat parks after about 15 minutes, and your next message resumes it. A chat doesn’t park while the agent is working or a native build is running. See Parked chats and limits.Remote and Local
Every chat is either Remote or Local.- Remote: “Runs in the cloud, accessible on any device.” Remote chats always use Newly Agent, which uses your Newly credits. Every chat in the web app is Remote.
- Local: “Runs on your computer, Device must stay awake.” Local chats exist only in Newly for Mac. They can use Newly Agent (which uses credits) or your own Claude or Codex login. See Local chats on your Mac.
Choosing Remote or Local on Mac
In the Mac app, pick Remote or Local from the menu in the prompt box before you send the first message of a chat.- A new chat uses the choice you made last time. If there isn’t one, it starts as Local.
- A Local chat needs a folder on your Mac for the project. On Home, use Save project to… to pick one, or the Mac app asks you when you send the prompt.
- A Remote chat needs nothing installed on your Mac and works the same as in the web app.
Where your chat history shows up
When you open a Local chat in the web app, you can read it but not send messages. The web app shows “This chat runs in the desktop app. Open Newly on your computer to continue the conversation.”
Related
Share a project
Invite people and choose what they can do.
Delete a chat, project or account
What you can restore, and for how long.
Parked chats and limits
Parking, resuming and the one-hour turn limit.
The web app and Newly for Mac
What each one can do.