application.json file. BRICKS Project Desktop runs in a single window and displays all open projects in the sidebar.
Open a project
- Click the Open Project button in the sidebar
- Select a directory that contains a BRICKS project (or a parent directory — the app scans up to 3 levels deep)
- Discovered projects appear as nodes in the sidebar
If the selected directory does not contain any
application.json file, the app shows an error message. Dismiss it and try a different directory.Create a new project
The New Project dialog has two tabs: From Existing and Create New. If you have multiple authenticated profiles, a Profile dropdown appears at the top of the dialog so you can browse and create apps under any workspace.From an existing app
Use the From Existing tab to create a local project from an app that already exists on BRICKS Controller.Select an app
The dialog lists apps from the selected profile’s workspace. Use the search field to filter by name or description.
Create a new app
Use the Create New tab to create a new app on the server and initialize a local project in one step.Enter app details
- App Name (required) — the name for your new app
- Description (optional) — a short description of what the app does
Managing projects
Each open project appears as an expandable node in the sidebar. Click a project to expand it and view its sessions. Sessions are scoped per project — selecting a project shows only its chat sessions.Remove a project
To remove a project from the sidebar:- Hover over the project and click the X button
- Click the confirmation button that appears (or wait 3 seconds for it to reset)
Recent projects
Previously opened projects appear in the recent projects list for quick access. The app also restores all open projects when you restart it.Project context files
Place aCLAUDE.md or AGENTS.md file in your project root to provide custom instructions to the AI agent. These files are automatically included in the agent’s system prompt for every session in that project.
This is useful for:
- Defining project-specific coding conventions
- Describing your project architecture
- Adding custom rules the agent should follow
application.json from the project root to include app metadata in the agent’s context.
Next steps
Start using the AI agent
Chat with the AI agent to build your application.
BRICKS Project SDK
Learn about the TypeScript SDK that powers your BRICKS applications.