| Component | What It Is | Example Use Cases |
|---|---|---|
| Backend | The “brain” of your application that works behind the scenes. | User logins, processing forms, connecting to APIs, custom business logic. |
| Database | The “memory” of your application where data is stored permanently. | User profiles, product lists, blog posts, saved settings, form submissions. |
| File Storage | The “filing cabinet” for your application’s media and documents. | User-uploaded images, downloadable PDFs, video files, portfolios. |
| Deployment | The process of making your application live on the internet. | Publishing your site to a custom domain with a single command. |
Backend: The Engine of Your Application
Unlike traditional website builders that only create a static frontend, Manus builds full-stack applications with a complete backend. This is the crucial server-side component that allows your application to perform actions, remember information, and interact with other services. It’s what makes your site a dynamic web application rather than just a static brochure. With a backend, you can build features that require processing and logic. For example, you can tell Manus:“Create a user registration system with email and password authentication.”
“When a user submits the contact form, save the submission to the database and send me an email notification.”
Database: Your Application’s Persistent Memory
Your application comes with an integrated, persistent database, which acts as its long-term memory. This is where you can store, retrieve, and manage information, allowing your application to grow and evolve. Manus handles all the complex database management tasks like configuration, maintenance, and scaling, so you don’t have to. Use the database to store any kind of structured information. For example:“Build a product catalog with fields for name, price, image, and description.”
“Create a blog and set up a database to store posts, each with a title, author, publication date, and content.”
File Storage: Securely Manage Your Assets
Manus provides secure and scalable file storage for your application. This allows both you and your users to upload and manage files like images, documents, and other media. It’s essential for creating rich, interactive experiences. This feature is perfect for a wide range of uses. For example:“Add a profile picture upload feature to the user account page and store the images securely.”
“Create a ‘Resources’ page where I can upload and list PDF case studies for users to download.”