Getting started
From homepage to a working Claude prompt in 60 seconds. No installs on your machine; everything lives inside the cloud workspace.
1. Sign up with a magic link
Open app.blacknode.tech/login and type your email. We send a one-time magic link (Supabase Auth) — no password to remember.
noreply@mail.app.supabase.io. If still missing after 2 min, see Troubleshooting.
2. Pick a plan
After click-through we send you to /pricing. Choose Starter, Pro or Ultra. Stripe Checkout handles the payment.
- Starter — 1 GB RAM, 1 vCPU, 10 GB disk, 1 stealth proxy slot. Good for evaluation.
- Pro — 2 GB RAM, 2 vCPU, 25 GB disk, 3 proxy slots, Kameleo, daily R2 backup.
- Ultra — 4 GB RAM, 4 vCPU, 50 GB disk, unlimited proxies, custom skills, 99.9% SLA.
3. Workspace provision
After payment we provision a Docker container on Hetzner (Falkenstein / DE). It takes ~30 seconds. The dashboard at /workspace shows a status chip — when it goes green, click Open editor.
You'll see a one-shot password on the dashboard. Save it in a password manager — it isn't shown again (we store only a bcrypt hash).
4. First Claude prompt
Inside VS Code, open the terminal (Ctrl + `) and run:
claude login # one-time OAuth into your Claude.ai Pro
claude
# > "build a 9:16 vertical reel about Printara,
# use the reelmaker skill and save it to /workspace/reel-1.mp4"
Claude picks up the matching skill from /opt/skills/ automatically. The first run prompts you to confirm tool calls. Type y when you're happy.
5. Where the skills live
Pre-installed skills are read-only at /opt/skills/. Each is a directory with a SKILL.md that Claude reads when chosen.
ls /opt/skills/
# reelmaker etsy-scrape stealth linkedin-outreach
# reddit-autopilot email-outreach r2-upload claude-skills
Your own scripts and data go under /workspace/. That volume is yours, persists across container restarts, and (on Pro/Ultra) is backed up daily to R2.