Everything you need to know about ClodHost.
ClodHost gives you your own Linux server with Claude Code pre-installed and ready to go. Just describe what you want to build, and Claude will create it for you. No setup, no configuration, no DevOps knowledge required.
You get a real VPS (virtual private server) that you fully control, with your project accessible at a custom subdomain like yourproject.clodhost.com.
Nope! That's the whole point. Just describe what you want in plain English, and Claude will write and deploy the code for you. You can build complete web applications, APIs, bots, and more without writing a single line of code yourself.
That said, if you do know how to code, Claude becomes an incredibly powerful pair programmer that can help you move 10x faster.
It's completely free during the beta! We're not charging anything while we're in beta.
After beta, pricing will be a flat monthly rate for your server (starting at $25/month for a Small server). This includes:
Beta perk: If you sign up during the beta, you get 50% off for life!
No surprise bills, no usage-based pricing. What you see is what you pay.
The colors indicate which kind of server you have!
No. We have opted out of training on your data. Your code, conversations, and files are not used to train Anthropic's models.
Your data stays your data.
Yes. Each user gets their own isolated VPS. Your code and data are stored on your server and are not accessible to other users (unless you explicitly share access).
You can also use the Share feature to give specific people access to view or collaborate on your project.
You do. 100%. ClodHost claims absolutely no ownership over anything you build, create, or host on our platform.
Your code, your intellectual property, your files, your data - it's all yours. We're just providing the infrastructure and tools. We have no rights to your work, and we never will.
Build your startup, your side project, your million-dollar idea - it belongs entirely to you.
Claude is security-conscious by design. It follows security best practices when writing code - using parameterized queries, proper input validation, secure authentication patterns, and avoiding common vulnerabilities.
Want extra peace of mind? Just ask Claude: "Can you do a security audit of my code?" and it will do a thorough review - checking for SQL injection, XSS, authentication issues, exposed secrets, and other vulnerabilities. It's like having a security expert on call 24/7.
Yes! We recommend telling Claude to use Expo Go to build your app. This lets you test your app on your real phone while developing.
Once your app is working how you like, ask Claude: "How do I publish this to the App Store / Play Store?" and it will walk you through the process of making it a real, downloadable app.
Absolutely. Many ClodHost users run production websites, SaaS apps, and customer-facing services on their servers.
You get a real VPS with full root access, so you can run databases, background jobs, cron tasks, and anything else a production website needs.
A lot. You'd be amazed what you can do on a single VPS. A Small server can handle thousands of concurrent users, and if you need more, just upgrade to Medium, Large, or XL.
We also put all your traffic behind Cloudflare's CDN, which caches static assets and protects against DDoS attacks. With proper caching, millions of visitors a day is no problem.
Yes. You have a full Linux server at your control. Install anything you'd like: Node.js, Python, Ruby, Go, Rust, PHP, Java, databases (PostgreSQL, MySQL, Redis, MongoDB), message queues, and more.
Claude can help you install and configure whatever you need.
All of them! Since you have a full Linux server, you can use any language or framework you want:
Claude knows all of these and can help you build with whichever you prefer (or recommend one if you're not sure).
Yes! You have a full Linux server, so you can clone any Git repository and work on it directly. Just tell Claude:
Claude can clone repos, install dependencies, run builds, and get your existing project running on your server. It works with GitHub, GitLab, Bitbucket, or any Git remote.
You're not limited to starting from scratch — bring your existing code and let Claude help you build on it.
Absolutely. Everything Claude creates lives on your server as regular files. You can:
There's nothing hidden. Your code is just regular files on a real Linux server. Claude can help you set up a GitHub repo so you always have a backup and can collaborate with others.
Yes! You can connect your own domain (like myapp.com) to your ClodHost server. Just go to the Domains page to set it up.
We automatically provision SSL certificates for your custom domains, so your site will be served over HTTPS.
No. All access to your server must go through the official ClodHost chat interface. Direct SSH access is not permitted.
But there's no need! Your Claude chat has full root access to your server. Anything you'd want to do via SSH - installing packages, editing config files, running commands, managing services - you can just ask Claude to do it for you. It's faster and easier than SSHing in yourself.
Similarly, accessing or using the Claude account in any automated or programmatic way (outside of direct manual chatting) is not allowed. Come on - you already get unlimited direct chatting with Claude. Isn't that enough without trying to run automated AI workloads on our dime too? 😄
Violations of these policies will result in immediate account suspension. See our Terms of Service for details.
You don't need it! Your server is always reachable at yourservername.clodhost.com — that's guaranteed to always point to your server.
We don't guarantee that IP addresses will stay static. If we need to migrate your server for maintenance or upgrades, the IP may change — but your .clodhost.com subdomain will always follow it automatically.
For custom domains you manage yourself, use a CNAME record pointing to yourservername.clodhost.com. Or even easier — just use the Add Domain option in the menu and we'll handle everything for you.
Absolutely. There's no lock-in whatsoever. You have full root access to your server - it's a real Linux VPS that you control.
Just ask Claude to help you back up your files, export your databases, or transfer everything to another server. Claude can zip up your code, create database dumps, set up rsync, or whatever else you need to take your data with you.
Your code is your code. We're not holding it hostage.
Yes! You can share access to your chat and server with others using the Share button in the menu. Shared users can view the conversation and optionally send commands too.
For teams and classrooms, check out the Teams feature, which lets you create a group where members can spin up their own Claude sessions on your account.
Yes! The Teams feature is perfect for this. Here's how it works:
It's great for coding bootcamps, university courses, company hackathons, or any situation where you want to give a group of people access to Claude without them each needing their own subscription.
When your site or app isn't working right:
F12 on Windows/Linux, or Cmd+Option+J on Mac)Claude can read error messages and usually fix issues automatically. The more context you give him, the faster he can help.
Click the + button at the bottom left of the chat. From there you can:
You can also just drag and drop files directly into the chat window.
Yes! Use the + button in the tabs or the hamburger menu to add more chats. You can:
This is great for complex projects where you want one Claude working on the frontend while another works on the backend.
Pro tip: Claude can be lazy sometimes! If he asks YOU to do something (like "run this command" or "create this file"), just ask HIM to do it instead.
Claude has full access to your server and can run commands, create files, and make changes directly. You rarely need to do anything manually.
Your site is live at yourname.clodhost.com (whatever subdomain you chose when signing up).
Open it in another browser tab and refresh as Claude makes changes. You'll see your site update in real-time as Claude builds it!
You can find your subdomain in the hamburger menu at the top right of the chat.
You can also set up your own real domain (like myapp.com) at any time, for free, on the Domains page.
If Claude stops responding or gets into a weird state:
Your code and data are stored on the server, so restarting the chat won't lose any work.
A few options:
It happens! Claude is powerful but not perfect. If something breaks:
Pro tip: Periodically ask Claude to commit your code to Git so you have restore points.