Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
ClawCloud Run, an innovative cloud computing solution, offers businesses and developers an efficient and convenient cloud-using experience with its unique architecture and functional design. From setting up development environments to managing data storage, from quickly creating applications to deploying them online, it comprehensively helps optimize and innovate digital business processes.
It is suitable for quickly setting up a unified development environment during project development, reducing problems caused by environmental differences. It supports multiple programming languages and frameworks to meet the development needs of different technology stacks. It also facilitates the use of local IDEs and enables automatic application deployment, improving development efficiency.
It is ideal for software development teams, especially those that require frequent collaborative development and have high requirements for environmental consistency. It also suits developers who pursue rapid deployment and a simplified development process, as well as development organizations that use multiple programming languages and frameworks.
It is applicable for rapidly deploying database clusters in enterprise - level application development. It supports elastic scaling to handle business peaks and troughs. Operations such as database backup, monitoring, and migration can be carried out to ensure data security and business continuity. Visual management is available, which is convenient for the daily maintenance of databases.
It is suitable for enterprises and developers who need to manage and deploy database clusters. It also meets the needs of application development teams with high requirements for database performance, availability, backup and recovery, as well as business scenarios involving multiple types of databases.
It is used to quickly launch applications, with deployment and going - live completed in 5 minutes. It allows for flexible configuration of CPU and memory resources to achieve elastic scaling. Custom domain names can be set to enhance brand recognition. Real - time monitoring of applications and Pods helps detect problems in a timely manner. It manages application logs for problem - tracking and performance analysis.
It is suitable for developers and enterprise IT staff who need to simplify and accelerate the application deployment process. It also serves application operation teams with requirements for application resource management, external network access, and log management, as well as relevant personnel who hope to configure and monitor applications in a refined way.
It is suitable for quickly building various applications such as blogs, AI applications, low - code applications, network disks, and instant messaging applications. There is no need to build projects from scratch, which speeds up the development process.
It is ideal for developers who want to quickly create and deploy websites and applications. It also suits those without a strong development foundation who hope to develop using pre - made templates, as well as enterprises that need to quickly build various applications to meet business needs.
This guide introduces how to use ClawCloud Run DevBox to create, develop, and deploy Next.js applications, including project setup, remote development with Cursor IDE, and cloud deployment.
ClawCloud Run DevBox is an all-in-one cloud development platform that integrates local development, online testing, packaging, and deployment. With simple click operations, you can quickly create the necessary environment and database dependencies. Developers can use their familiar local IDE for development while enjoying a simplified environment configuration process and an automated application deployment experience.
This guide will walk you through using DevBox to create a basic Next.js sample project.
Scroll down to the "Network Setting" section of the configuration page.
Container Port:
Enter "3000" in the Container Port field. This is the default port that Next.js uses for development.
If you need additional ports, click the "Add Port" button and specify them.
Enable Internet Access:
Toggle the switch to enable internet access for your DevBox. This allows external users to access your Next.js application through the public internet using the provided domain.
Domain:
By default, ClawCloud Run provides a subdomain for your application.
If you want to use a custom domain, click on "Custom Domain" and follow the instructions to set it up.
Note: Ensure that the container port (3000) is consistent with the running port of the Next.js application. If you modify the port in the Next.js configuration, you need to update it here accordingly.
Click the "Create" button to complete the project creation.
After creating your project, you'll see it listed in the DevBox List. Each project has an "Operation" column with various options.
Locate your project in the DevBox List.
In the "Operation" column, click on the dropdown arrow next to the VSCode icon.
From the dropdown menu, select "Cursor".
Click on the "Cursor" option that appears.
Follow the instructions in the Cursor popup to install the DevBox plugin.
Once installed, Cursor will establish a remote connection to your DevBox runtime.
After the connection is established, you'll be able to access and edit your project files directly within the Cursor IDE environment.
After the connection is established, you'll be able to access and edit your project files directly within the This remote connection allows you to develop your Next.js application using Cursor IDE, with all the benefits of a cloud-based development environment: - Your code runs in the DevBox runtime, ensuring consistency across development and production environments. - You can access your project from anywhere, on any device with Cursor installed. - Collaboration becomes easier as team members can connect to the same DevBox runtime.
Open the terminal within Cursor IDE.
Navigate to your project directory if you're not already there.
Run the following command to start the Next.js development server:
This command will start your Next.js application in development mode.
Switch to the "Ports" tab of the Cursor panel.
Click the 🌐 button to the right of the address bar.
Select "Open in Browser" in the pop-up window to open and test the running app in your browser.
Return to the DevBox List in your browser.
Find the project you just created.
Click on the DevBox you want to access.
Look for the "Network" section.
You'll see an "Public Address" field.
Click on this external address.
This will open your Next.js application in a new browser tab, allowing you to view and interact with your running service.
In the Cursor IDE terminal, make sure you are in the project directory.
Run the build command :
This command will generate a production-ready version of the application in the .next
directory.
Open the Devbox project list.
Find your project and click the "Details" button.
In the project details page, find the "Version History" area and click the "Publish Version" button in the upper right corner.
In the pop-up "Publish Version" dialog box, fill in:
Image name: The system has pre-filled the project image name.
Version number: Enter the version number (e.g., v1.0).
Version description: Briefly describe the content of this release (e.g., "First release" or "Fix login functionality").
After checking that the filled information is correct, click the "Deploy" button.
The system will start processing the publishing request.
After completion, the new version will appear in the "Release" list, showing the version number, status, creation time, and description.
At this point, the Next.js application has been successfully packaged as an OCI image, which can be used for deployment or shared with team members. Each release creates a snapshot of the current code, making it easy to manage different versions and allowing for quick rollbacks if necessary.
After packaging the application as an OCI image, it can be deployed to the production environment through the ClawCloud Run. The specific steps are as follows:
Enter the deployment process:
In the "Release" area of the project details page
find the Release you want to deploy.
Click the "Deploy" button in the Actions column
the system will automatically jump to '"App Launchpad".
Set deployment parameters
In "App Launchpad", follow the deployment wizard to set up:
Select the appropriate runtime environment.
Set resource limits such as CPU and memory.
Configure necessary environment variables.
Set up storage volumes as needed.
Deploy the application
Click the "Deploy Application" button in the upper right corner, and the page will jump to the application details page.
When the status shows "running", it means the deployment is successful.
Click the access address under "Public Address", and you can open the deployed application in the browser.
After completing the above steps, the Next.js application is successfully deployed and can be accessed via the public network.
Through this complete workflow, you can conveniently develop and debug Next.js applications in a cloud environment while continuing to use your familiar local development tools. With the external access address, you can easily show the project progress to team members or customers. As long as they are connected to the Internet, they can access the application at any time.
Home
Discover our powerful, user-friendly container hosting service — APP Launchpad—and our all-in-one development platform — Devbox. Designed for efficiency, these tools streamline your container management and application hosting projects.
ClawCloud Run is a cloud development platform that integrates online development, testing, and production environments. With just a few clicks, set up your development environment and database dependencies—reducing complexity dramatically.
Set the application name: Give a suitable name to the application that is about to be deployed for easy identification and management.
Select the image source: You can choose between a public or private image source. If it is a public image source, directly fill in the image name. If it is a private image source, you need to fill in the image name, username, password, and the address of the image repository.
Select the deployment mode and configure the parameters: You can choose between the fixed instance mode or the elastic scaling mode. If you choose the fixed instance mode, you can set the number of instances, CPU, and memory. If you choose the elastic scaling mode, you need to set the basic parameters of CPU and memory, as well as the scaling range of CPU or memory, enabling the application to automatically adjust resources according to the load.
In the network configuration section, you can set the exposed port, which determines the port number through which the application provides services externally. At the same time, choose whether to enable public network access. If enabled, external users can access the application via the public network.
In the advanced configuration, you can make multiple settings according to the needs of the application, including startup commands, running commands, command parameters, environment variables, configuration files, and local storage volumes, etc., to meet more complex operation requirements of the application.
After confirming that all the configuration information is accurate, you can complete the quick deployment operation from docker.
On the detailed page of the application template, click on "Deploy App". Subsequently, according to the requirements of different application templates, fill in the corresponding configuration parameters. These parameters will vary depending on the characteristics of the template.
After confirming that all the configuration parameters are filled in correctly, click "Deploy App" again, and you can successfully complete the deployment operation of the template.
Visit , click on the Devbox App, and then click the "Create Devbox" button. In the configuration, select Next.js as the development framework. Adjust the number of CPU cores and the amount of memory required for the project using the slider.
After the development and testing of the Next.js application are completed, it can be packaged as an image to add version control and prepare for subsequent deployment.
Visit , click on "App Launchpad", and then click on "Create App" to enter the application configuration interface.
Visit , click on "App Store", where a large number of application templates are provided. Browse through these templates, find the one that meets your requirements, and click to enter the detailed page of that application template.
Select the database type: You can choose from six types of databases, including PostgreSQL.
Select the database version: Pick the appropriate database version according to your requirements.
Name the database: Set an easy-to-identify name for the newly created database.
Adjust resource parameters: Freely adjust the CPU and memory size, the number of instances, and the number of disks to meet different performance needs.
Set up database backup (optional): If you need to set up a database backup, you can configure the cycle period, start time, retention time, and select a deletion strategy, either to retain the backup or delete it along with the database.
After confirming that all the configuration information is correct, click the "Deploy" button, and you can successfully complete the database deployment operation.
App Launchpad is the built-in container application deployment tool in ClawCloud Run, designed to simplify and accelerate the app deployment process—letting you deploy and launch your applications in just 5 minutes.
Key Features:
One-Click Deployment: Deploy your application quickly using public or private images. Simply provide basic details such as the application name and image URL to create your containerized app.
Elastic Resource Configuration: Customize CPU and memory quotas while supporting multi-replica deployments and horizontal auto-scaling (HPA) to dynamically adjust the number of instances based on load.
Multi-Port Exposure: Expose multiple ports through a public domain name, with support for HTTPS access and automatic TLS configuration.
Persistent Storage: Ensure data security with persistent storage by mounting storage volumes for data persistence.
Real-Time Monitoring: Monitor CPU and memory usage at both the application and Pod levels. Integrated log management and system event analysis help you quickly identify and resolve issues.
Terminal Debugging: Access the container terminal with one click to execute debugging commands or review runtime status directly.
Custom Domain Names: Bind a dedicated domain name to your application to enhance brand recognition, with configurable access policies for both internal and external networks.
Environment Variables & Configuration Files: Dynamically inject application parameters by configuring environment variables or uploading configuration files (such as database connection details) via the UI.
Visit , click on "Database" to enter the database function page. On this page, the previously deployed databases will be displayed in a list format. Click on any database in the list to view its detailed information.
Learn how to easily update and modify deployed applications on ClawCloud Run. This guide describes simple steps to help you quickly adjust your application configuration and improve management efficie
After deploying an app using "APP Launchpad", you can change the app configuration at any time.
Simply click the "Update" button on the top right corner of the app details page and then you can modify the configuration.
When you are done, click "Update" in the upper right corner.
Learn how to easily configure multi-port exposure for your applications on ClawCloud Run, supporting multi-protocol needs, diverse functionalities, and monitoring requirements—all while gaining dedica
In complex application environments, it’s common to expose multiple ports for different use cases. Here are typical scenarios:
Multi-Protocol Support: Expose ports like 80
(HTTP) and 443
(HTTPS) to handle both protocols.
Multi-Functional Services: Separate ports for distinct services, e.g., a web
service on port 8080
and an admin
interface on port 8081
.
Backward Compatibility: Maintain legacy and modern interfaces by exposing ports for both (e.g., 3000
for legacy APIs and 4000
for newer versions).
Monitoring & Metrics: Expose a dedicated port (e.g., 9090
) for Prometheus to scrape metrics via /metrics
endpoints.
GRPC + RESTful Coexistence: Serve GRPC on port 50051
and RESTful APIs on port 8080
simultaneously.
During Deployment via APP Launchpad:
Navigate to Network Configuration in the deployment workflow.
Click Add Port to define additional ports.
Specify the port number, protocol (HTTP/HTTPS/TCP).
Automatic Subdomain Assignment:
ClawCloud Run assigns a unique subdomain (e.g., metrics.your-app.claw.run
) for each port, simplifying access management.
Post-Deployment Adjustments:
Modify exposed ports anytime by updating your application’s configuration in the APP Launchpad.
Learn how to add a custom domain to your application on ClawCloud Run to enhance brand presence. This guide covers domain configuration workflows during and after deployment, including CNAME record re
On ClawCloud Run, you can configure custom domains via the APP Launchpad to enable users to access your application through your branded domain, delivering a more professional service experience. This article explains how to add and configure custom domains for your applications.
To set up a custom domain while deploying your application:
Enable Public Access: During deployment, toggle on the "Public Access" option. ClawCloud Run will automatically assign a public domain to your application.
Configure CNAME Record:
Go to your DNS provider (e.g., Cloudflare) and add a CNAME
record pointing your custom domain (e.g., app.yourbrand.com
) to the assigned public domain.
Example for Cloudflare:
Bind Custom Domain: Once DNS propagation completes (this may take minutes to hours), return to ClawCloud Run:
Click the "Custom Domain" button on the right panel.
Enter your custom domain (e.g., app.yourbrand.com
) and confirm.
Deploy and Verify:
Click "Deploy" in the top-right corner to finalize the deployment.
After deployment completes, click the generated public URL to confirm access via your custom domain.
For already deployed applications:
Navigate to your application’s details page.
Click the "Update" button in the top-right corner.
Follow the same steps as above to configure your custom domain (enable public access if not already active, set up CNAME, and bind the domain).
Master the critical role of configuration files in ClawCloud Run and learn best practices for adjusting application behavior through file-based configurations. Follow a step-by-step Nginx container ex
While environment variables excel for simple key-value pairs, configuration files become essential for complex scenarios:
Hierarchical configurations: Manage multi-level settings (e.g., server blocks in Nginx, database connection pools).
Format-sensitive data: Leverage structured formats like YAML, JSON, or XML for readability and validation.
Large-scale configurations: Handle bulky setups (e.g., routing rules, TLS certificates) more efficiently than environment variables.
Structured Storage
Organize configurations in standardized formats (YAML/JSON/XML) for services, runtime parameters, and dependencies.
Dynamic Injection
Automatically inject configurations into specified container paths (e.g., /etc/nginx/nginx.conf
) at startup, decoupling configs from container images.
Hot Reload Support
Enable runtime updates without app restarts for supported applications (e.g., Nginx reload via nginx -s reload
).
Check your Nginx image’s documentation (default path is typically /etc/nginx/nginx.conf
).
Enter the full container path in the ClawCloud Run control panel.
Local Preparation: Draft the configuration locally using an editor like VS Code with syntax validation plugins.
Copy-Paste: After testing, paste the validated content into ClawCloud Run’s configuration editor.
Master the core principles and configuration of persistent storage in ClawCloud Run to ensure container data security and durability.
ClawCloud Run allows rapid scaling and rebuilding of container instances, but data stored inside containers is ephemeral—it disappears when containers terminate. Persistent storage acts as a "safe deposit box" by:
✅ Securing data through external storage, even if containers restart, migrate, or rebuild.
✅ Enabling flexible scaling with dynamically adjustable storage capacity.
File storage services (Nextcloud, ownCloud, etc.)
User session data
Long-term log retention
Any application requiring persistent business data
For a Nextcloud cloud storage service, critical data resides in the container’s /var/www/html
directory, including:
User configurations (config/
)
Database files (data/
)
Uploaded files (files/
)
Plugins (apps/
)
Mount External Storage: Link the container’s data directory to secure external storage.
Key Settings:
Container Path: Specify /var/www/html
for Nextcloud.
Storage Size: Adjust based on business needs (e.g., 100GB).
Zero Downtime: If a Nextcloud instance fails, a new container automatically mounts the same external storage, preserving all data.
Cross-Instance Consistency: All instances access the same centralized data source.
Pro Tip: Pair persistent storage with ClawCloud Run’s backup tools for multi-layered data protection.
ClawCloud Devbox is a one-stop cloud-native development platform integrating development, testing, and production environments. With an integrated design, it automates environment setup, coding, and deployment. Developers can quickly create a development environment with database dependencies via simple operations, and use local IDEs like VS Code or Cursor for remote development. This streamlines workflows and boosts efficiency for both individuals and teams, enabling focus on core code.
ClawCloud Devbox enables rapid configuration of diverse programming language and framework environments. Team members share a unified cloud platform, eliminating environment inconsistencies and synchronizing code, configs, and test data in real - time. Isolated workspaces ensure independent project dependencies.
It integrates smoothly with local IDEs. Developers can remotely connect to the cloud environment without tool-switching. Built-in plugins support coding, debugging, and running in a familiar interface, combining local habits with cloud flexibility.
One - click creates development environments and database dependencies, no need for manual Docker, Kubernetes, or network configuration. Just select the runtime (e.g., Next.js, Gin) and set resources. Automatic network setup includes domain name assignment and TLS encryption.
After development and testing in Devbox, package and publish apps. Then, a single click in App Launchpad deploys the app to production. No complex Dockerfiles or Kubernetes files are required, ensuring consistency between development and production.
Devbox supports access from internal and public networks. Use the assigned domain name for local debugging or external sharing. Port forwarding and public port export functions offer flexible network configuration.
In the Basic section of the details page, you can view the core configuration and status of the Devbox:
Name: Displays the Devbox name (e.g., devbox
), making it easier to identify and manage.
Status: Indicates the environment status (e.g., Running
), clearly showing its availability.
Image: Shows the image address, clarifying runtime dependencies.
Runtime: Displays the runtime environment (e.g., Java-openjdk17
), ensuring development consistency.
Resource Limits: View CPU (e.g., 2 Core
) and memory limits (e.g., 4 GB
) to understand resource allocation. You can update them anytime via the [Update] button.
SSH Connection: Provides the SSH connection string. Click [Private Key] to download the private key, and [SSH Connection Setup] for connection instructions.
Live Monitor displays real-time resource usage:
CPU and Memory Charts: Live line graphs show usage rates. The update time is shown in the top right corner, helping you monitor load and assess the need for resource adjustments.
The Network section manages network access:
Port Information: Lists the port number, internal address, and public address. If the public address is unavailable, ensure that your project is already running in the Devbox.
Release manages environment versions:
Version List: Displays the version number (e.g., v1.0
), status (e.g., Success
), and creation time (e.g., 2025-02-12 10:27
). Click release notes to view the description.
Action Buttons: Click [Release] to create a new version. For released versions, use [Deploy] to deploy to production.
Learn how to configure custom certificates for your domain on ClawCloud Run, including creating TLS Secrets and modifying Ingress configurations to secure application access.
⚠️ Prerequisite: Ensure your custom domain is already configured before proceeding.
Open the Terminal in ClawCloud Run.
Run the following commands to generate TLS files and create a Kubernetes Secret:
Bind the custom certificate to your application’s Ingress:
Access your application via the custom domain. The padlock icon in the browser should confirm HTTPS is active.
🔒 Security: Never commit certificate files (tls.crt
/tls.key
) to version control.
🔄 Renewals: For custom certificates, manually renew and update the Secret before expiration.
⚠️ Formatting: Ensure certificates and keys use correct PEM encoding.
Example Workflow:
Deploy an app with a custom domain app.yourbrand.com
.
Generate a Let’s Encrypt certificate locally.
Create a Secret named prod-tls
.
Patch the Ingress to reference prod-tls
.
In the Overview page, the Release section acts as the core area for managing environment versions. Here, you can view all released versions, check their statuses, and execute deployment related operations.
After clicking "Release", a configuration pop-up window appears:
Image Name: The system automatically generates the storage path. No modification is needed, ensuring the image’s accurate storage location.
Tag: Enter a standardized version number (e.g., v1.0.0
) for easy team identification and management.
Description: Briefly record version changes, feature updates, etc., for subsequent tracing.
View Version Records In the Release section, check all released versions, including the version number, status (e.g., "Success"), creation time, and version description—keeping track of version dynamics clearly.
Version Deploy Operation For successfully released versions, click the "Deploy" button to deploy the version to the production environment. Ensure the version is tested and the version description accurately records changes before going live, guaranteeing production environment stability and traceability.
ClawCloud Run provides a powerful database cluster deployment and management tool to help you rapidly deploy and manage database clusters. Currently supported databases include MySQL, PostgreSQL, MongoDB, Redis, Kafka, and Milvus. Key features include:
Multi-Version & Multi-Type Support: Deploy and manage multiple database versions and types seamlessly.
Database Connectivity:
One-click connectivity for internal applications.
Public network access configuration for external connections.
Backup Solutions:
Manual Backups: Initiate backups on demand.
Automated Backups: Schedule regular backups for disaster recovery.
Monitoring & Insights:
Track resource usage (CPU, memory, storage).
Monitor real-time status and performance metrics (queries, latency, throughput).
High Availability: Built-in failover mechanisms and replication to ensure uptime and reliability.
Visual Management Interface: Intuitive dashboard for managing users, permissions, schemas, and queries.
The Devbox list serves as the central hub for developers, offering a consolidated view of projects, quick access to key features, resource monitoring, and notifications. With a clean interface design, you can efficiently launch common tasks and stay updated on the status of your development environments.
Devbox Operations
New Devbox: Click the "Create Devbox" button in the upper-right corner of the list page to select a runtime environment (e.g., Next.js, Gin) and create a development space in seconds.
Recently Devboxes: Recent devboxes are displayed as cards in the list. Click a devbox card to check the details of that dev box.
Resource and Status Monitoring
Global Resource Dashboard: Real-time charts display CPU, memory usage, providing a clear overview of environment load.
Devbox Status Summary: Each devbox is represented by a card showing its name, status (e.g., "Running," "Paused"), and create time.
Shortcut Development Entries
IDE Connection: Click the [IDE] button on a devbox card to seamlessly connect to local tools like VS Code or Cursor for remote development.
System Notifications: The [⋮] button in the upper-right corner delivers shortcut to pause, update, restart and delete your devbox.
Master ClawCloud Run's intelligent auto-scaling capabilities to dynamically adjust application instances and achieve optimal resource allocation.
Master ClawCloud Run's Auto Scaling capabilities to automatically adjust application instances for optimal resource allocation.
Think of auto-scaling as a 24/7 "smart regulator" for your applications. It operates through three key phases:
Continuous Monitoring Tracks core metrics like CPU utilization and memory usage across all active instances.
Intelligent Analysis Calculates required instance count based on preset thresholds (e.g., "maintain CPU usage below 50%").
Automatic Adjustment Dynamically scales instances up/down via ClawCloud Run's control plane, ensuring:
📈 Stability during traffic spikes
💰 Cost efficiency during low demand
When multiple instances are running:
Averages determine scaling actions:
Scaling Formula:
Current State: 3 instances, CPU at 75%/80%/70% → 75% average
Calculation:
Action: Scales out to 5 instances
Current State: 5 instances, CPU at 30% average for 5+ minutes
Calculation:
Action: Scales in to 3 instances
Learn how to quickly install applications using the App Launchpad feature in ClawCloud Run. This guide provides a detailed walkthrough of the deployment process, external access configuration, and per
This document explains how to quickly install applications using the App Launchpad feature in ClawCloud Run.
Launch ClawCloud Run Open ClawCloud Run and locate the App Launchpad application.
Create a New Application In the App Launchpad interface, click the Create App button. In the deployment form, fill in the following details:
Application Name: Enter the desired name for your app.
Image Name: Specify the container image (e.g., nginx:latest
).
Deployment Mode: Choose between a fixed number of instances or auto-scaling.
Compute Resources: Adjust CPU and memory settings using the slider.
Network Configuration: Enter the container port and decide whether to enable external access.
Startup Command: Optionally customize the startup command and its parameters.
Environment Variables: Optionally set custom environment variables.
Configuration Files: Mount configuration files into the container if needed.
Storage Capacity: If persistent storage is required, specify the amount to mount.
Example Configuration for Installing Nginx For installing Nginx, enter the following details:
Application Name: nginx
Image Name: nginx:latest
Deployment Mode: Fixed instance with 1 instance
Compute Resources: 0.1 vCPU and 128 MB memory
Network Configuration: Port 80 with external access enabled
Leave the remaining fields blank. Then, click the Deploy Application button in the top-right corner and wait for the deployment to complete.
Post-Deployment Details Once deployed, you'll be directed to the application details page where you can view the application's access address, status, logs, and more. When the application instance status becomes running, click the Public Address to access the Nginx service.
Managing Application Instances In the instance list, you will find several buttons:
Logs: View the logs for the application instance.
Terminal: Access the terminal of the application instance.
Details: View detailed startup information of the application instance.
Restart: Restart the application instance.
If the instance fails to start (e.g., the status shows waiting), click the Details button to diagnose the issue, such as an incorrect image name.
Usage of the Management Buttons
Logs Button: Click this to check for errors during startup or runtime.
Terminal Button: Click this to open a terminal session within the container for executing commands.
Restart Button: Use this to restart the application instance, which may resolve transient issues.
By following these steps, you can quickly deploy and manage your Nginx service using the App Launchpad in ClawCloud Run.
Deploy and connect to Redis databases on ClawCloud Run
Redis is a popular, open-source in-memory data structure store that can be used as a database, cache, message broker, and queue. In ClawCloud Run, you can easily set up and connect to Redis databases for your development projects.
ClawCloud Run makes it easy to deploy a Redis database with just a few clicks. Follow these steps:
From the desktop, click on the "Database" button to open the Database app.
Click on the "Create Database" button. In the deployment form:
Select "Redis" as the database type.
Choose the desired Redis version (e.g., redis-7.0.6).
Enter a name for your database (use lowercase letters and numbers only).
Adjust the CPU and Memory sliders to set the resources for your database.
Set the number of replicas (1 for single-node development and testing).
Specify the storage size (e.g., 1 Gi).
Review the projected cost on the left sidebar. Click the "Deploy" button in the top right corner to create your Redis database.
Once deployed, ClawCloud Run will provide you with the necessary connection details.
Deploy and connect to PostgreSQL databases on ClawCloud Run
PostgreSQL is a powerful, open-source object-relational database system. In ClawCloud Run, you can easily set up and connect to PostgreSQL databases for your development projects.
ClawCloud Run makes it easy to deploy a PostgreSQL database with just a few clicks. follow these steps:
From the desktop, click on the "Database" Button to open the Database app.
Click on the "Create Database" button. In the deployment form:
Select "Postgres" as the database type.
Choose the desired PostgreSQL version (e.g., postgresql-14.8.0).
Enter a name for your database (use lowercase letters and numbers only).
Adjust the CPU and Memory sliders to set the resources for your database.
Set the number of replicas (1 for single-node development and testing).
Specify the storage size (e.g., 3 Gi).
Review the projected cost on the left sidebar. Click the "Deploy" button in the top right corner to create your PostgreSQL database.
Once deployed, ClawCloud Run will provide you with the necessary connection details.
Deploy and connect to MongoDB databases on ClawCloud Run
MongoDB is a popular, open-source document-oriented database system. In ClawCloud Run, you can easily set up and connect to MongoDB databases for your development projects.
ClawCloud Run makes it easy to deploy a MongoDB database with just a few clicks. Follow these steps:
From the desktop, click on the "Database" buttion to open the Database app.
Click on the "Create Database" button. In the deployment form:
Select "MongoDB" as the database type.
Choose the desired MongoDB version (e.g., mongodb-6.0).
Enter a name for your database (use lowercase letters and numbers only).
Adjust the CPU and Memory sliders to set the resources for your database.
Set the number of replicas (1 for single-node development and testing).
Specify the storage size (e.g., 3 Gi).
Review the projected cost on the left sidebar. Click the "Deploy" button in the top right corner to create your MongoDB database.
Once deployed, ClawCloud Run will provide you with the necessary connection details.
ClawCloud Run integrates for automated TLS certificate management. While the platform auto-generates and renews certificates when configuring domains via the Application Management dashboard, you can also use custom certificates for full control.
Deploy and connect to Milvus databases on ClawClooud Run
Milvus is a popular, open-source vector database designed for AI and machine learning applications. In ClawCloud Run, you can easily set up and connect to Milvus databases to manage and query high-dimensional vector data for your development projects.
ClawCloud Run makes it easy to deploy a Milvus cluster with just a few clicks. Follow these steps:
From the desktop, click on the "Database" icon to open the Database app
Click on the "Create Database" button. In the deployment form:
Select "Milvus" as the database type.
Choose the desired Milvus version (e.g., Milvus-2.4.5).
Enter a name for your Milvus cluster (use lowercase letters and numbers only).
Adjust the CPU and Memory sliders to set the resources for your database.
Set the number of replicas (1 for single-node development and testing).
Specify the storage size for each broker (e.g., 3 Gi).
Review the projected cost on the left sidebar. Click the "Deploy" button in the top right corner to create your Milvus database.
Once deployed, ClawCloud Run will provide you with the necessary connection details.
Deploy and connect to Kafka clusters in ClawCloud Run
Apache Kafka is a distributed event streaming platform that allows you to build real-time data pipelines and streaming applications. In ClawCloud Run, you can easily set up and connect to Kafka clusters for your development projects.
ClawCloud Run makes it easy to deploy a Kafka cluster with just a few clicks. Follow these steps:
From the desktop, click on the "Database" icon to open the Database app.
Click on the "Create Database" button. In the deployment form:
Select "Kafka" as the database type.
Choose the desired Kafka version (e.g., kafka-3.3.2).
Enter a name for your Kafka cluster (use lowercase letters and numbers only).
Adjust the CPU and Memory sliders to set the resources for your Kafka brokers.
Set the number of brokers (1 for single-node development and testing, 3 or more for production).
Specify the storage size for each broker (e.g., 3 Gi).
Review the projected cost on the left sidebar. Click the "Deploy" button in the top right corner to create your Kafka cluster.
Once deployed, ClawCloud Run will provide you with the necessary connection details.
Deploy and connect to MySQL databases on ClawClooud Run
MySQL is a popular, open-source relational database management system. In ClawCloud Run, you can easily set up and connect to MySQL databases for your development projects.
ClawCloud Run makes it easy to deploy a MySQL database with just a few clicks. Follow these steps:
From the desktop, click on the "Database" icon to open the Database app.
Click on the "Create Database" button. In the deployment form:
Select "MySQL" as the database type.
Choose the desired MySQL version (e.g., ac-mysql-8.0.30).
Enter a name for your database (use lowercase letters and numbers only).
Adjust the CPU and Memory sliders to set the resources for your database.
Set the number of replicas (1 for single-node development and testing).
Specify the storage size (e.g., 3 Gi).
Review the projected cost on the left sidebar. Click the "Deploy" button in the top right corner to create your MySQL database.
Once deployed, ClawCloud Run will provide you with the necessary connection details.
ClawCloud Run Object Storage provides an enterprise-grade cloud storage solution that supports S3-compatible interfaces, multi-language SDK integration, and fine-grained access control.
The Object Storage service is built into ClawCloud Run and is designed to store and manage unstructured data. It offers a secure, reliable, and high-performance cloud storage solution suitable for a wide range of storage needs—from small applications to large-scale distributed systems.
Currently, Object Storage offers the following features:
Upload files to a bucket.
Download files from a bucket.
Configure public access for buckets.
Access buckets via SDKs.
Monitor bucket resource metrics.
Host static websites.
Locate and click the Object Storage icon in ClawCloud Run.
In the Object Storage interface, click the Create Bucket button.
Enter a bucket name, set the bucket's access permissions, and then click the Apply button in the top-right corner.
Bucket Access Levels:
private: Only authenticated users can access the bucket contents, ideal for storing sensitive data or for internal use.
publicRead: Allows anyone to read objects in the bucket (no authentication required) while write operations remain protected. This setting is suitable for content distribution or static website hosting.
publicReadWrite: Grants full read and write permissions to the public (use with caution). This setting is not recommended for production environments.
ClawCloud Run Object Storage supports flexible file management operations. Follow these steps to upload files:
Navigating to the Target Bucket
Open the Object Storage interface.
Select the target bucket from the bucket list.
Navigate to the directory where you want to upload files (by default, the root directory is used).
Performing the Upload
Click the Upload button in the top toolbar.
In the file/folder selector:
Choose File to open your system's file browser and select one or multiple files for batch upload.
Choose Folder to select an entire folder and maintain its directory structure during the upload.
Click the Upload button to start the transfer.
Accessing Bucket Settings
Open the Object Storage interface.
Locate and click the target bucket from the bucket list.
Click the Edit button in the top-right corner next to the bucket name.
Choosing an Access Level
In the bucket permission settings panel, select a new access level:
private: Only users with access keys can access the content.
publicRead: Allows anonymous users to read objects (recommended for static website hosting).
publicReadWrite: Permits anonymous read/write operations (use with caution, mainly for development/testing).
Make sure there is no sensitive data in the bucket (if switching to a public access level) and then click the Apply button to confirm.
Access keys are the digital credentials for accessing the Object Storage service. They include an AccessKeyID and a SecretAccessKey. Follow these steps to obtain your access keys:
From the bucket list, select the target bucket.
Click the Access Keys button in the bottom left corner.
In the pop-up window, you will see the current bucket's Access Key, Secret Key, as well as the Internal and External URLs. The Access Key and Secret Key serve as your credentials for accessing the service, while the Internal URL is for internal access and the External URL is for public access.
ClawCloud Run Object Storage offers a complete static website hosting solution with features such as automatic URL generation and custom domain configuration.
Create a new bucket or select an existing one. Ensure that its access level is set to publicRead or publicReadWrite.
In the bucket details page, click the Enable Hosting button in the top toolbar.
Once static hosting is enabled, the system automatically generates a URL.
Click the generated URL to open your website in a new browser tab.
Ensure that an index.html
file is uploaded to the bucket as the default homepage.
Configuring a Custom Domain
Click the three-dot menu in the top-right corner of the bucket interface and select Custom Domain. This will redirect you to the Application Management interface for domain configuration.
By following these instructions, you can leverage ClawCloud Run's Object Storage service to efficiently manage your unstructured data and even host static websites with ease.
Direct Container Access for Real-Time Debugging & Management
ClawCloud Run's Terminal feature provides secure, browser-based access to your application containers. Designed for developers and operators, it allows direct interaction with running environments without requiring local CLI tools or SSH configurations.
Browser-Based Access
Launch terminals directly from the ClawCloud Run dashboard – no VPN or SSH keys needed.
Multi-Container Support
Access any container within your deployment (pods, sidecars, init containers).
🔧 Troubleshooting: Diagnose runtime issues by inspecting logs, processes, or network stats.
🧪 Testing: Run ad-hoc commands to validate configurations before deployment.
🛠️ File Operations: Modify temporary files or pull debug data without rebuilding images.
Navigate to APP Launchpad > Select your application.
Click the Terminal icon on the target container.
A browser-based terminal window will open. Example workflows:
Check Running Processes:
Inspect Logs:
Network Diagnostics:
Multiple Tabs: Open parallel terminals for different containers.
Session History: Use ↑/↓ arrows to repeat previous commands.
Follow the same steps as described in the .
Workspace in ClawCloud Run is a collaborative environment that enables multiple users to jointly manage cloud resources within a project. Designed for teams, it provides centralized control over:
🚀 Applications in APP Launchpad
🗃️ Databases and their configurations
📦 Object Storage Buckets and files
🔧 Other project resources (e.g., cron jobs)
With granular access controls and real-time collaboration features, Workspace ensures seamless teamwork while maintaining security and accountability.
Access Workspace Menu:
In the ClawCloud Run console, locate the current Workspace name in the top-left corner (default: Personal Workspace).
Click the Workspace name to open a dropdown menu displaying existing Workspaces and management options.
Create a New Workspace:
Click "Create Workspace".
Enter a name for your Workspace (e.g., Marketing-Team-Prod
).
Confirm by clicking "Create".
Enter Management Mode:
Click "Manage Workspace" from the dropdown menu.
Edit Workspace Details:
Click "Edit" to rename the Workspace (e.g., update from Team-Project
to Team-Project-v2
).
Invite Team Members:
Click "Invite Member".
Assign roles:
Manager: Full access to resources, permissions, and settings.
Developer: Permissions to deploy apps, modify databases, and manage Buckets.
Send invitations via email or integrate with SSO (e.g., Google Workspace, Okta).
Example Workflow:
Create a Workspace named Finance-Analytics
.
Invite data engineers as Developers to handle database configurations.
Grant Manager rights to team leads for oversight.
The purpose of ClawCloud Run is to offer flexible charging for your more efficient work. Under the pay - per - use billing model, you don't need to pay for unused resources. Instead, you only pay for the resources actually consumed by your services each minute, truly enabling pay - as - you - go. Besides, we will charge a subscription fee for the plan you choose. Whether you are an individual developer or an enterprise user, you can select the most suitable billing method according to your actual usage.
The formula for the fee you need to pay is: Price = Plan Subscription + Resource Usage (you don't need to pay if it doesn't exceed the threshold fee).
This plan is suitable for light - usage users such as individual bloggers, small - scale document creators, and individual developers. Such users usually engage in simple personal projects, like building personal blogs to share life insights or creating small applications, and have limited demands for cloud computing resources. The basic resources and free allowances of the Free plan can meet their daily basic needs.
It is applicable to developers of individual projects of a certain scale, such as those who independently develop small applications, games, etc., as well as small startup teams. The resource limits provided by the Hobby plan can effectively support the development and operation of their projects. The moderate subscription threshold and free resource usage quota also ensure high cost - effectiveness.
This plan is suitable for medium - to - large - scale development teams and enterprise - level application scenarios. For example, large Internet companies developing complex e - commerce platforms and social networking applications.
According to your plan, you can use these resources in total.
Plan
Free
Hobby
Pro
Price
0$/month
5$/month
20$/month
CPU
4 vCPU
16 vCPU
128 vCPU
RAM
8GB
32GB
256GB
Storage
10GB
Unlimited within the plan
Unlimited within the plan
Network
10GB
Unlimited within the plan
Unlimited within the plan
Workspace
1
3
Multiple
Seat
1
5
Multiple
You only need to pay for the resources actually used by your service every minute, truly achieving pay-as-you-go.
Resource
Price
CPU
$4/vCPU/month ($0.000092593/vCPU/minute)
RAM
$2/GB/month ($0.000046296/GB/minute)
Storage
$0.12/GB/month ($0.000005876/GB/minute)
Network
$0.05/GB ($0.000000048/kB)
Learn how to easily create and manage scheduled tasks on ClawCloud Run.
In ClawCloud Run, a Cron Job is used to create tasks that run at regular intervals. Unlike regular applications, Cron Jobs automatically trigger tasks based on a predefined schedule, making them ideal for maintenance routines or data processing scenarios.
Data Backup and Synchronization: Execute daily backups at midnight.
Scheduled Notifications: Send daily summary emails at a fixed time.
Batch Processing: Run data processing tasks every hour.
Scheduled Scaling: Perform scaling operations at set times.
Below is an example of how to configure a scheduled scaling task in ClawCloud Run.
For applications that experience predictable traffic fluctuations (such as during e-commerce promotions, gaming events, or office systems), scheduled scaling allows for precise resource management.
E-commerce Promotions: Scale up to 10 instances from 09:00 to 23:00 during peak promotional hours and scale down to 3 instances during off-peak hours.
Office Systems: Maintain 5 instances on weekdays from 08:00 to 20:00 and reduce to 1 instance during non-business hours.
Gaming Events: Scale up to 15 instances on weekends, while keeping 5 instances on weekdays.
Creating a Scheduled Task
Open the Cron Job section in the ClawCloud Run console.
Click the Add Cron Job button to create a new task.
Configuring Basic Parameters
Task Name: Provide an easily recognizable name, such as "nginx-scale".
Task Type: Choose the task type:
Scale APP Launchpad
: Scale application instances.
Access URL
: Access a specified URL.
Execute Command
: Run a custom command.
Cron Expression: Set the execution time using a Cron expression (based on Singapore Time).
App Name:
When selecting Scale APP Launchpad
, specify the target application for scaling.
Replica Count:
When using Scale APP Launchpad
, specify the desired number of instances.
Example Configuration:
This configuration means:
Cron Expression: 0 8 * * *
— The task runs daily at 8:00 AM Singapore Time.
Replica Count: The application instance count will be adjusted to 5.
For applications that need to be periodically paused (such as development environments or scheduled data processing tasks), you can combine two Cron Jobs to achieve automatic shutdown and startup.
Development Environment: Run only during weekdays from 09:00 to 18:00 and shut down outside these hours.
Data Processing Tasks: Start compute tasks between 02:00 and 04:00 daily.
Demo Systems: Operate only during customer viewing periods.
Creating a Shutdown Task
Click the Add Cron Job button to create the first task.
Configure the following parameters:
Click Deploy to save the configuration.
Creating a Startup Task
Click the Add Cron Job button again to create a second task.
Configure the following parameters:
Click Deploy to complete the configuration.
With this setup, the system will automatically:
Shut down instances every day at midnight, saving resources.
Restart the service every morning at 9:00, ensuring availability during working hours.
Operate continuously throughout the year without manual intervention.
This part explains how to migrate applications from native Docker to the Clawcloud Run platform.
Clawcloud Run offers features such as instant deployment, deep CI/CD integration, private networks, observability, and elastic scaling, allowing developers to focus on implementing business logic without worrying about the underlying infrastructure. Thanks to the user-friendly experience provided by the Clawcloud Run platform, developers can more easily migrate, deploy, and manage applications.
This part uses Alist as an example to demonstrate how to migrate applications from native Docker to the Clawcloud Run platform.
The Docker deployment command is as follows:
primarily involving the following parameters:
-v: bind mount a volume;
-p: publish a container's port(s) to the host;
-e: set environment variables.
Next, we will demonstrate how to deploy an identical application on the Clawcloud Run platform using the same image and configuration parameters.
Log in to the Clawcloud Run console, navigate to the App Launchpad application, and click on "Create APP".
On the Application Deployment page, fill in the application parameters as specified in the table below:
Application Name
alist
Custom Application Name
Image Type
Public
Public or Private
Image Name
xhofe/alist:latest
<User-name>/<Image-name>:tag
Usage Type
Fixed
Fixed or Scaling
Replicas
1
Set according to actual needs
CPU
0.2 Core
Set according to actual needs
Memory
256 M
Set according to actual needs
Next, configure the application parameters corresponding to the -p, -e, and -v options in the docker run command.
-p 5244:5244
Network - Container Port
5244
-e PUID=0 -e PGID=0 -e UMASK=022
Advanced Configuration - Environment Variables
PUID=0
PGID=0
UMASK=022
-v /etc/alist:/opt/alist/data
Advanced Configuration - Local Storage
/opt/alist/data
Finally, click "Deploy Application" to deploy the application.
You can now access the application via the Public Address provided by the Clawcloud Run platform, which guarantees secure HTTPS access using our platform's built-in certificate.
You can also use a custom domain to access the application. To set up a custom domain, please add a CNAME record for your domain pointing to the public address at your domain registrar. You can bind your custom domain once the DNS resolution takes effect.
Subscription
For users of the Hobby plan and Pro plan, you are required to pay the plan threshold fee once a month. To prevent service interruptions due to forgetting to subscribe, you don't need to manually renew your subscription. When the subscription cycle expires, ClawCloud Run will automatically deduct the subscription fee from your credit card according to the current plan type.
If the deduction from your credit card fails, ClawCloud Run will deduct the fee from your recharged available to pay for the plan in the next subscription cycle. If both the deduction from your credit card and the Credit account fail, you will enter the Grace Period, and your services and resources will be stopped.
On ClawCloud Run, your plan subscription fee will be paid directly through your credit card, while the resources you consume will be deducted in the form of credits. When your credits are exhausted, you will enter the grace period. ClawCloud Run will automatically deduct the corresponding amount from your credits account based on the actual resource usage and the established billing standards, with settlements made every hour.
Free Plan
For every newly registered user, ClawCloud Run will offer a benefit of $5. The validity period of this complimentary amount is one month. If you bind your GitHub account within one month after registration, you will receive an additional $5 every month thereafter, and the validity period of this subsequent gift is also one month.
To prevent resource wastage, ClawCloud Run reserves the right to manage resource allocation for users of the free plan.
Hobby Plan
Gift: For each newly registered user, ClawCloud Run will provide a $5 benefit. The validity period of this complimentary amount is one month. If you bind your GitHub account within one month after registration, you will receive an extra $5 every month thereafter, with the same one-month validity period. This complimentary amount is not related to your plan.
Plan Included: Once the subscription is successful, the plan will include a "Plan Included" item worth $5, which is valid for one month.
Recharged Available: You can recharge at any time in the "Recharged Available" item, and the recharged amount will not expire. Each recharge amount should be an integer of $10 or more.
Pro Plan
Gift: For every newly registered user, ClawCloud Run will give a $5 benefit. The validity period of this complimentary amount is one month. If you bind your GitHub account within one month after registration, you will get an additional $5 every month thereafter, with a validity period of one month as well. This complimentary amount has nothing to do with your plan.
Plan Included: After a successful subscription, the plan will contain a "Plan Included" item worth $20, and its validity period is one month.
Recharged Available: You can recharge at any time in the "Recharged Available" item, and the recharged amount will remain valid. Each recharge amount must be an integer of $10 or above.
ClawCloud Run will allow users to make payments with two types of credit cards, Master and Visa.
You can upgrade your plan at any time to obtain more resources and higher-level services. Once you complete the payment for the upgraded subscription, you will immediately enjoy all the benefits included in the new plan, and a new billing cycle will start right away.
If you want to downgrade your subscription plan, you need to cancel the current subscription and wait until the next billing cycle to repurchase the downgraded plan.
Under what circumstances will you enter the Grace Period:
For free users, you will enter the Grace Period when your balance is depleted or you still haven't bound your GitHub account by the next month.
For Hobby and Pro users, you will enter the Grace Period when all your balances are depleted or the automatic subscription fails.
What will happen after entering the Grace Period:
During the grace period, you will receive in-site and email notifications.
Your quota will be set to 0, which means you are not able to start any services.
The resources will be preserved, and the billing will be suspended. However, the resources will be cleared after seven days.
When your resources are cleared, only the initial workspace will be retained. The plan and the billing cycle will remain unchanged.
How to exit the Grace Period:
If you want to exit the Grace Period, you need to complete a recharge or an upgrade. After exiting, if your resources haven't been cleared yet, you need to manually restart your services.
After you complete the subscription or credit recharge, whether your resources have been used or not, you will not be able to request a refund.
An invoice will be generated after each subscription and recharge operation, which is convenient for users to check and manage.
This part explains how to migrate applications from Docker Compose to the Clawcloud Run platform.
Clawcloud Run offers features such as instant deployment, deep CI/CD integration, private networks, observability, and elastic scaling, allowing developers to focus on implementing business logic without worrying about the underlying infrastructure. Thanks to the user-friendly experience provided by the Clawcloud Run platform, developers can more easily migrate, deploy, and manage applications.
This part uses Wordpess with a MySQL database as an example to demonstrate how to migrate applications from Docker Compose to the Clawcloud Run platform.
What is Docker Compose?
Docker Compose is a tool for defining and running multi-container applications. It is the key to unlocking a streamlined and efficient development and deployment experience.
Compose simplifies the control of your entire application stack, making it easy to manage services, networks, and volumes in a single, comprehensible YAML configuration file. Then, with a single command, you create and start all the services from your configuration file.
The Docker Compose configuration file is as follows:
primarily involving the following parameters:
ports: publish a container's port(s) to the host;
environment: set environment variables;
volumes: bind mount a volume.
Next, we will demonstrate how to deploy an identical application on the Clawcloud Run platform using the same image, database and configuration parameters.
Log in to the Clawcloud Run console, navigate to the App Launchpad application, and click on "Create APP".
On the Application Deployment page, fill in the application parameters as specified in the table below:
Application Name
Wordpress with MySQL
Custom Application Name
Image Type
Public
Public or Private
Image Name
wordpress:latest
Format <User-name>/<Image-name>:tag
Usage Type
Fixed
Fixed or Scaling
Replicas
1
Set according to actual needs
CPU
2 Core
Set according to actual needs
Memory
4 G
Set according to actual needs
Next, configure the application parameters corresponding to the -p, -e, and -v options in the docker run command.
8080:80
Network - Container Port
80
WORDPRESS_DB_HOST: db
WORDPRESS_DB_USER: exampleuser
WORDPRESS_DB_PASSWORD: examplepass
WORDPRESS_DB_NAME: exampledb
Advanced Configuration - Environment Variables
WORDPRESS_DB_HOST: db
WORDPRESS_DB_USER: exampleuser
WORDPRESS_DB_PASSWORD: examplepass
WORDPRESS_DB_NAME: exampledb
wordpress:/var/www/html
Advanced Configuration - Local Storage
/var/www/html
Finally, click "Deploy Application" to deploy the application.
Next, create the MySQL database, navigate to the Database application, and click on "Create Database".
On the Database Deploy page, fill in the database parameters as specified in the table below:
Database Parameter
Parameter Value
Description
Type
MySQL
MySQL or PostgreSQL or Redis etc.
Version
mysql-8.0.30
Database version
Name
db
Custom Database Name
CPU
2 Core
Set according to actual needs
Memory
4 G
Set according to actual needs
Replicas
3
Set according to actual needs
Storage
100 G
Set according to actual needs
Backup
Off
Set according to actual needs
Finally, click "Deploy" to deploy the database.
Record the database connection details displayed in the console, such as Username, Password, Host, etc.
Go back to the App Launchpad, edit the Environment Variables for WordPress, input the database connection information, and restart the WordPress application.
You can now access Wordpress via the Public Address provided by the Clawcloud Run platform.
You can also use a custom domain to access the application. To set up a custom domain, please add a CNAME record for your domain pointing to the public address at your domain registrar. You can bind your custom domain once the DNS resolution takes effect.
Clawcloud Run employs a multi-tenant architecture design that maximizes resource utilization by enabling multiple tenants to share a single Kubernetes cluster within public cloud environments. The user system is purpose-built to achieve this objective, enforcing multi-tenant resource isolation while balancing system security and user experience through an elegantly streamlined design.
Kubernetes lacks native user management capabilities. Clawcloud Run addresses this by utilizing a custom User Custom Resource (CR) to represent user permissions and metadata across availability zones. Sensitive user data (e.g., name, phone number) is persistently stored in a dedicated database.
To support multi-region deployments, Clawcloud Run avoids reliance on a single centralized data source. Instead, it leverages CockroachDB, a distributed relational database, to ensure consistent user data replication and high availability across all availability zones. This architecture guarantees transactional integrity and horizontal scalability for global user management.
Namespaces serve as an effective resource isolation mechanism in Kubernetes. Clawcloud Run leverages this concept to establish isolation between users by implementing a namespace-based architecture.
When a new user registers, Clawcloud Run automatically provisions a dedicated personal namespace bound to that account. This namespace grants the user full administrative privileges and will be permanently deleted upon account termination.
Additionally, Clawcloud Run introduces a workspace mechanism that enables users to create collaborative environments. Users can establish multiple workspaces and invite other participants into these shared namespaces.
This design establishes a many-to-many relationship between users and namespaces: a single user may belong to multiple namespaces, while each namespace can contain multiple authorized users.
Clawcloud Run implements user authorization based on Kubernetes RBAC. When a user creates a namespace (including the personal namespace generated during user registration), the controller creates three Role resources within the newly created namespace, corresponding to three distinct roles. A RoleBinding resource is also created to grant the user Owner privileges for that namespace. Similarly, when a user invites others to a workspace, the controller generates new RoleBinding resources to assign appropriate permissions to the designated users.
Kubernetes provides two authentication entities: Normal Users (for external users) and Service Accounts (for internal Pods). Since all user operations on Clawcloud Run are executed within Pods in the cloud environment, the system adopts Service Accounts for user authentication. Upon user creation, a Service Account is automatically provisioned, and its token is embedded into the user's Kubeconfig. When accessing applications, the system retrieves the token from the user's Kubeconfig and mounts it into the target Pod, thereby completing authentication.
Beyond Kubernetes namespace isolation, Clawcloud Run enforces multi-layer isolation across infrastructure components:
Storage: Block-level isolation via OpenEBS.
Compute: Runtime isolation using Firecracker and Cloud Hypervisor.
Network: Micro-segmentation through Cilium.
These mechanisms ensure strict tenant isolation in shared environments, preventing operational interference between tenants.
If you want to cancel your current subscription plan, you need to manually adjust your services and configurations to meet the quota standards of the Free plan. For example, reduce the resources to below 4c8g and decrease the number of workspaces and seats to 1, etc. After completing the above operations, you can cancel the plan subscription. You can still enjoy all the rights and benefits of the plan normally until the end of the current billing cycle.
It should be noted that the cancellation operation is irreversible and is not effective immediately. It will be officially executed only at the end of the current cycle. If, at the end of the cycle, your resources and services still exceed the limit standards of the Free plan, the system will default that you agree to the automatic renewal, and thus you will successfully subscribe to the plan for the next cycle. If your resources and services meet the limits of the Free plan at that time, you will automatically be converted into a Free plan user in the next cycle. Meanwhile, the balance of your recharged items will be refunded to your credit card via the original payment route.
You only need to pay for the plan benefits you actually enjoy. If you upgrade from the Hobby plan to the Pro plan six days after using the Hobby plan, you only need to pay for the Pro plan for the next cycle and the Hobby plan for the six days you have used. The calculation method of the price difference you need to pay for the upgraded subscription is as follows: The monthly fee of the Pro plan is $20, and there are still 24 days unused for your existing Hobby plan. The corresponding fee for these 24 days is $4. Subtract the $4 of the unused Hobby plan from the $20 of the Pro plan, which is $16, and that is the price you need to pay.
The credits you purchased in the paid version can also be used in the free version. However, you are unable to complete the recharge operation in the free version.
Yes, Sealos helped us to do so.
Eligibility for 180-day GitHub registration is qualified when unlocking lifetime free access (monthly $5 credits sent).
Clawcloud Run aims to build a Kubernetes-based cloud operating system that maximally abstracts Kubernetes complexity from general users during system interaction, while delivering simple and intuitive functionality. Concurrently, it provides cloud computing professionals with specialized, high-efficiency tools to accomplish advanced tasks.
To achieve this dual objective, Clawcloud Run adopts an "Everything-as-an-Application" paradigm. Each system capability is abstracted as independent yet interoperable applications. Users with varying requirements and objectives interact with distinct applications to fulfill specific functions, maintaining an operational experience consistent with single-machine operating system interactions. This design ensures both accessibility for novice users and extensibility for expert practitioners.
The high-level architecture of Clawcloud Run is structured as follows:
Thus, Clawcloud Run can be defined as Kubernetes + a suite of applications.
Applications on Clawcloud Run adopt a frontend-backend decoupled architecture, with frontends supporting Server-Side Rendering (SSR). This design allows applications to operate as standalone services independent of the monolithic Clawcloud Run system.
Application Architecture and Interactions (illustrated via App Launchpad and Terminal applications):
Each application’s frontend interacts with multiple APIs:
Kubernetes Native API for basic operations
Kubernetes CRD API for complex logic execution
Database APIs for data persistence and retrieval
Service APIs from cluster-deployed specialized applications for domain-specific workflows
Consequently, Clawcloud Run can be expressed as: Clawcloud Run = Kubernetes + a suite of applications = "Frontend systems + Kubernetes API + Kubernetes CRD API + Database API + Service API".
Clawcloud Run Devbox is an advanced development environment solution that leverages cloud-native containers and Kubernetes technology to deliver a unified and flexible development runtime. Its core feature lies in simulating a traditional virtual machine experience while retaining the advantages of containerization.
Clawcloud Run Devbox employs a layered architecture comprising the following core components:
Access Layer: Provides entry points via WebPage, VS Code Extension, JetBrains Gateway, and Direct API for seamless integration with developer workflows.
Manage Controller Layer: Orchestrates lifecycle operations (Create/Delete, TurnOn/Shutdown/Reboot), configuration management (Update/Commit), ingress access control, database metadata handling, and collaboration features (Release/Share).
Cluster Layer: Implements infrastructure abstractions through Kubernetes API Server, Container-Shim for runtime isolation, and a Devbox Registry interfacing with containerd and Object Storage for persistent artifact management.
Devbox implements a decoupled frontend-backend design:
User Action: Operations are triggered by users via the web interface or IDE plugins (e.g., VS Code, JetBrains).
Request Handling: The Devbox Controller receives and processes these requests.
Kubernetes Integration: The controller translates processed instructions into Kubernetes API calls.
Execution: Kubernetes executes corresponding container operations based on the API directives.
Devbox implements an intelligent state preservation system to ensure user environment consistency:
System automatically preserves environment changes under predefined conditions
Modifications are packaged as image layers
New layers are appended as commits to the base image
Updated images are securely stored in an isolated internal registry
During environment relaunch, the system initializes from the latest persisted image
Preserves the complete change history through incremental layer stacking
Container-shim layer provides automated maintenance:
Periodically merges image layers for storage efficiency
Automatically purges redundant data artifacts
Optimizes image size and layer count to maintain optimal system performance
This Privacy Policy sets out how we collect, use, transfer, retain, secure and disclose your personal data and/or personal data about your customers or end users that you provide to us pursuant to your use of the ClawCloud Run and/or our Cloud Services, as well as other terms relating to data location. It also describes your choices regarding use, access and correction of your personal data.
Many of our Cloud Services offered through the ClawCloud Run are intended for use by individuals. If you are an organisation and you use your organisation’s email address to register an account and purchase or use our Cloud Services, the owner of the domain associated with your organisation’s email address, and/or your organisation, may monitor or control your account with the ClawCloud Run and access, process, and/or control your personal data, as well as the contents of your communications and files. Your organisation’s use of our Cloud Services may be subject to your organisation’s own rules or policies, and you shall direct all privacy enquiries relating to such rules or policies to your organisation’s administrators. We are not responsible for the privacy or security practices of your organisation.
Cloud Services may be used by our customers (i.e. registered users of ClawCloud Run) to develop or host their own services and products for the customer’s end users. Any information collected or handled by ClawCloud Run in such circumstances is processed on behalf of our customer who controls the collection and use of such information. We do not have a direct relationship with the end users of our customers. Where this is the case, end users should direct all privacy enquiries, such as any requests to access, correct, amend or delete personal data, to the ClawCloud Run customer providing their services or products. We are not responsible for the privacy or security practices of our customers.
A. COLLECTION OF PERSONAL DATA
If you are (i) an individual or (ii) a representative of a business organisation at the time you register to become a user of the ClawCloud Run and/or purchase Cloud Services, you may be asked to complete registration forms which require you to provide information such as your email address, mobile number, country, preferred language, name, contact address, and screen nickname. You may also provide to us additional optional contact information in your account profile, such as email address for sub-accounts, and additional contact phone numbers.
We record details of your activities (including any purchase or use of our product offerings and services) when you use the ClawCloud Run and/or certain Cloud Services for legal and/or business purposes. If you make purchases or otherwise transact online through the ClawCloud Run, we also collect information related to such transactions including, but not limited to, the types and specifications of the Cloud Services, pricing information, and any trade dispute/complaint records.
When you contact our customer support, sales or other departments, we may record the communications for security and customer services purposes and collect additional information to verify your identity.
If you make online purchases for our Cloud Services through the ClawCloud Run, you may be required to provide information related to your payment instrument (such as credit cards), including information about your payment instrument organisation, your payment instrument number, the security code, and the expiration date of your payment instrument, directly to our payment service provider.
Please note that certain categories of data are necessary for us to provide the Cloud Services, such as user name (which shall be an email address), address, phone number, and email address. These categories will be specified at the time of collection. In the event that you do not provide any or sufficient data marked as mandatory, we may not be able to complete the registration process or provide you with our Cloud Services.
We also record records of users’ buying and browsing activities on the ClawCloud Run, including but not limited to Internet Protocol (“IP”) addresses, browsing patterns and purchasing patterns. In addition, we automatically gather statistical information about our ClawCloud Run and visitors to our ClawCloud Run including, but not limited to, IP addresses, browser software, operating system, software and hardware attributes, pages viewed, number of sessions and unique visitors.
We may from time to time collect additional information from you (such as copies of identification documents) and obtain information about you from third parties in order to carry out risk control, fraud prevention and compliance procedures. For example, we may collect payment-related information from third parties and combine it with information we collect about you for the purpose of fraud prevention and risk control.
ClawCloud Run is the controller of personal data only when it collects personal data and determines the purposes and means of processing that personal data. For example, when customers of our Cloud Services register an account with us or provide contact information in order to receive customer support, we are the controller of that data. When customers host their own services or store the personal data of customer’s end user on our Cloud Services, we act as a data processor with respect to that data.
B. PURPOSES FOR THE COLLECTION, RETENTION, USE, DISCLOSURE AND TRANSFER OF PERSONAL DATA
We collect, retain, use and disclose your personal data for the following purposes:
processing your registration as a user, and maintaining and managing your registration;
providing you with customer service and responding to your queries, feedback, claims or disputes;
providing the Cloud Services to you and/or your end users;
processing your purchases and/or subscriptions for Cloud Services;
personalizing our communication with you based on your order history, and performing research or statistical analysis in order to improve our product offerings and services;
publishing any information you voluntarily submit (which may include, but is not limited to, a photograph or other personal data you provide) to our ClawCloud Run to be published on our ClawCloud Run through the publishing tools (such as our discussion forums);
to comply with applicable law, legal process or lawful government request, or in respect of any claims or potential claims brought against us or our parent companies, shareholders, subsidiaries and affiliates;
performing risk control, legal compliance and sanctions screening; and
performing screening and checks for unlawful, fraudulent, deceptive or malicious activities.
Subject to obtaining your specific consent (or where otherwise permitted by applicable law in your jurisdiction), we may use your name, phone number, residential address, email address and fax number (which may incorporate personal data) to provide notices, surveys, product alerts, related communications and other marketing and promotional materials to you relating to goods and services offered by us on our ClawCloud Run.
Legal Basis for Processing for Users
Our legal basis to process your personal data includes processing that is: necessary for the performance of the contract between you and ClawCloud Run (for example, to provide you with the Cloud Services you request and to identify and authenticate you so you may use the website or Cloud Services); necessary to comply with legal requirements (for example, to comply with applicable accounting rules and to make mandatory disclosures to law enforcement); necessary for our legitimate interests (for example, to manage our relationship with you and to improve our Services); and based on your consent (for example, to communicate with you about our products and services and provide you with marketing information), which may subsequently be withdrawn at any time without affecting the lawfulness of processing based on consent before its withdrawal. You may withdraw any consent by contacting us at support@run.claw.cloud.
C. DISCLOSURE OF PERSONAL DATA
We may disclose your personal data to third party service providers engaged by us to assist with providing you with our services (including partners providing customer services to you, contacting you regarding promotions products and services, performing risk control, fraud prevention and legal compliance procedures, and conducting payment processing services) (the “Third Party Service Providers”). These Third Party Service Providers may be located in Singapore or outside of Singapore, and are engaged under terms compliant with applicable data protection laws and/or appropriate duties of confidentiality to us and are only permitted to use your personal data in connection with the purposes specified in Section B above, and not for their own purposes. These Third-Party Service Providers may further contract some components of the services they provide to us to other service providers. These other service providers may also be located in Singapore or outside of Singapore, and are under a duty of confidentiality to our Third Party Service Providers and are only permitted to use your personal data in connection with the purposes specified in Section B above, and not for their own purposes.
We may share your personal data with our affiliated companies and/or their designated service providers, for the purposes specified at Section B above. We have appropriate agreements with our affiliated companies for the sharing of your personal data and/or outsourcing of the processing of your personal data to affiliated companies. The designated service providers (and their sub-processors, if any) of our affiliates will be engaged under terms compliant with applicable laws and under appropriate duties of confidentiality and will only be permitted to use your personal data in connection with the purposes specified in Section B of the Privacy Policy.
We may provide aggregated or anonymized data to third parties, but when we do so, the information we share is in a de-identified format that does not personally identify you.
We have established and will establish relationships with other parties and websites to offer you the benefit of their products and services. We offer you access to these other parties and their websites either through the use of hyperlinks to these sites from our ClawCloud Run. In some cases you may be required to submit personal data to register or apply for products or services provided by such third parties or co-branded partners. This Privacy Policy does not apply to these third party sites or co-branded sites. The privacy policies of those other parties may differ from ours, and we have no control over the information that you submit to those third parties. You should read the relevant privacy policy for those third party sites and co-branded sites before responding to any offers, products or services advertised by those parties.
D. TRANSFER OF PERSONAL DATA
As part of providing you with the Cloud Services, we may need to transfer your personal data from your jurisdiction to an overseas jurisdiction. Recipients of the data in these jurisdictions may be subject to data privacy laws less protective or not equivalent to those in your own jurisdiction. Such overseas transfer or processing of your personal data may be necessary to process and administer your customer account and to provide the Cloud Services (including providing customer services to you, contacting you regarding promotions, products and services, performing risk control, fraud prevention and legal compliance procedures, and conducting payment processing services).
You may decide where to store your Member Content (as defined in our Terms and Conditions) (“Selected Region”). You consent to the storage of your Member Content in, and transfer of your Member Content into, the Selected Region. Unless otherwise agreed in writing between you and us, you agree that we may transfer and store your data in other geographic regions or jurisdictions at its sole discretion. You represent and warrant that such storage and transfer are adequately consented to by you and permissible pursuant to applicable laws, regulations, rules, and third party rights.
This clause applies only if you are located in Singapore, the EEA, the UK or Europe (but outside the EEA). If you are located in Singapore, we will take steps as reasonably necessary to ensure that your personal data continues to receive a standard of protection that is at least comparable to that provided under the privacy laws of Singapore. Our business may require us to transfer your personal data to countries outside of Singapore, the EEA or the UK, including to countries that may not provide the same level of data protection as your home country. We strive to take appropriate steps to ensure that an adequate level of protection is provided for your personal data, such as entering into written agreements including standard contractual clauses, binding corporate rules and other data protection agreements with recipients. You may lodge a complaint with a supervisory authority if you consider that our processing of your personal data infringes applicable law.
E. SECURITY MEASURES
We use commercially reasonable endeavors to protect the personal data that you provide to us. We also employ several security techniques, including but not limited to the use of industry-standard Transport Layer Security (TLS) encryption for transmission of personal data in registration information and payment information and the adoption of identity, credential and access management measures for transmission of such personal data to prevent security breaches and unauthorized access of personal data. We limit access to your personal data and other data to people who need access to such data for their work.
Nevertheless, no data transmission over the internet or any wireless network can be guaranteed to be perfectly secure. As a result, while we try to protect your personal data, we cannot guarantee the security of any personal data you transmit to us and you do so at your own risk. We cannot and do not guarantee security in connection with your use of the ClawCloud Run and our Cloud Services.
We retain your personal data as long as you have an account with us, as needed to provide services or products to you, to resolve disputes, to serve the purpose of research and statistical analysis or as required or permitted by applicable laws, such as tax and accounting laws.
F. PERIOD OF RETENTION AND PROCESSING OF PERSONAL DATA
We retain your personal data for the purposes described in this Privacy Policy where we have an ongoing legitimate business need to do so (for example, to provide you with a service you have requested or to comply with applicable legal, tax or accounting requirements). In certain circumstances, we will need to keep your personal data for legal reasons after our relationship has ended. The specific retention periods depend on the nature of the personal data and why it is collected and processed, and the nature of the legal requirement.
When we have no ongoing legitimate business need or legal reason to process your personal data, we will either delete or anonymize it or, if this is not possible, then we will securely store your personal data and isolate it from any further processing until deletion is possible.
G. PROCESS AND METHOD OF DESTRUCTION OF PERSONAL DATA
ClawCloud Run will delete your personal data as described in Section F of this Privacy Policy. When deleting personal data, we will take standard commercially reasonable measures to make the personal data practically irrecoverable or irreproducible. The specific manner of deletion will depend on the data being deleted, how the data was collected and stored, and your interactions with us. Electronic documents or files containing personal data will be deleted using a technical method that makes recovery or retrieval of such information practically impossible or renders the data no longer personally identifiable. Non-electronic documents or files containing personal data will be shredded, incinerated, or both.
H. RIGHT TO ACCESS/CORRECT PERSONAL DATA; CONTACTING US
You have the right to request access to your personal data held by us (or on our behalf) and to request correction or deletion of such personal data. Additionally, upon request, we will provide you with information about whether we hold your personal data. You may contact us at support@run.claw.cloud to request access, correction or deletion of your personal data. We will respond to your request within a reasonable timeframe. You may also have supplemental rights under applicable law in relation to your personal data. For example, if you are an EEA or UK user, you have the right to object to or request the restriction of processing of your personal data, and to request portability of your data by contacting us at support@run.claw.cloud.
In cases where we act as a processor, we have no direct relationship with the individuals whose personal data we process. An individual who seeks access, or who seeks to correct, amend, or delete inaccurate data should direct their query to ClawCloud Run’s client (the data controller).
You may receive e-newsletters from us. If you would like to discontinue receiving this information, you may update your email preferences by using the “Unsubscribe” link found in emails we send to you or at your member profile.
We do not knowingly collect personal data of minors (persons under the age of 18). If a minor has provided us with personal data, the parent or guardian may contact us on the minor’s behalf to request that we cease any further collection, use and/or disclosure of the personal data and delete the personal data we may hold relating to the relevant minor.
If you have any questions regarding this Privacy Policy or if you wish to exercise any of these or other rights you may have under applicable law in relation to your personal data, you may send your request in writing to us at support@run.claw.cloud.
I. COOKIES
We and our partners use “cookies” and/or similar technologies, such as web beacons and javascript, to store specific information about you and track your visits to our ClawCloud Run. We may also use “cookies” to store specific information about your use of certain Cloud Services as part of its features and to facilitate or enhance your user experience of the relevant service. A “cookie” is a small amount of data that is sent to your browser and stored on your device. A cookie can be sent to your device only if you access our ClawCloud Run using a device. If you do not de-activate or erase the cookie, each time you use the same device to access our ClawCloud Run, our web servers will be notified of your visit to our ClawCloud Run and in turn we may have knowledge of your visit and the pattern of your usage.
Generally, we use cookies to identify you and enable us to i) access your registration information so you do not have to re-enter it; ii) gather statistical information about usage by users; iii) research visiting patterns and help target advertisements based on user interests; iv) assist our partners to track user visits to the ClawCloud Run and process orders; v) track progress and participation in promotions; vi) track purchases and orders to manage our affiliate program; and vii) facilitate your use of any relevant Cloud Services which may involve the use of cookies. We may partner with third parties to manage our advertising on other sites. Our third party partners may use cookies and/or similar technologies in order to provide you advertising based upon your browsing activities and interests.
You can determine if and how a cookie will be accepted by configuring the browser which is installed in the computer you are using to access the ClawCloud Run. If you choose, you can change those configurations. You may be able to change your browser preferences or settings to reject all cookies, or choose to consent each time a cookie is sent. If you reject all cookies by choosing the cookie-disabling function in your browser, you may be required to re-enter information on our ClawCloud Run more often and certain features of our ClawCloud Run may be unavailable.
By accessing and using our ClawCloud Run and/or Cloud Services, and by accepting the cookies, you consent to the storage of cookies on your devices. You also consent to the access of such cookies by us and by our partners mentioned above.
J. CHANGES TO THIS PRIVACY POLICY
This Privacy Policy may be modified from time to time, so please review it frequently. Any changes to this Privacy Policy will be communicated by us posting an amended Privacy Policy on our ClawCloud Run. The new Privacy Policy will become immediately effective once posted on the ClawCloud Run or at a date specified by ClawCloud Run. We may also in our discretion provide notice to you of any changes to the Privacy Policy. If we make any material changes we will notify you by email (sent to the e-mail address specified in your account) or by means of a notice on this website prior to the change becoming effective. Any information and/or personal data we hold about you (as described in this Privacy Policy and whether or not collected prior to or after the amended and restated Policy comes into effect) will be governed by the latest version of our Privacy Policy. We strongly encourage you to visit the ClawCloud Run from time to time to review the Privacy Policy. Your continued use of the ClawCloud Run and/or the Cloud Services signifies your acceptance of the changes to the Privacy Policy.
Last Updated: Wednesday, March 5, 2025
This Privacy Policy applies to the access and use of the ClawCloud Run Website currently located at (the “ClawCloud Run”), and the use by registered users of the ClawCloud Run of ClawCloud Run products and services (the “Cloud Services”) provided by ClawCloud (Singapore) Private Limited (referred to as “we”, “our” or “ClawCloud Run” hereinafter). Terms not defined in this Privacy Policy shall have the same meaning as in our Terms and Conditions.
1. Application and Acceptance of the Terms
1.1 By registering for an Account and clicking the "I agree" button, you acknowledge, agree and accept the terms and conditions set forth in this Agreement as well as the Privacy Policy, the Data Processing Addendum and any other website or service rules and policies as adopted and published on the ClawCloud Run from time to time (all of the above collectively referred to as the "Terms"). If you do not acknowledge, agree and accept all of the Terms, please do not register for an Account or use the ClawCloud Run or the ClawCloud Run Services.
1.2 You may be required to enter into any separate agreement or agree to any other terms and conditions, whether online or offline, with ClawCloud Run, our affiliates, or third parties, for the ClawCloud Run Services or any other services ancillary to the use of the ClawCloud Run (“Additional Agreements”). If there is any conflict or inconsistency between the Terms and the Additional Agreements, the Additional Agreements shall take precedence over the Terms only in relation to the portion of the ClawCloud Run Services governed by the conflicting Additional Agreements.
2. Use of ClawCloud Run Services
2.1 You may access, purchase, subscribe to, or use any and all of the products or services made available by ClawCloud Run in accordance with the Terms and any specific service level prescribed by ClawCloud Run, including the cloud computing products and services offered by ClawCloud Run and/or our affiliates, and the functions, features, and content of your Account and the ClawCloud Run Platform (the “ClawCloud Run Services”). The ClawCloud Run Services do not include any content or services made available to you by any third party on the ClawCloud Run or in conjunction with the ClawCloud Run Services.
2.2 You must register a membership Account of the ClawCloud Run in order to purchase and/or use the ClawCloud Run Services. You shall ensure that any and all information you provide to ClawCloud Run through the ClawCloud Run is true, accurate, correct, complete, and not deceptive, fraudulent or misleading. You shall not register multiple accounts with the same identity or use multiple accounts to order or receive ClawCloud Run Services. You shall be solely responsible for maintaining the confidentiality of your login credentials, and for all activities that occur under your Account. You hereby undertake to notify ClawCloud Run immediately of any unauthorized use of your Account or login credentials or any other security breach or incident.
2.3 General Product Terms.
a) Benefits, features and functions available to you for any ClawCloud Run Services may vary for different countries and regions. No warranty or representation is given that a particular feature or function or the same type and extent of features and functions will be available in all countries and regions or for all users. ClawCloud Run may in its sole discretion limit, deny or create different levels of access to and use of any ClawCloud Run Services (or their features) with respect to different users.
b) You must comply with the relevant technical documentation applicable to the ClawCloud Run Services as posted and updated by ClawCloud Run from time to time at the ClawCloud Run. You further agree, as a continuing condition for your use of the ClawCloud Run Services, to abide by all licence terms and conditions of all third party software components, libraries and application programme interfaces comprised in any ClawCloud Run Services as from time to time notified on the ClawCloud Run.
c) ClawCloud Run may launch, change, upgrade, impose conditions to, charge for, suspend, or stop offering any ClawCloud Run Services (or any features or functions or applications therein), including sign-on procedures and requirements, the manner of access to any ClawCloud Run Services (including any URLs used in connection therewith), and associated charges and fees, at any time temporarily or permanently without prior notice.
d) ClawCloud Run has the right to introduce or remove features, functionalities, applications or conditions to the existing or future versions of the ClawCloud Run Services. All new features, functionalities, applications, conditions, modifications, upgrades and alterations shall be governed by the Terms and any applicable Additional Agreements, unless otherwise stated by ClawCloud Run.
e) ClawCloud Run reserves the right to monitor your purchase or use of ClawCloud Run Services any time as needed to verify your compliance with the Terms, in accordance with our Privacy Policy. You agree that you shall not block or interfere with our monitoring.
f) We may modify the terms of any service level from time to time. By continuing to use the relevant products or services after the receipt of written notification of such changes by ClawCloud Run, you agree to the amended service level.
g) ClawCloud Run may apply any upgrades or engage in any service maintenances any time as deemed necessary. ClawCloud Run will use commercially reasonable endeavors to notify you in advance of any scheduled maintenance of the ClawCloud Run or the ClawCloud Run Services and you shall comply with any maintenance requirements for the ClawCloud Run Services.
h) You agree, upon ClawCloud Run’s request, to cooperate with ClawCloud Run to identify and resolve any problems with the ClawCloud Run Services that ClawCloud Run reasonably believes to be attributable to you or your use of the ClawCloud Run or ClawCloud Run Services.
i) Some Products require the processing of personal data of your customers or employees. You agree that it is solely your responsibility to establish a legal basis for the processing of such data under local law, including providing adequate privacy notices and obtaining any required consents to customers or employees. You represent and warrant to ClawCloud Run that you have a legal basis for processing this data, including obtaining any required notices and consents, under local law. You also represent that you will comply with any data protection laws and regulations, including but not limited to obtaining consents and rules relating to the cross-border transfer of personal data, which may be applicable in connection with your use of these Products.
j) ClawCloud Run may from time to time offer special terms or pricing programs for the ClawCloud Run Services (the “Special Programs”). ClawCloud Run may stop accepting any application for any Special Programs or discontinue the offering of any Special Programs without notifying you. You must agree to any terms and conditions for the Special Programs if you choose to participate in such.
2.4 If you subscribe to the ClawCloud Run Services, you consent to:
a) the collection, use and disclosure of all information that we obtain as a result of your use of the ClawCloud Run Services or as comprised within any Information as defined in our Privacy Policy (the “Subscriber Information”) by ClawCloud Run and our affiliates for the purposes set forth in our Privacy Policy, in to the matters set forth in Sections A, B and C thereof, and notwithstanding that any such Subscriber Information may not constitute personal data. You may withdraw your consent to our collection, use and disclosure of your Subscriber Information via the procedures outlined in Section H of our Privacy Policy; and
b) your Subscriber Information being collected, used and disclosed by any third party in connection with any assignment, novation, sale or acquisition of any business, assets or shareholdings of ClawCloud Run as well as for the purposes of developing and marketing any goods or services.
2.5 You acknowledge and agree that, if any ClawCloud Run Services involve any software applications provided by third parties, such software applications are made available to you on a pass-through basis directly by other companies or individuals under separate terms and conditions, including separate fees and charges. ClawCloud Run has not independently tested or screened such software applications, and your use of such software applications is at your own risk.
2.6 ClawCloud Run and ClawCloud Run Services may include links to third party websites, services or other resources on the internet, and third party websites, services or other resources may include links to our ClawCloud Run and ClawCloud Run Services as well. When you access third party resources on the Internet, you acknowledge and agree that you do so at your own risk. These third party resources are not under our control, and, to the fullest extent permitted by law, we are not responsible or liable for the content, functions, accuracy, legality, appropriateness or any other aspect of such resources. The inclusion of any such link does not imply our endorsement or any association between us and any third party. To the fullest extent permitted by law, we shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any such third party resource.
2.7 ClawCloud Run may, at its sole and absolute discretion, remove, modify or reject the Member Content (as defined below) or any content relating to the ClawCloud Run Services which in our sole opinion (a) is unlawful, (b) violates the Terms, (c) could subject ClawCloud Run or our affiliates to liability, or (d) may disrupt, threaten or damage the operation and functioning of the ClawCloud Run or other users of the ClawCloud Run. ClawCloud Run may also take any actions as it deems appropriate at ClawCloud Run’s sole discretion, including but not limited to giving a written warning to you, removing any Member Content submitted or published by you to the ClawCloud Run or to the relevant features/functions of the ClawCloud Run Services, recovering damages or other monetary compensation from you, suspending or terminating your Account with ClawCloud Run, or suspending your subscription of any ClawCloud Run Services. ClawCloud Run may further restrict, refuse or ban you from any and all future use of any other Services provided by ClawCloud Run.
3. Member Responsibilities
3.1 You agree to (whether as part of the Account registration process, the use of ClawCloud Run Services or otherwise):
a) provide true, accurate, and current information about yourself, as well as information about your credit card, bank account or other forms of payment, as may be requested by ClawCloud Run;
b) maintain and promptly amend all information provided to ClawCloud Run to keep it true, accurate, and current;
c) provide any additional information to ClawCloud Run in the time frame requested by ClawCloud Run in connection with customer service, risk control, fraud prevention and compliance procedures;
d) be responsible for the development, operation, maintenance, transfer, processing, storage, and use of the content that you run on the ClawCloud Run Services, cause to interface with the ClawCloud Run Services, submit to, upload into, post or display on the ClawCloud Run Services under your Account (the "Member Content");
e) comply with the Terms and any and all applicable laws and regulations (including without limitation, any applicable data protection, import, re-import, export, strategic goods control, and re-export control laws, including any applicable license requirements, and international or country-specific sanctions programs), assume full legal responsibility for your access and use of the ClawCloud Run Services that constitutes a violation of applicable laws and regulations, and not engage in fraudulent or deceptive practices, when using the ClawCloud Run Services;
f) take your own initiative to maintain appropriate security, protection and backup of the Member Content and be solely responsible for the Member Content;
g) be responsible for your End Users’ (defined below) activity and your End Users’ use of the Member Content and the ClawCloud Run Services directly or indirectly through your use of the ClawCloud Run Services and ensure that such End Users act in ways that comply with the Terms and any other terms as imposed by ClawCloud Run from time to time. For the purpose of this Agreement, an "End User" is any individual or business entity that accesses or uses the Member Content or uses the ClawCloud Run Services directly or indirectly through you. ClawCloud Run shall not be held responsible for any loss or damage arising from or in connection with any Member Content or any use or reliance thereon.
3.2 You must not (whether through your End Users or otherwise):
a) sell, transfer, or sublicense your ClawCloud Run Account to others, or resell or sublicense any ClawCloud Run Services, without ClawCloud Run’s prior written consent;
b) violate any applicable law, statute, ordinance or regulation (including without limitation, any applicable data protection, consumer protection, unfair competition, anti-discrimination, false advertising, import, re-import, export, strategic goods control, and re-export control laws, including any applicable license requirements, and international or country-specific sanctions programs);
c) infringe, misappropriate or otherwise abet or encourage the infringement, misappropriation or violation of any third party’s Intellectual Property Rights (defined below) or other proprietary right or rights of publicity and privacy or other rights recognized at law;
d) engage in any act that will subject ClawCloud Run or our affiliates to claim, liability or prosecution;
e) engage in or be part of any scheme to cheat, mislead or defraud ClawCloud Run, other members, other users of the ClawCloud Run, any other third party or for any unlawful purpose; impersonate any person or entity, misrepresent yourself or your affiliation with any person or entity, use fake identity, or otherwise engage in fraudulent representations or conduct, and engage in any illegal activity that may interfere with the proper functioning of the ClawCloud Run such as phishing, spamming, flooding or scanning within our network, including but not limited to access to other computers, networks, devices, accounts without authorization, transmission, distribution or storage information, data or material that in violation of laws and regulations of Singapore and your country, in violation of copyright, trademark, trade secret, or other intellectual property rights. Such activities are strictly prohibited and may result in immediate service suspension or termination without refund;
f) distribute, send, or facilitate the sending or any unsolicited electronic commercial messages, or engage in any form of spamming activities or e-mail marketing that are in breach of the laws and regulations of any relevant jurisdiction or otherwise do any act or thing which, in the sole opinion of ClawCloud Run, constitutes promotion and marketing message abuse;
g) use the ClawCloud Run Services for any activities related to construction or operation of blockchain systems based on resource intensive consensus mechanisms (proof-of-work, proof-of-capacity, etc.), including but not limited to cryptocurrency mining; or operate any public-facing network services that may be abused, such as open proxies, open mail relays, open recursive domain name servers, tor exit nodes, etc;
h) submit or provide to ClawCloud Run or disseminate any information or content (including Member Content) or engage in, encourage or facilitate any act that:
i) is or may be defamatory, offensive, libelous, abusive unlawfully threatening or unlawfully harassing;
ii) is or may be obscene or contains or infers any pornography, child pornography, or sex-related merchandising or any other content that otherwise promotes sexually explicit materials, or is otherwise potentially harmful to minors;
iii) promotes discrimination based on race, sex, religion, nationality, disability, sexual orientation or age;
iv) involves any computer viruses or other destructive devices and codes that have the effect of damaging, interfering with, intercepting or expropriating any software or hardware system, data or personal information, or disseminating viruses, male or other malicious code; or
v) is otherwise objectionable on the grounds of public interest, public morality, public order, public security, national harmony or is prohibited by applicable laws;
i) modify, alter, tamper with, repair, or create derivative works of any software included in the ClawCloud Run Services (unless otherwise expressly permitted in the relevant software included in the ClawCloud Run Services); decipher, reverse engineer, disassemble, or decompile any part of the ClawCloud Run Services (or its underlying ideas, algorithms or source code); access any process or procedure to derive the source code of any software in the ClawCloud Run Services;
j) copy, reproduce, download, re-publish, sell, distribute or resell any ClawCloud Run Services or any information, text, images, graphics, video clips, sound, directories, files, databases or listings, etc made available via the ClawCloud Run Services (for the avoidance of doubt, excluding your Member Content) (the “Content”); without limiting the generality of the foregoing, copy, reproduce, download, compile or otherwise use any Content for the purposes of operating a business that competes with ClawCloud Run, or otherwise commercially exploit the Content; systematically retrieve Content from the ClawCloud Run Services to create or compile, directly or indirectly, a collection, compilation, database or directory (whether through robots, spiders, automatic devices or manual processes) without written permission from ClawCloud Run is prohibited;
k) undermine the integrity of the server, computer or communication systems, networks, software application, computing devices used by ClawCloud Run and/or any user of the ClawCloud Run Services or used in connection with ClawCloud Run Services; attempt to gain unauthorized access to such server, computer systems or networks, including accessing or scanning others’ Accounts;
l) hack, abuse security flaws, or otherwise do any act or thing which, in the sole opinion of ClawCloud Run, constitutes network abuse of any ClawCloud Run; probe, test, or scan the vulnerability of any ClawCloud Run or to breach any security or authentication measures used in connection thereto; falsify your origin, including the forging of TCP-IP packer headers, e-mail headers, or any part of any message describing its origin or route; engage in or attract (or attempt to) any denial of service (DoS) attacks, distributed denial of service (DDoS) attacks, or any other forms of network attacks; engage in any behavior that may interfere with the proper functioning of any ClawCloud Run; otherwise do any act or thing which, in the sole opinion of ClawCloud Run, may undermine the security of any ClawCloud Run;
m) access or use the ClawCloud Run Services in a way intended to avoid the relevant fees or charges, and use third party software without proper license or permission; or
n) use abusive language toward our employees, spamming our support ticket queue with the same question or issue, threats of any kind, and any other conduct that we reasonably deem unacceptable.
3.3 You acknowledge and agree that by disclosing and/or submitting any information to us, you warrant that you have the full power, legal capacity and authority to disclose and/or submit such information, and that the use of such information in accordance with the Terms shall not expose us to any claim, liability, or prosecution.
3.4 In addition to the matters set out in the Privacy Policy in relation to personal data, you agree as follows in relation to any data or information (other than personal data) that you provide to us for processing, storage, hosting or any other purposes in connection with your purchase and use of our Services (“Information”).
a) Except as provided below, Information that you provide to us will be transferred to, stored and processed in the country in which we, our affiliates, or our sub-contractors maintain facilities for the ClawCloud Run Services. This may be in a different jurisdiction from where you are located, and accordingly, such Information may need to be transferred to an overseas jurisdiction.
b) You acknowledge and agree that any such overseas transfer or processing of such Information is necessary to process and administer your customer account and to provide the ClawCloud Run Services and you consent to the same. You further agree and consent to ClawCloud Run processing such Information on your behalf pursuant to the Terms and you appoint us to perform any such transfer of such Information to any such country and to store and process such Information to provide our Services.
c) You acknowledge and agree that Information related to your payment instruments (such as credit cards), including Information about your payment instrument organisation, the last few digits of your payment instrument number, the security code, and the expiration date of your payment instrument will be transferred to, stored and processed by our third party payment service provider directly in order for them to process your payment transactions and we will generally not store any such Information.
d) With respect to any other Information that you provide to us or collected by us, including Information provided at registration, Information we record pertaining to your activities, and Information provided voluntarily by you, you acknowledge and agree that we may in our commercial discretion store and/or transfer such Information to any of our affiliates, including those located in other countries.
e) We will not disclose such Information outside of us, our affiliates or our third party service providers unless: i) you request us to do so; ii) your End User has provided consent for us to do so; iii) as provided in the Terms or in accordance with your agreement(s) with us, or iv) as required by and to comply with applicable law, legal process or lawful government requests, or in respect of any claims or potential claims brought against us or our shareholders, subsidiaries or affiliates.
3.5 You also acknowledge and agree that information you provide for ClawCloud Run forums, such as our discussion forums and responses to frequently asked questions shall comply with these Terms.
3.6 You agree and acknowledge that we have the sole discretion to designate from time to time the domain names or URLs through which you may permitted access to the ClawCloud Run Services and/or the ClawCloud Run. You shall be solely responsible for implementing any changes necessary from time to time for your systems to interface with the same at your sole cost and expose.
3.7 You are responsible for maintaining the security of your data, login credentials and End User accounts (including updating software and making and storing backups). You shall establish your own data backup strategy and consistently verify your ability to recover your data effectively. CLAWCLOUD RUN DISCLAIMS ALL LIABILITY AND RESPONSIBILITY PERTAINING TO THE LOSS OR DAMAGE OF YOUR DATA, AS WELL AS ANY CONSEQUENTIAL DAMAGES ARISING FROM SUCH INCIDENTS.
3.8 You are liable for the use and/or provision of your own service on ClawCloud Run, even if such use was conducted by unauthorized persons or hackers.
3.9 You agree that, if any violation of this Clause 3 comes into your attention, you shall report such violation to us immediately.
4. Intellectual Property Rights
4.1 ClawCloud Run is the sole owner or lawful licensee of all the rights and interests in the ClawCloud Run and ClawCloud Run’s Content. All title, ownership and Intellectual Property Rights in the ClawCloud Run shall remain with ClawCloud Run, our affiliates or licensors of ClawCloud Run’s content, as the case may be. All rights not otherwise claimed under the Terms or by ClawCloud Run are hereby reserved. “ClawCloud Run” and related icons and logos are registered trade marks or trade marks or service marks of ClawCloud Run in various jurisdictions and are protected under applicable copyright, trade mark and other proprietary rights laws. The unauthorized copying, modification, use or publication of these marks is strictly prohibited.
4.2 "Intellectual Property Rights" shall mean:
a) all rights, title and interest in and to all intellectual property rights, including any and all copyrights, patents, trademarks, service marks, logos, get-up, trade names, internet domain names, rights in designs, rights in computer software, database rights, semi-conductor topography rights, utility models and rights in know-how, in each case whether registrable or not, and including any applications for registration, and all rights or forms of protection having equivalent or similar effect anywhere in the world, and across all platforms and mediums whether now known or in the future invented;
b) all rights under licences, consents, orders, statutes or otherwise in relation to any of the rights referenced in sub-paragraph (a) above;
c) all rights of the same or similar effect or nature as or to those in sub-paragraphs (a) and (b) which now or in the future may subsist;
d) all rights to income, royalties, damages, claims and payments now or hereafter due or payable with respect thereto; and
e) all rights at law or in equity to sue for past or future infringements of any of the foregoing rights.
4.3 You retain any rights you may have in any Member Content. ClawCloud Run will not access or use your Member Content except as necessary to maintain or provide the ClawCloud Run Services or as necessary to comply with applicable laws or regulations. The Terms do not grant either party any rights to the other’s content or any of the other’s Intellectual Property Rights except as set forth otherwise in these Terms or other applicable agreements binding your use of ClawCloud Run Services. As between you and ClawCloud Run, you own all Intellectual Property Rights in Member Content, and ClawCloud Run owns all Intellectual Property Rights in the ClawCloud Run Services.
4.4 If you believe that your work has been copied in a way that constitutes copyright infringement, you may provide written notice to ClawCloud Run with full details as prescribed in PART IXA to the Singapore Copyright Act, Cap 63, to be delivered to ClawCloud Run’s registered address in Singapore.
4.5 ClawCloud Run will only process notices in the English language that comply with the Singapore Copyright Act, other applicable laws and the Terms. Any notices that do not comply with the above will be rejected. Upon receipt of a compliant notice of infringement, ClawCloud Run will duly consider all infringement notices in the above manner and may take further steps depending on the nature of the alleged infringement described in the notice, which may include the matters described in the applicable laws as applicable to network service providers. You agree that you shall not take any legal action or exercise any legal remedy you may have against us in respect of any infringing material, unless you have first given us the infringement notice and sufficient opportunity to remove the infringing material, and thereafter we refuse or fail to remove the infringing material within a reasonable time. Where we remove the infringing material in response to your infringement notice, you agree not to exercise and you hereby waive, any right of action against us under applicable law which you may have in respect of any infringing material appearing on our Services prior to such removal by us.
5. Investigation and Enforcement
5.1 ClawCloud Run may investigate any End User’s or your breach or violation of the Terms.
5.2 ClawCloud Run will report any activities that ClawCloud Run considers to be in violation of the Terms or any regulations or laws in any jurisdiction to the relevant enforcement agencies, regulators, government bodies, and any other appropriate third parties, and ClawCloud Run may access, retain, disclose and/or remove any content you published on or submitted to ClawCloud Run or to the ClawCloud Run (including any Member Content) in connection therewith or to comply with applicable law, legal process or lawful government requests, or in respect of any claims or potential claims brought against ClawCloud Run, or its shareholders, subsidiaries or affiliates.
6. Fees, Payment and Tax
6.1 You will pay ClawCloud Run the applicable fees for use of the relevant ClawCloud Run Services by the payment methods that the ClawCloud Run supports and in accordance with the Terms.
6.2 Payment processing and related services for individual users on the ClawCloud Run are provided by third-party processing providers, and such third-party processing providers collect, process, disclose and store data for transactions relating to the provision of ClawCloud Run Services in accordance with their privacy policy. We are not responsible for acts or omissions of the payment processing provider. Services Agreement of the third-party payment processing provider shall apply to you, and is incorporated into these Terms by reference. You agree to the collection, processing, disclosure and storage of all your data (including personal data) by the third-party payment processing provider and (if applicable) ClawCloud Run for any transaction relating to the provision of ClawCloud Run Services. You further represent, warrant and agree that all information provided by you to the third-party payment processing provider and ClawCloud Run for such transaction is complete, true and accurate, and shall promptly update all such information in the event of changes. You must also promptly notify us or the payment processing provider if your payment method is cancelled (whether for loss or theft) or otherwise inoperable.
6.3 Any and all amounts payable by you shall be made without any set-off or counterclaim, and without any deduction or withholding unless with the written consent of ClawCloud Run.
6.4 The fees, charges, and tax terms for the ClawCloud Run Services as contained in the Terms may be updated from time to time on the ClawCloud Run and will take effect upon publication on the platform.
6.5 The product prices listed on the ClawCloud Run are in United States Dollars. The calculation of payment amounts in currencies other than United States Dollars shall be reasonably set by ClawCloud Run.
6.6 Currently, ClawCloud Run supports a variety of subscription options. For further details regarding the rules and policies, please refer to the sections titled “Pricing” and “Billing & Usage.”
6.7 We support payments in United States Dollars by credit card. Each Account may have multiple payment methods registered at the same time, but there can only be one default payment method to be used for all your payments. For example, if you have used a credit card to pay for a prepaid service, this credit card will be your default payment method and you can only use it to make other purchases. You can only use another registered payment method to make payments if you do not have any other existing products or services currently being billed to another payment method in effect. Each registered payment method can only be tied to one Account.
6.8 If, for reasons attributed to you or your registered payment method, we cannot bill you or otherwise process your payment, we will notify you by email to your registered email address and request you to resolve the problem. In this case, you will not be able to continue to use your products until payment has been processed, and ClawCloud Run will suspend your service until payment has been processed or terminate your services without any liability to you. Prior to any service suspension or termination, an email will be sent to your registered email address. The Parties acknowledge and agree that this Clause 6.8 only applies to post-service payment scenario or prepayment renewal scenario, and is subject to the termination and suspension provision of Clause 8 of this Agreement.
6.9 After the termination of your services, ClawCloud Run may release all your instances without any liability to you immediately after the date of termination of your services.
6.10 All fees and amounts payable by you to us (collectively “Fees”) are exclusive of any taxes and duties, including VAT, GST, sales tax, and communication tax, required by applicable law (including local law or ordinance) (collectively “Taxes”).
6.11 You agree to notify us in a timely manner of any Taxes applicable to you with respect to any Fees paid by you hereunder and to provide us with any supporting documentation and information, including your registration number for such Taxes. If you are legally entitled to any exemption from Taxes, you agree to provide us with any required current tax exemption documentation for each applicable tax jurisdiction. We shall apply the tax exemption certificates to Fees under your Account occurring after the date we receive the tax exemption certificates. If, during the course of an audit by a taxing authority of our transactions with you hereunder, an exemption certificate you have provided is challenged as invalid, resulting in an assessment of any Taxes on us, you agree to reimburse us for the resulting Taxes, interest and penalties.
6.12 If any deduction or withholding is required on any Fees paid by you to us, you agree to pay us any additional amount necessary to ensure that the net amount we receive, after any deduction and withholding, equals the amount we would have received if no deduction or withholding had been required. In addition, you agree to provide us with supporting documentation, within thirty (30) calendar days of payment, that any such deduction or withholding has been timely and properly remitted to the relevant tax authorities.
7. Term, Account Termination or Suspension, Effects of Termination
7.1 These Terms are effective as of the date on which ClawCloud Run sends you a notice under these Terms stating that you have successfully activated your Account.
7.2 Without prejudice and in addition to its rights and remedies at law or equity (including without limitation as set out in the Terms), ClawCloud Run may suspend or terminate your Account and your access to the ClawCloud Run Services, or limit or restrict your rights in respect of your Account, the ClawCloud Run or the ClawCloud Run Services (including your right to access or use), or terminate these Terms with you, or do anything ClawCloud Run deems appropriate, if in the sole opinion of ClawCloud Run, you or your End Users have engaged in (or is likely to engage in) any of the following:
a) breach of the Terms;
b) use of the ClawCloud Run Services in a way that poses a security or system stability risk to the ClawCloud Run or any third party, or disrupts or denies any services provided to any customer (including by attracting DoS or DDoS attacks;
c) use of the ClawCloud Run Services in a way that subjects, or will subject, ClawCloud Run or our affiliates to liability;
d) use of the ClawCloud Run Services in a way that consistently consumes computational, storage, or network resources in a manner that contravenes the principles of “fair use”;
e) fraudulent, deceptive or unlawful act;
f) any conduct which violates the laws, or infringes or misappropriates the rights of any third party; or
g) becoming the subject of any bankruptcy, reorganization, liquidation, dissolution or similar proceedings.
7.3 If ClawCloud Run suspends your use of your Account or any of the ClawCloud Run Services, you shall remain responsible for any and all fees and charges for the ClawCloud Run Services that you have incurred up to the date of service suspension. You shall be responsible for the fees and charges for the ClawCloud Run Services that you continue to have access or rights to use.
7.4 Your rights under any license granted to you by ClawCloud Run pursuant to your use of the ClawCloud Run Services will terminate immediately upon the termination of your service or Account.
7.5 You are entitled to terminate the Agreement at any time by terminating the relevant ClawCloud Run Service(s) on the ClawCloud Run. If you terminate the ClawCloud Run Services, you must pay for ClawCloud Run Services provided by ClawCloud Run until the time provision of ClawCloud Run Services is terminated.
7.6 In the event of the termination of these Terms or of your use of your Account or any of the ClawCloud Run Services for any reason whatsoever:
a) you shall delete any information, text, images, graphics, video clips, sound, directories, files, databases or listings, etc. in your possession which has been made available to you via the ClawCloud Run Services;
b) you will lose access to any Member Content you have provided to ClawCloud Run, and ClawCloud Run may delete such Member Content at ClawCloud Run’s sole discretion unless retention is required under applicable law;
c) the licence granted by you to ClawCloud Run to use your Member Content described in Clause 4.3 shall continue notwithstanding such suspension or termination; and
d) any clause which by reasonable implication is intended to survive termination of these Terms shall survive the expiry or termination of these Terms. Without limiting the generality of the foregoing, Clauses 4, 5, 7, 8, 9, 10 and 12 shall survive any termination of these Terms.
8. Representations and Warranties
8.1 You represent and warrant that:
a) You, your End Users or your licensors own any and all right, title, and interests in and to the Member Content;
b) You have all rights in the Member Content necessary for granting ClawCloud Run the rights under these Terms, and all information and Member Content you provide to ClawCloud Run is true, accurate, correct, complete and not deceptive, fraudulent or misleading;
c) None of your Member Content will violate the Terms or any applicable laws or rights of other third parties (including any Intellectual Property Rights);
d) You have the right to execute the Terms and to be legally bound by the Terms;
e) You have the right to operate your Account with the ClawCloud Run; and
f) You have the right to use, purchase or subscribe to the ClawCloud Run Services.
9. Indemnification
9.1 You hereby agree to defend, indemnify, and hold harmless ClawCloud Run, our respective affiliates and licensors, and each of ClawCloud Run’s, affiliates’ and licensors’ directors, officers, employees, agents, contractors and representatives harmless from and against any and all losses, damages, claims, liabilities, costs (including legal costs on a full indemnity basis) and expenses (including reasonable attorneys’ fees):
a) which may arise, directly or indirectly, as a result of or in connection with your use of the ClawCloud Run Services (including but not limited to the display of your information on the ClawCloud Run, the submission of unlawful materials to the ClawCloud Run or the relevant ancillary features of any Services, and etc.) or from your breach of any of the Terms;
b) which may arise, directly or indirectly, as a result of or in connection with any third party claim concerning your and/or your End Users:
i) use of the ClawCloud Run Services;
ii) the submission of unlawful materials to the ClawCloud Run or the relevant ancillary features of any ClawCloud Run Services;
iii) breach of the Terms;
iv) breach of any applicable laws;
v) alleged infringement (including infringement of any Intellectual Property Rights) or misappropriation of third party rights in respect of any Member Content or by the use, development, design, production advertising or marketing of the Member Content; and/or
vi) any disputes between you, your End Users, and/or other third parties.
9.2 You acknowledge and agree that sharing of your Account with other persons, or allowing multiple users other than yourself or your business entity to use your Account, will cause irreparable harm to ClawCloud Run and you shall indemnify ClawCloud Run against any loss or damages (including but not limited to loss of profits) suffered by ClawCloud Run as a result of such sharing of your Account.
9.3 You hereby further agree that ClawCloud Run is not responsible and shall have no liability to you, your users, End Users or any third party, for any material posted or submitted by others, including defamatory, offensive or illicit material and that the risk of damages from such material rests entirely with you. ClawCloud Run reserves the right to assume the exclusive defense and control of any matter otherwise subject to indemnification by you, in which event you shall cooperate with ClawCloud Run in asserting any available defenses and indemnify and hold ClawCloud Run harmless against the reasonable legal fees incurred by ClawCloud Run in that regard. To the maximum extent permitted under applicable law, ClawCloud Run shall not be liable to you, your users, End Users or any third party for any special, direct, indirect, punitive, incidental or consequential damages or any damages whatsoever (including but not limited to damages for loss of profits or savings, business interruption, loss of information), whether in contract, negligence, tort, equity or otherwise or any other damages resulting from any of the following:
(a) your use or inability to use the ClawCloud Run Services (whether due to disruption, changes to or termination of the ClawCloud Run Services or otherwise); any delays, inaccuracies, errors or omissions with respect to any communications or transmission or delivery of all or any part the ClawCloud Run Services; or any defect in goods, samples, data, information or services purchased or obtained from you or any other third party through the ClawCloud Run Services;
(b) your violation of any third party rights, or claims against you by any party that they are entitled to defense or indemnification in relation to assertions of rights, demands or claims by any third party claimants;
(c) unauthorized access by third parties to your Account, login credentials data or private information, or any failure by you, your employees, agents, affiliates or representatives to comply with Clause 2.3;
(d) your statements or conducts; or
(e) any matters relating to Services however arising, including negligence.
9.4 ClawCloud Run will promptly notify you of any claim subject to the above, but ClawCloud Run’s failure to notify you will only affect your obligations above to the extent that our failure prejudices your ability to defend the claim. ClawCloud Run reserves the right to assume control of the defense and settlement of the claim at any time.
9.5 The limitations and exclusions of liability to you under the Terms shall apply to the maximum extent permitted by law and shall apply whether or not ClawCloud Run has been advised of or should have been aware of the possibility of any such losses arising.
10. Disclaimers and Limitation of Liability
10.1 TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE CLAWCLOUD RUN SERVICES ARE PROVIDED ON AN "AS IS", "AS AVAILABLE" AND “WITH ALL FAULTS” BASIS, AND CLAWCLOUD RUN HEREBY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF CONDITION, QUALITY, DURABILITY, PERFORMANCE, ACCURACY, RELIABILITY, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT, ANY WARRANTY ARISING OUT OF COURSE OF DEALING, USAGE OR TRADE, ANY WARRANTY RELATING TO AVAILABILITY, ACCURACY, ERROR RATE, SYSTEM INTEGRITY, UNINTERRUPTED ACCESS, OR ANY WARRANTY AS TO THE CLAWCLOUD RUN SERVICES BEING UNINTERRUPTED, ERROR FREE, FREE OF HARMFUL COMPONENTS, SECURE, OR NOT OTHERWISE CAUSING DAMAGE OR LOSS OF FUNCTIONALITY OR DATA.
10.2 TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, (A) CLAWCLOUD RUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE VALIDITY, ACCURACY, RELIABILITY, QUALITY, STABILITY, COMPLETENESS OR CURRENTNESS OF ANY INFORMATION PROVIDED ON OR THROUGH THE CLAWCLOUD RUN; AND (B) IN NO EVENT SHALL CLAWCLOUD RUN BE LIABLE TO YOU OR ANY THIRD PARTIES FOR ANY INABILITY TO USE THE CLAWCLOUD RUN SERVICES (WHETHER DUE TO DISRUPTION, CHANGES TO OR TERMINATION OF THE CLAWCLOUD RUN SERVICES OR OTHERWISE), ANY DELAYS, INACCURACIES, ERRORS OR OMISSIONS WITH RESPECT TO ANY COMMUNICATIONS OR TRANSMISSION OR DELIVERY OF ALL OR ANY PART THEREOF, OR ANY DAMAGE (DIRECT, INDIRECT, CONSEQUENTIAL OR OTHERWISE) ARISING FROM THE USE OF OR INABILITY TO USE THE CLAWCLOUD RUN SERVICES.
10.3 ClawCloud Run does not represent or warrant that the manufacture, importation, export, distribution, offer, display, purchase, sale and/or use of products or services offered or displayed via the ClawCloud Run Services does not violate any third party rights; and ClawCloud Run makes no representations or warranties of any kind concerning any product or service offered or displayed on the via the ClawCloud Run Services. Any material downloaded or otherwise obtained through the ClawCloud Run Services is done at your sole discretion and risk and you are solely responsible for any damage to the ClawCloud Run or loss of data that may result from the download of any such material. No advice or information, whether oral or written, obtained by you from ClawCloud Run or through or from the ClawCloud Run Services shall create any warranty not expressly stated herein. Save only for any warranties, representations, conditions and undertakings by ClawCloud Run expressly set forth in these Terms, ClawCloud Run hereby excludes all other warranties, representations, conditions and undertakings, express or implied, to the maximum extent permitted under applicable law.
10.4 The ClawCloud Run may make available to you services or products provided by independent third parties on a pass-through basis. No warranty or representation is made with regard to such services or products. In no event shall ClawCloud Run and our affiliates be held liable for any such services or products.
10.5 ClawCloud Run shall not be liable for any special, indirect, punitive, incidental or consequential damages or any damages whatsoever (including but not limited to damages for loss of profits or savings, business interruption, loss of information), whether in contract, negligence, tort or otherwise or any other damages resulting from any of the following:
a) the use or the inability to use the ClawCloud Run Services;
b) any defect in goods, samples, data, information or services purchased or obtained from a third-party service provider through the ClawCloud Run;
c) unauthorized access by third parties to data or private information of you;
d) statements or conduct of any user of the ClawCloud Run; or
e) any other matter relating to the ClawCloud Run Services however arising, including negligence.
10.6 Save only for any warranties, representations, conditions and undertakings by ClawCloud Run expressly set forth in these Terms, ClawCloud Run hereby excludes all other warranties, representations, conditions and undertakings, express or implied, to the maximum extent permitted under applicable law. Notwithstanding anything to the contrary in the Terms, unless otherwise provided in other applicable terms by ClawCloud Run, the aggregate liability of ClawCloud Run, our employees, agents, affiliates, representatives or anyone acting on its behalf with respect to you for any and all claims arising from or in connection with ClawCloud Run Services or the ClawCloud Run or the use or inability to use the same shall, if not otherwise excluded or limited, be limited to, in aggregate, the greater of (a) the amount of fees you have paid to ClawCloud Run or our affiliates for the ClawCloud Run Services during the calendar year, or (b) USD100 or (c) the amount prescribed by the terms in connection with your use of specific ClawCloud Run Services. The preceding sentence shall not preclude the requirement by you to prove actual damages. All claims against ClawCloud Run in respect of any of the matters referenced in this Clause 10.6 must be filed within one (1) year from the date the cause of action arose.
11. Notice
11.1 We may provide notice to you under the Terms by posting a notice on the ClawCloud Run or emailing it to your Account. Notices will be deemed to be effective upon posting and notice by email will be deemed effective by the time the email is sent.
11.2 You must provide notice to us by personal delivery, overnight courier, or registered mail to ClawCloud (Singapore) Private Limited to our registered address at 10 Collyer Quay, #10-01 Ocean Financial Centre, Singapore, 049315. Notice by overnight courier or registered mail will be deemed effective one business day after being sent. Notice provided by personal delivery will be effective immediately upon successful receipt by us.
12. General
12.1 The Terms constitute the entire agreement between you and ClawCloud Run with respect to and governs the use of the ClawCloud Run Services, superseding any prior written or oral agreements in relation to the same subject matter herein.
12.2 ClawCloud Run may modify the Terms, and any addendum thereof from time to time by posting updates on the ClawCloud Run or otherwise notifying you in accordance with Clause 11.1 of this Agreement. Unless otherwise noted by ClawCloud Run, material changes to the Agreement, the Terms and any addendum will become effective 15 days after they are posted, except if the changes apply to new ClawCloud Run Services, new functions or for compliance of applicable law in which case they will be effective immediately or at a date as specified by ClawCloud Run. By continuing to use the relevant products or services after the posting of such changes by ClawCloud Run, you agree to be bound by the amended and restated Terms.
12.3 ClawCloud Run shall have the right to final interpretation of the Terms. You agree and acknowledge that our interpretation of the Terms is final and binding on you.
12.4 ClawCloud Run may assign and/or novate any part of or all of the Terms (including any of our rights, titles, benefits, interests, and obligations and duties in the Terms) to any person or entity (including any affiliates of ClawCloud Run). ClawCloud Run may by written notice to you (which may be posted on the ClawCloud Run) require such novation of the Terms or any part thereof, and you hereby irrevocably agree and consent to any such novation, whereupon ClawCloud Run shall be released and discharged from all of its obligations under these Terms, as well as all claims, actions and demands arising under these Terms up to the time of such novation.
12.5 You shall not delegate, assign, novate, sub-license or sub-contract any of the rights and/or obligations under the Terms, in whole or in part, to any person or entity without our prior written consent.
12.6 No agency, partnership, joint venture, employee-employer or franchiser-franchisee relationship is intended or created by the Terms between You and ClawCloud Run.
12.7 If any term herein is adjudicated by a court or tribunal of competent jurisdiction to be void or unenforceable, the validity or enforceability of the remainder of the terms herein shall remain in full force and effect.
12.8 ClawCloud Run’s failure to enforce any right or failure to act with respect to any breach by you under the Terms will not waive that right nor waive ClawCloud Run’s right to act with respect with subsequent or similar breaches.
12.9 Unless a right or remedy of you or ClawCloud Run is expressed to be an exclusive right or remedy, the exercise of it by either party is without prejudice to either party’s other rights and remedies at law and/or in equity.
12.10 You shall do and execute or procure to be done and executed all such further acts, deeds, things and documents as may be necessary to give effect to the Terms.
12.11 Save for ClawCloud Run and our affiliates, a person who is not a party to this Agreement has no right under the Contracts (Rights of Third Parties) Act (Cap. 53B) (Rev Ed 2002) to enforce any term of this Agreement.
12.12 Unless otherwise provided in the terms and conditions of the relevant ClawCloud Run Services, under no circumstances shall ClawCloud Run be held liable for any delay or failure or disruption of the content or services delivered through the ClawCloud Run (including the ClawCloud Run Services) resulting directly or indirectly from acts of nature, forces or causes beyond our reasonable control, including without limitation, internet failures, computer failures, computer viruses, cyber-attacks, telecommunications or any other equipment failures, electrical power failures, strikes, labor disputes, riots, insurrections, civil disturbances, shortages of labor or materials, fires, flood, storms, explosions, acts of God, war, governmental actions, orders of domestic or foreign courts or tribunals or non-performance of third parties.
12.13 To the extent you receive or possess any nonpublic or confidential information from us, you agree to treat and hold such information in strictest confidence and not to disclose or use such information except in connection with your use of ClawCloud Run Service as permitted under the Terms or as separately authorized in a signed writing by us.
12.14 This Agreement shall be governed by the laws of Singapore without regard to its conflict of law provisions. The parties to the Terms hereby submit to the exclusive jurisdiction of the courts of Singapore.
ClawCloud (Singapore) Private Limited
Singapore
Last Updated: Tuesday, March 5, 2025
If you notice any abusive behavior while using the Clawcloud Run platform—such as spam, malware, phishing, etc.—please report it to us immediately. We take your concerns seriously and are committed to investigating and resolving issues quickly to maintain a safe environment.
Please send your complaint email to the following address:
In your email, please provide detailed information about the incident—including the URL of the affected page, the time it occurred, any relevant screenshots, or additional information that could help us investigate the issue.
Thank you for your cooperation and support!
— The Clawcloud Run Team
This Addendum will apply, if required by Data Protection Legislation (as defined below) and only to the extent that, ClawCloud Run processes personal data contained in or generated in relation to Your Member Content (the “Data”) as a processor on behalf of You in the course of providing any ClawCloud Run Services to You.
This Addendum forms part of ClawCloud Run Terms and Conditions or other equivalent agreement between You and ClawCloud Run in relation to Your use of ClawCloud Run Services (the “Agreement”).
Capitalised terms not defined herein will have the meaning given in the Agreement. In the event and to the extent of a conflict between the other terms of the Agreement including its Addenda or any other agreements between You and ClawCloud Run regarding the Data and this Addendum, this Addendum will prevail.
In this Addendum:
“controller”, “data subject”, “process”, “processor” and “supervisory authority” each has the meaning given in GDPR, or the equivalent term under applicable Data Protection Legislation.
“Data Protection Legislation” means, as applicable: all laws and regulations applicable to and binding on the processing of Data by You and/or ClawCloud Run, including but not limited to (i) GDPR, (ii) the GDPR as saved into United Kingdom law by virtue of section 3 of the United Kingdom's European Union (Withdrawal) Act 2018 (the “UK GDPR”), (iii) the Singapore Personal Data Protection Act 2012 (“PDPA”), and in each case, any related national laws, legislation, rules or regulations, related to privacy and data protection. For clarity, a reference to Data Protection Legislation, includes a reference to Data Protection Legislation as amended, modified, extended, re-enacted, consolidated or replaced from time to time.
“GDPR” means Regulation (EU) 2016/679.
“personal data” means personal data, personal information, personally identifiable information or other equivalent term (each as defined in Data Protection Legislation).
“Restricted Transfer” means (i) where the GDPR applies, a transfer of personal data from the European Economic Area to a country, territory or organisation outside of the European Economic Area which is not subject to an adequacy determination by the European Commission; and (ii) where the UK GDPR applies, a transfer of personal data from the United Kingdom to any other country, territory or organisation which is not based on adequacy regulations pursuant to Section 17A of the United Kingdom Data Protection Act 2018.
For the purposes of this Addendum, You (the controller or processor) appoint ClawCloud Run as Your processor to process the Data, for the duration of the Agreement, for the purposes of providing the ClawCloud Run Services to You and complying with applicable law (the “Permitted Purpose”).
In processing the Data under the Agreement, ClawCloud Run shall, to the extent such Data is in ClawCloud Run’s possession or under its control:
(a) only process the Data on Your documented instructions unless required otherwise by applicable law;
(b) ensure that all personnel authorised by ClawCloud Run to process the Data are subject to suitable confidentiality obligations;
(c) implement and maintain appropriate technical and organisational security measures (including access control), or otherwise making reasonable security arrangements, designed to: (i) protect the Data processed by ClawCloud Run against unauthorized or accidental access, processing, erasure, loss or use of the Data arising from a breach of ClawCloud Run’s security (a “Security Incident”); ClawCloud Run may change those measures from time to time, but not so as to reduce the level of protection for Data below the mandatory minimum required under Data Protection Legislation (as applicable). In the event of a confirmed Security Incident, to the extent required under Data Protection Legislation: (1) ClawCloud Run shall notify You without undue delay and shall provide reasonable information and cooperation to You so that You can fulfil any data breach reporting obligations You may have under (and in accordance with the timelines required by) applicable Data Protection Legislation; and (2) ClawCloud Run shall further take any reasonably necessary measures and reasonably necessary actions to remedy or mitigate the effects of the Security Incident, and shall keep You informed of all material developments in connection with the Security Incident. Security Incident shall be deemed to include a “personal data breach” or equivalent terms defined under the applicable Data Protection Legislation;
(d) hereby be granted Your general authorisation to engage third party subcontractors to process the Data for the Permitted Purpose, provided that ClawCloud Run (i) (subject to your compliance with Clause 5 below) shall remain fully liable for any of its subcontractors; and (ii) shall impose data protection terms on any subcontractor it appoints to process any Data, that require it to protect such Data to at least the standard required by applicable Data Protection Legislation, or the provisions of this Addendum, whichever is more protective. You may object to ClawCloud Run’s appointment or replacement of such a subcontractor before its appointment or replacement, provided such objection is based on reasonable grounds relating to data protection. In such event, ClawCloud Run will either not appoint or replace the relevant subcontractor or, if this is not possible, You may terminate the relevant ClawCloud Run Service and this Addendum to the extent it applies to that ClawCloud Run Service, but You shall not be entitled to any refund of any fees or costs incurred by You for that ClawCloud Run Service before that termination and the termination of such ClawCloud Run Service shall not affect any other services provided to You, and any fees or costs in relation to those other services;
(e) assist You to respond to data subjects’ requests to exercise their rights regarding any Data under applicable Data Protection Legislation by providing You with technical measures to enable You, to the extent consistent with the functionality of the ClawCloud Run Services and ClawCloud Run’s role as a processor, to access, rectify, erase, restrict or export Data directly (and You agree that, taking into account the nature of the processing, this paragraph reflects the extent to which it is possible for ClawCloud Run to provide You with such assistance). If a data subject, supervisory authority or any other party directly approaches ClawCloud Run with any request, query or complaint regarding any Data, ClawCloud Run shall, promptly notify You accordingly or notify that person that they should approach You instead;
(f) if ClawCloud Run believes or becomes aware that its processing of the Data is likely to result in a high risk to the data protection rights and freedoms of data subjects, promptly inform You and provide reasonable cooperation to You (at Your expense) in connection with any data protection impact assessment and/or prior consultation that You may be required under applicable Data Protection Legislation to undertake for Your use of ClawCloud Run Services;
(g) at Your choice, delete or return all Data in ClawCloud Run’s possession or control following the termination of the Agreement provided that the costs incurred by ClawCloud Run for such deletion or return of Data shall be borne by You. This requirement shall not apply to the extent that ClawCloud Run is required or permitted by applicable law to retain some or all of the Data, or Data archived on back-up systems, in which event ClawCloud Run shall securely isolate and protect such Data from any further processing except: (i) to the extent required by such law until deletion is possible; or (ii) where such Data ceases to contain personal data;
(h) make reasonable security arrangements, at ClawCloud Run’s selection and expense, to (at appropriate regular intervals) verify the adequacy of its security measures; and
(i) abstain from implementing policies or taking actions that may diminish the protection of Data in a manner inconsistent with Data Protection Legislation.
If You were granted an audit right such as by Standard Contractual Clauses, or by applicable Data Protection Legislation, then You agree to exercise Your audit right by instructing ClawCloud Run to execute the audit as described in this clause. If You desire to change this instruction, then You have the right to do so by requesting in writing, or as set forth in the Standard Contractual Clauses which change shall also be requested in writing (for clarity, nothing in the foregoing shall require ClawCloud Run to make available any data, material or information of any of ClawCloud Run’s other customers).
For the avoidance of doubt, nothing herein obliges ClawCloud Run to disclose any information that is subject to any right, privilege or immunity conferred, or obligation (including without limitation in connection with ClawCloud Run’s performance of any contractual obligation) or limitation imposed, by or under any law or rules of professional conduct in relation to the disclosure of such information.
You agree:
(a) to comply with your obligations under all applicable Data Protection Legislation in relation to Your: (i) use of ClawCloud Run Services for processing of any personal data comprised within the Data; (ii) appointment of us as Your processor to process the Data as contemplated under this Addendum; and (iii) processing of any personal data comprised within the Data.
(b) that this Addendum, the Agreement, Your other applicable agreements with ClawCloud Run and Your configuration and use of the ClawCloud Run Services will together comprise Your complete and final documented instructions to ClawCloud Run on the processing of Data; and
(c) that You shall not give ClawCloud Run as Your processor any instructions, nor shall You use the ClawCloud Run Services in any way, that in any such case could infringe any Applicable Data Protection Legislation or could cause ClawCloud Run or any of its affiliates to infringe any Applicable Data Protection Legislation. Without prejudice to the generality of the foregoing, you agree and acknowledge that where You disclose personal data to ClawCloud Run, you shall have: (i) obtained or procured all necessary consents where required under applicable law from the relevant data subject(s) for the processing and disclosure of such data subject(s)’s personal data to ClawCloud Run for ClawCloud Run's collection, use and/or disclosure for the Permitted Purpose (without prejudice to any other lawful basis for such handling of personal data by ClawCloud Run), and that such consents have not been withdrawn; or (ii) to the extent consent is not required under applicable law, you have secured all necessary legal bases under Data Protection Legislation for processing and disclosing personal data to ClawCloud Run for ClawCloud Run’s handling of the personal data for the Permitted Purpose as contemplated under this Addendum.
(d) that You shall be responsible for the correctness of the Data and ensuring that it is kept up-to-date and shall handle any requests or complaints raised by data subjects.
6.1 You may decide where to store Data (“Selected Region”). You consent to the storage of Data in, and transfer of Data into, the Selected Region. If the processing of Data involves a transfer outside Selected Region, ClawCloud Run will take such measures as are necessary as a processor to ensure the transfer is in compliance with applicable Data Protection Legislation.
6.2 To the extent that the transfer of Data from You to ClawCloud Run constitutes a Restricted Transfer, You agree that the Standard Contractual Clauses will be deemed entered into (and incorporated by reference into this Addendum) between You (as data exporter) and ClawCloud Run (as data importer) as follows:
6.2.1 In relation to Data that is protected by the GDPR, the EU SCCs will apply completed as follows:
(a) If and to the extent You are a controller of such Data Module Two will apply, and if and to the extent You are a processor of such Data Module Three will apply, in each case as follows:
(i) in Clause 7, the optional docking clause will apply (provided that any new party to the EU SCCs shall be subject to ClawCloud Run's prior written agreement);
(ii) in Clause 9, Option 2 will apply, and the time period for prior notice of subcontractor changes shall be as set out in Clause 4(d) of this Addendum.
(iii) in Clause 11, the optional language will not apply;
(iv) in Clause 17, Option 1 will apply and the EU SCCs will be governed by Dutch law;
(v) in Clause 18(b) disputes shall be resolved before the courts of the Netherlands;
(vi) Annex I of the EU SCCs shall be deemed completed with the information set out in this Addendum and/or in the Appendix 1 to this Addendum, and the competent supervisory authority under Part C of Annex I shall be determined in accordance with Clause 13 of the EU SCCs;
(vii) Annex II of the EU SCCs shall be deemed completed with the information set out in the document linked to in Clause 4(c) of this Addendum;
(b) The following clarifications shall apply to the EU SCCs:
(i) You may exercise Your right of audit under the EU SCCs as set out in and subject to the requirements, of Clause 4(h) of this Addendum;
(ii) ClawCloud Run may appoint subcontractors as set out in and subject to the requirements of Clause 4(d) of this Addendum and You may exercise Your right to reject to subcontractors under the EU SCCs in the manner set out in Clause 4(d) of this Addendum;
(iii) Clause 4(g) shall apply in relation to the deletion or return of transferred Data on any termination of the Agreement;
(iv) For the avoidance of doubt, in light of the nature of the ClawCloud Run Services You are solely responsible for the accuracy of the Data and the legality of its collection by You, and ClawCloud Run is not obliged to check any transferred Data for accuracy;
(c) You will pay ClawCloud Run fees at its then standard professional services rates and also reimburse ClawCloud Run for its reasonable costs reasonably incurred in dealing with any inquiries from You relating to any transferred Data and/or for providing You with any assistance requested by You under the EU SCCs, including without limitation for notifying or otherwise assisting You with data subject requests or responses to data subjects, and cooperation with You to erase or rectify any transferred Data.
6.2.2 In relation to Data protected by the UK GDPR, the UK Addendum will apply completed as follows:
(a) the EU SCCs, completed as set above in clause 6.2.1 shall apply and shall be modified by the UK Addendum (completed as set out in sub-clause (b) below): and
(b) Tables 1 to 3 of the UK Addendum shall be deemed completed with the relevant information from the EU SCCs, completed as set out above, and the options “Exporter” and “Importer” shall be deemed checked in table 4. The start date of the UK Addendum (as set out in table 1) shall be the date of this Addendum.
6.2.3. In relation to Data that is subject to jurisdictions outside the scope of the GDPR and UK GDPR, to the extent that such jurisdiction permits the use of EU SCCs (subject to modifications to align with respective Data Protection Law) then the provisions under the EU SCCs shall apply with necessary modifications to align with the respective Data Protection Legislation of the relevant jurisdiction.
6.2.4. In relation to Data that is protected by the PDPA, ClawCloud Run will take steps as reasonably necessary to ensure that your personal data continues to receive a standard of protection that is at least comparable to that provided under the PDPA. This may include entering into written agreements including contractual clauses, binding corporate rules and other data protection agreements with recipients.
6.3 With respect to onward transfers with subcontractors, ClawCloud Run shall only participate in such onward transfer (including a Restricted Transfer) of Data where the onward transfer is made in full compliance with Data Protection Legislation.
6.4 In the event that any provision of this Addendum contradicts, directly or indirectly, the Standard Contractual Clauses, the Standard Contractual Clauses shall prevail.
6.5 Save as specifically provided under this Addendum, you agree and acknowledge that you are solely responsible to comply with Data Protection Legislation in respect of: (a) your transfer of Data from one jurisdiction to another; and/or (b) your instructions to ClawCloud Run (as Your processor) to transfer Data from one jurisdiction to another. Without prejudice to the generality of the foregoing, you agree and acknowledge that you shall not instruct us nor cause us to transfer any personal data to any country or territory except in accordance with the requirements prescribed under Data Protection Legislation for such transfer, including without limitation in connection with Your obligation, as may be required under Data Protection Legislation, to ensure a standard of protection to Data so transferred that is comparable to the protection under Data Protection Legislation.
(a) For clarity, the total aggregate liability of ClawCloud Run and all its affiliates, employees, agents, affiliates, representatives or anyone acting on its behalf together, arising from or in connection with the Agreement and/or this Addendum and/or the Standard Contractual Clauses or any matter arising therefrom shall not exceed the maximum liability of ClawCloud Run as limited by the paragraph following Clause 11.6 of the ClawCloud Run Terms and Condition.
(b) ClawCloud Run may modify the terms of this Addendum, for example to comply with Data Protection Legislation or to implement any standard contractual clauses adopted by the Information Commissioner's Office, or the European Commission, or a supervisory authority or other competent supervisory authorities under Data Protection Legislation, but it will not do so in a way that would reduce the protections required to be afforded to You below the mandatory minimum required under Data Protection Legislation (as applicable). If ClawCloud Run modifies the terms of this Addendum, the Addendum will be an amended and restated version on the ClawCloud Run, and ClawCloud Run will provide at least 15 days prior written notice of any material amendments to the Addendum to You (which may be posted on the ClawCloud Run or displayed in Your ClawCloud Run account). By continuing to use the relevant products or services after the receipt of written notification of such changes by ClawCloud Run, You agree to be bound by the amended and restated Addendum.
A. LIST OF PARTIES
Data exporter(s):
Name: The entity identified as “Customer” in the ClawCloud Run Terms and Condition.
Address: The address for Customer associated with its ClawCloud Run account or as otherwise specified in this Data Processing Addendum or the ClawCloud Run Terms and Conditions.
Contact person’s name, position and contact details: The contact details associated with Customer’s account, or as otherwise specified in this Data Processing Addendum or the ClawCloud Run Terms and Conditions.
Activities relevant to the data transferred under these Clauses: The activities specified in Sections 3 and 4 of this Data Processing Addendum.
Signature and date: Clicking “I Agree” button when you register for an Account constitutes an acknowledgement, signature and acceptance of the Terms and Condition and this Data Processing Addendum on the same day.
Role (controller/processor): Controller or processor, as set out in this Data Processing Addendum
Data importer(s):
Name: “ClawCloud Run” as identified in the ClawCloud Run Terms and Conditions.
Address: The address for ClawCloud Run specified in the ClawCloud Run Terms and Conditions.
Contact person’s name, position and contact details: The contact details for ClawCloud Run specified in the Addendum or the ClawCloud Run Terms and Conditions.
Activities relevant to the data transferred under these Clauses: The activities specified in Sections 3 and 4 of this Data Processing Addendum.
Signature and date: Clicking “I Agree” button when you register for an Account constitutes an acknowledgement, signature and acceptance of the Terms and Condition and this Data Processing Addendum on the same day.
Role (controller/processor): Processor
B. DESCRIPTION OF TRANSFER
Categories of data subjects whose personal data is transferred: The data subjects may include Your customers, employees, supplier and end-users.
Categories of personal data transferred: Capitalised terms not defined herein will have the meaning given in Your ClawCloud Run Terms and Conditions with ClawCloud Run. The personal data includes any information, content, material and data in electronic format as may be contained in or generated in relation to Member Content.
Sensitive data transferred (if applicable) and applied restrictions or safeguards that fully take into consideration the nature of the data and the risks involved, such as for instance strict purpose limitation, access restrictions (including access only for staff having followed specialised training), keeping a record of access to the data, restrictions for onward transfers or additional security measures: You may upload special categories of personal data to Your ClawCloud Run Services at Your sole choice, which could include (depending on Your choice) personal data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, genetic data, biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person's sex life or sexual orientation, and/or personal data relating to criminal convictions and offences or related security measures. Before uploading any sensitive data, You are obliged to assess and confirm that the technical and organizational measures taken by ClawCloud Run are sufficient for the sensitive data that You choose to upload.
The frequency of the transfer (e.g. whether the data is transferred on a one-off or continuous basis): Data may be transferred on an occasional or continuous basis solely for the purposes of providing You with the ClawCloud Run Services and as otherwise set out in the Agreement.
Nature of the processing: The personal data will be processed and transferred for the purposes of providing You with the ClawCloud Run Services and as otherwise set out in the Agreement.
Purpose(s) of the data transfer and further processing: The personal data will be processed and transferred for the purposes of providing You with the ClawCloud Run Services and as otherwise set out in the Agreement.
The period for which the personal data will be retained, or, if that is not possible, the criteria used to determine that period: Data will be processed and transferred for the duration of the Agreement.
For transfers to (sub-) processors, also specify subject matter, nature and duration of the processing: The above shall apply to such transfers to sub-processors.
C. COMPETENT SUPERVISORY AUTHORITY
Competent supervisory authority: For the purposes of the EU GDPR, the competent supervisory authority shall be construed in accordance with Clause 13 of the EU SCCs; for the purposes of the UK GDPR, the competent supervisory authority shall be the UK Information Commissioner's Office.
Last Updated: Wednesday, August Wednesday 5, 2025
Discover the importance of environment variables in ClawCloud Run and learn how to leverage them for configuring containerized applications. Master batch input methods to streamline configuration mana
In ClawCloud Run, environment variables are critical tools for managing configuration data in containerized applications. They enable you to:
Decouple configuration from code: Provide dynamic settings (e.g., API keys, database URLs) without modifying your application’s code or container image.
Simplify deployment: Adjust configurations across environments (development, staging, production) seamlessly.
Enhance security: Avoid hardcoding sensitive information like credentials.
ClawCloud Run allows you to define environment variables in bulk through the APP Launchpad interface:
Format:
Each variable is defined as a key-value
pair.
Use =
or :
as separators (e.g., DB_HOST=localhost
or API_KEY:abc123
).
Enter one variable per line.
Automatic Sanitization:
ClawCloud Run automatically removes invalid characters (e.g., spaces, special symbols) from keys to ensure validity.
Database Configuration:
Third-Party API Integration:
Feature Toggles:
These Terms and Conditions (as published from time to time) (the "Agreement") is a legally binding agreement between you as a registered member of the ClawCloud Run ("you") and ClawCloud (Singapore) Private Limited ("ClawCloud Run" or “we” or “us”), and sets forth the terms and conditions governing your access and use of your membership account ("Account") with our website currently located at URL: (the "ClawCloud Run"), and the ClawCloud Run Services (defined below).
“Standard Contractual Clauses” means (i) where the Data is protected by the GDPR, the standard contractual clauses annexed to the European Commission's Implementing Decision 2021/914/EU of 4 June 2021 on standard contractual clauses for the transfer of personal data to third countries pursuant to Regulation (EU) 2016/679 of the European Parliament and of the Council (“EU SCCs”) and (ii) where the Data is protected by the UK GDPR, the “International Data Transfer Addendum to the EU Commission Standard Contractual Clauses” issued by the Information Commissioner under s.119A(1) of the Data Protection Act 2018 (“UK Addendum”). A copy of the Standard Contractual Clauses can be obtained at , or by contacting us at support@run.claw.cloud.