On HeyBoss, there are two main ways to share your project with others, depending on whether you want them to edit or just view it:
Option 1: Allow Others to Edit Your Project
If you'd like others to modify your project:
- Copy the current editor page URL and share it with them.
- When they open the link, they can click the "Remix" button in the top left corner to create their own editable copy of your project.
⚠️ Note:
- If you want to continue editing based on their version, you will also need to Remix their project.
- This method is great for collaborative editing, but keep in mind that each person is editing their own copy.
- By default, your project is published **public.**This means your project could be featured on the community feed, allowing other users to view, duplicate it as a template.
- Same account: When you duplicate a project within the same account, the database will be copied along with it.
- Different accounts: To protect user privacy, the database will not be copied when a project is duplicated across different accounts.
In this mode, everyone sees the editor interface.
Option 2: Let Others View Only the Final Page
If you'd prefer that others only view the final version of your project (without editing access):
- Click the "Publish" button in the top right corner to publish your project as a live webpage.
- Copy the generated public link and share it with others.
This way, visitors will see a complete web page — not the editor — and won’t be able to make changes on the copy one.
After it is published , Can I still modify my project
You can update your published project at any time.
Simply edit your project and click "Publish" again — your changes will automatically sync to the live webpage.
