Tag: AI deployment

6 Posts

ClawCloud Run Becomes AFFiNE’s Official Recommended Self-Hosting Partner: Revolutionizing Open-Source Collaboration
We are excited to announce that ClawCloud Run has officially become the recommended self-hosted deployment platform for the open-source collaboration tool AFFiNE. This partnership marks the recognition of ClawCloud Run’s technical capabilities and inclusive philosophy in the cloud-native space by the open-source community, while offering AFFiNE users a more efficient and flexible collaboration solution.
FeatBit on ClawCloud: One-Click Feature Flag Deployment
In modern software development, safe and controlled feature releases are crucial. FeatBit, an open-source feature management platform, combined with ClawCloud Run's free container resources and one-click deployment, allows teams to set up an enterprise-grade feature flag system in just 5 minutes.
Perplexica on ClawCloud Run: One-Click AI Search Deployment
In the age of information overload, the ability to retrieve knowledge efficiently has become a key competitive advantage. Perplexica, an open-source AI search tool, combined with ClawCloud Run’s free 4-core 8GB containers and one-click deployment, allows you to set up your private AI-powered search platform in just 3 minutes.
Deploying Your Official QQ Bot Using Claw Cloud Platform
This is a submission from the user: opaoai Introduction This tutorial will guide you through deploying your own official QQ bot using the Claw Cloud Platform. Preparation Before starting, you need to prepare the following: A Google account or GitHub account (GitHub account recommended as those more than 180 days old can get $5 free credit monthly without requiring a credit card) API keys for various platforms Baidu Maps API key (for MCP service, optional) Account Registration Click the following link to register (includes referral): https://console.run.claw.cloud/signin?link=7D47LG72PBLB Container Deployment 1. After registration, click App Launchpad --- then click Create App 2. Modify the image to: soulter/astrbot:latest 2.1 You can customize the Application Name according to your preference to differentiate between containers 2.2 Select Public for the image and change the Image name to soulter/astrbot:latest 3. You can select Fixed and set the container count to 1. You can adjust CPU and memory…
MCP Development Using Claw Cloud Platform
This is a submission from the user: opaoai Introduction This guide demonstrates how to use the Claw Cloud Platform with VS Code for MCP (Model Context Protocol) development and experimentation. MCP enables seamless integration between AI models and tools, creating powerful AI agents that can interact with external services. Prerequisites Before starting, please ensure you have: A Google account or GitHub account (GitHub accounts older than 180 days are recommended as they qualify for $5 free monthly credit without requiring a credit card) API keys for the services you plan to integrate with your MCP agent Account Registration Register using the following referral link: https://console.run.claw.cloud/signin?link=7D47LG72PBLB Container Deployment After logging in, navigate to the App Store from the dashboard, then select and deploy the code-server application. 2. Wait until the container status changes to "Running", then click on "Details" to access configuration options. 3. Scroll down to the Network section and locate…