Skip to main content
While Manus allows you to build and manage your entire web application without writing a single line of code, it also provides full access to the underlying code for those who want it. This ensures that you are never locked into the platform and have complete control over your application.

Copy

You can copy snippets of code directly from the interface. This is useful if you want to inspect a specific component or reuse a piece of code in another project.

Download

For complete control, you can download the entire codebase for your application at any time. This gives you a complete copy of all the frontend and backend files, allowing you to:
  • Move to Your Own Hosting: You can take the code and host it on any server or platform of your choice.
  • Customize and Extend: If you have development experience, you can modify the code to add custom features or make advanced modifications.
  • Integrate with Your Own Workflow: You can integrate the code into your existing development workflow, such as a Git repository or a CI/CD pipeline.
This commitment to code transparency and portability ensures that you always have the flexibility to adapt and grow your application as your needs evolve.