Skip to main content
Manus-built applications come with integrated analytics, providing you with valuable insights into how users are interacting with your site. This data-driven approach allows you to make informed decisions to improve your application and better serve your audience, all without needing to install or configure third-party tools.

Built-in Tracking

Screenshot 2025-12-05 at 10.29.52 AM.png From the moment your site is live, Manus automatically tracks key metrics, giving you a clear picture of your site’s performance.

Database

Every Manus web project with the database feature includes a fully managed MySQL database and a visual interface to inspect and manage your data. Screenshot 2025-12-05 at 10.29.11 AM.png

1. Visual Data Browser

  • View all tables in your database from the left sidebar
  • Click any table to see its contents in a sortable, searchable grid
  • Inspect individual records by clicking rows

2. Direct Editing

  • Add new records with the ”+ Add” button
  • Edit existing records by clicking cells
  • Delete records when needed
  • Refresh to see the latest data from your live application

3. Column Management

  • Click “Columns” to view the full schema (data types, constraints, indexes)
  • See which fields are required, unique, or have default values
  • Understand relationships between tables (foreign keys)