The claude CLI is pre-installed on every VPS we provision —
dedicated, shared, and free trial slots. Open a terminal, type
claude "build me a todo app", and ship.
$ ssh cashbot@your-vps.cash.bot
$ claude "build me a landing page with a waitlist form"
$ claude "turn this into a todo app with sqlite persistence"
$ cat script.py | claude "review this and suggest fixes"
claude — the Claude CLI (maps to @anthropic-ai/claude-code)claude-real — full Claude Code TUI on paid slices (plan/edit/commit)pm2, code-server web IDE/opt/cashbot/frameworks/ (website, SaaS, bot, API, scraper, store) each with a CLAUDE.md
Free trial: claude uses shared credits via the cash.bot trial endpoint. Single-turn prompts.
claude "explain set -euo pipefail"
claude --balance
claude --help
Persistent slice ($HOME/.persistent): the CLI short-circuits to claude-real — your own Claude Code subscription powers the session.
claude # full TUI
/plan # plan mode
/init # project setup
Paid tiers get root SSH with the password from your dashboard.
ssh cashbot@<your-vps-ip>
# password shown on vps.cash.bot
Paying customers can bring their own Anthropic key for unmetered use:
echo 'export ANTHROPIC_API_KEY=sk-ant-...' >> ~/.bashrc
source ~/.bashrc