Skip to main content

Documentation Index

Fetch the complete documentation index at: https://manus.im/docs/llms.txt

Use this file to discover all available pages before exploring further.

What it is

The “Make a Copy” feature allows you to duplicate your existing WebDev projects into new, independent sessions. This creates a safe sandbox for experimentation or a reusable template for future projects. Whether you want to try out a risky new feature without breaking your working site, or you want to use an existing project as a base template to build variations, “Make a Copy” gives you a clean slate while preserving your original work.

How to use it

You can make a copy of your project from two convenient locations: From the Library:
Screenshot 2026 04 30 At 3 49 31 PM
  1. Navigate to your Library.
  2. Find the project you want to duplicate.
  3. Click the three-dot context menu on the project card.
  4. Select Make a Copy.
From the WebDev Editor:
Screenshot 2026 04 30 At 3 48 11 PM
  1. Open the project you want to copy in the WebDev editor.
  2. Go to the project settings and open the General tab.
  3. Under the “Project Actions” section, click the Make a Copy button.

What users need to know

When you make a copy of a project, it is important to understand what is transferred to the new session and what is not:
  • Source Code: The full codebase (from the latest commit) is transferred. Your new project will look and function just like the original code-wise.
  • Secrets: The names (definitions) of your secret keys and their actual values are transferred to the new copy, so your API integrations will continue to work seamlessly.
  • Database: The database schema is copied so your app’s structure remains intact, but the actual data is not transferred. Your new project starts with a fresh, empty database.
  • Integrations (Stripe): If your original project uses Stripe, you can choose whether to transfer the same sandbox to the new session to continue testing.
  • Publishing & Domains: The new project starts unpublished and does not inherit any custom domain settings from the original.
  • GitHub Connection: The GitHub connection is not transferred. You will need to connect the new project to its own repository if desired.
  • AI Chat History: The conversation history from the original project is not transferred to the new session.

Tips

  • Safe Experimentation: Before asking Manus to perform a major architectural change or framework swap, make a copy of your project. If the experiment goes wrong, you still have your pristine original project to fall back on.
  • Build a Template Library: If you frequently build similar types of websites (like landing pages or portfolios), create a “base template” project. Whenever you need a new site, just make a copy of your template instead of starting from scratch.
  • Check Your Database: Remember that your database data does not carry over. If your app relies on specific initial data to function properly, you will need to ask Manus to recreate or seed that data in the new project.

FAQ

No. The new project is completely independent. Any changes you make to the code, database, or settings in the copy will not affect the original project.
To ensure a clean slate and prevent unintended data corruption or privacy issues, only the database schema (the structure) is copied. The actual rows of data are not transferred.
No. Copied projects start in an unpublished state. You will need to publish the new project separately when you are ready.
Currently, you can only make copies of your own projects. However, the ability to copy team projects and public community templates is coming down the road!