www/apps/bloom/app/manage-projects/page.mdx
import { InlineIcon } from "docs-ui" import { EllipsisHorizontal } from "@medusajs/icons"
export const metadata = {
title: Manage Projects,
}
Learn how to manage your Bloom projects, including renaming, accessing your store and admin, inviting team members to your project's admin dashboard, and deleting projects.
You can view and manage all your Bloom projects from the account page.
To view your projects:
Click on any project card to open the project interface and start customizing your store.
Each project card shows a preview of your store and when it was last edited.
Refer to the Build Your First Bloom guide for a complete walkthrough of creating your first store project with Bloom.
</Note>To create a new project as a logged-in user:
On the project-creation page, you can either create a project by entering a custom prompt or by selecting a starter.
Both options build a store for you to customize, but starters provide a pre-designed store with specific features, while custom prompts let you describe your ideal store from scratch.
By default, Bloom generates a store name based on your starter or prompt. Rename your project to better organize and identify your stores.
To rename a project:
The new project name displays throughout Bloom, including the project menu and account page.
You can access a project's store and admin dashboard in both preview and published instances. Preview instances let you test changes before publishing, while published instances can be browsed by customers and managed by merchants.
To access the preview store and admin dashboard while building your store:
After publishing your store, access the live store and admin dashboard that customers and team members use.
To access a project's published store and admin dashboard:
You can invite team members to access the admin dashboard of your published store. They can manage products, orders, customers, and other aspects of the business.
<Note title="Tip">There are no limits on how many users you can add to your project's admin dashboard.
</Note>To invite users to access your published project's admin dashboard:
The invited user will receive an email with instructions to access the admin dashboard.
<Note title="Tip">For detailed instructions on managing users and invites, see the Medusa Admin User Guide.
</Note>After publishing your store, you can continue making website and design changes to your store with Bloom. These changes will only be visible in the preview store until you publish the changes.
To publish new changes:
This re-deploys your store with the latest changes you've made in Bloom. Publish as many times as needed to keep improving your store over time.
Deleting a project is permanent and can't be undone. This deletes your preview store, published store (if available), and all data and code. Consider exporting your code first.
</Note>You can permanently remove a project and all its data from Bloom.
To delete a project:
Explore additional settings to customize and configure your Bloom project.
<CardList items={[ { href: "/going-live", title: "Going Live", text: "Publish your store and make it available to customers." }, { href: "../custom-domains/page.mdx", title: "Custom Domains", text: "Connect your domain name to your store." }, // { // href: "#", // title: "Email Configuration", // text: "Set up transactional emails for your store." // }, { href: "/developers/environment-variables", title: "Environment Variables", text: "Configure environment variables for integrations." } ]} />