Set project visibility
By default, all new Bolt projects are private. As a team admin, you can limit your team’s ability to change visibility levels. Sharing links to Teams projects works differently than sharing project links between unrelated accounts:- Private: Teammates can open and edit the project. Any changes they make overwrite the shared project. Non-teammates can’t open the link.
- Secret: Teammates can open and edit the project, and their changes overwrite the shared version. Non-teammates can open the project too, but their edits automatically create a new fork instead of changing the original.
- Public: Teammates can open and edit the project, and their changes overwrite the shared version. Non-teammates can open the project, and their edits create a new fork automatically.
- Log in to your Teams account and open the Bolt homepage.
- Hover over the left side of your screen, then click Settings.
- Click Team under your team’s name.
- Click the gear icon in the top right to open team settings.
-
Under Team settings, click on (or drag-and-drop the slider) your preferred Project visibility option.

Set the default publishing provider
By default, team members can choose which publishing provider to use for their projects. Team admins can set a default provider — Bolt or Netlify — for all team projects.- Log in to your Teams account and open the Bolt homepage.
- Hover over the left side of your screen, then click Settings.
- Click Team under your team’s name.
- Click the gear icon in the top-right corner of the window.
- From the Team-wide deploy provider dropdown, select User Specified, Bolt Cloud, or Netlify.
When a default publishing provider is set, team members can’t choose between providers in their project’s Domains & Hosting settings. Instead, they see their default provider listed along with a note advising them to contact their admin to request a change.
Set published site visibility
By default, team members choose whether to publish their site as public or private. Team admins can override this and enforce a single visibility option for all team projects.
- Log in to your Teams account and open the Bolt homepage.
- Hover over the left side of your screen, then click Settings.
- Click Team under your team’s name.
- Click the gear icon in the top-right corner of the window.
- Under Published site visibility dropdown, select an option:
- User specified — Members choose visibility when publishing.
- Private only — All published sites are private.
- Public only — All published sites are public.
Share databases between team members
Sharing Bolt databases between team members isn’t currently supported.Enable or disable integrations
By default, team members can decide which integrations to use in their Bolt projects. If needed, team admins can limit or turn off access to specific third-party integrations for the entire team. To manage which integrations your team can use:- Log in to your Teams account and open the Bolt homepage.
- Hover over the left side of your screen, then click Settings.
- Click Team under your team’s name.
- Click the gear icon in the top-right corner of the window.
- Scroll down to the Integration Controls section, then use the toggles to turn on or turn off specific integrations.

Set a team prompt
A team prompt defines team-wide rules. You can use it to create a code of conduct and best practices.Only team admins can view or modify the team prompt.
- Log in to your Teams account and open the Bolt homepage.
- Hover over the left side of your screen, then click Settings.
- Click Knowledge under your team’s name.
-
Click Team prompt.

- Create a new team prompt or modify the existing one.
- Click Save prompt.
Your changes are discarded if you close the modal before clicking Save prompt.
Add package prompts
Package prompts give Bolt additional context about the packages your team uses. They inform Bolt about internal libraries and help fill in knowledge gaps about third-party packages where Bolt may have limited information about the package or a specific version.Only team admins can view or modify package prompts.
- Log in and open the Bolt homepage.
- Hover over the left side of your screen, then click Settings.
- Click Packages knowledge under your team’s name.
-
Click + Add package instructions.

-
Enter the exact package name as it appears in package.json.

- Enter your prompt and save.
Connect private NPM registries
You can integrate Bolt with any private NPM registry that’s accessible from the internet without proxies or VPNs. To connect a registry to your Teams account:- Get the registry URL and access token from your provider. Check your provider’s documentation for specific steps.
- Log in and open the Bolt homepage.
- Hover over the left side of your screen, then click Settings.
-
Click Private registries.

- Click Add private registry.
-
Fill in the URL, token, and optional scopes.

- Save the new registry.
Bolt keeps registry credentials secure in your account settings and doesn’t create or update an .npmrc file. Team members need to manage their .npmrc files for local development.
Copy personal projects to Teams
To duplicate a personal project into a Teams plan, follow these steps.Duplicating creates a copy of the project files. It doesn’t retain chat history or context.
- Log in to your Teams account on Bolt.
- Go to StackBlitz and open your Bolt collection page:
https://stackblitz.com/@USERNAME/collections/bolt. - Click the project you want to edit.
- Click Open in bolt.new | AI. When you send a new prompt, Bolt automatically forks the project to your team.