DEV Community

Yanko Alexandrov
Yanko Alexandrov

Posted on

I Run My Entire Business on a 20W AI Box — Here's the Setup

Six months ago I plugged a small carbon fiber box into my desk. It draws 20W — less than a light bulb. It now handles 80% of my business operations autonomously.

What It Is

ClawBox — an NVIDIA Jetson Orin Nano Super (67 TOPS) running OpenClaw, an open-source AI assistant framework. 8GB unified memory, 512GB NVMe, always-on.

What It Does (24/7, Without Me)

Email Management

Checks my inbox every 2 hours. Flags urgent messages. Drafts replies in my writing style. I review and send in the morning — 15 minutes instead of 2 hours.

Customer Support

Handles Telegram messages from customers. Answers product questions, shipping inquiries, order status. Escalates complex issues. 80% resolved without human intervention.

Browser Automation

  • Monitors supplier websites for price changes
  • Fills shipping forms (DHL label generation)
  • Tracks competitor pricing
  • Scrapes data for market research

Voice Assistant

Whisper STT + Kokoro TTS running locally. I talk to it via Telegram voice messages — it responds with voice. 90+ languages. All processed on-device, no cloud.

Smart Home

Connected to Home Assistant via MQTT. Natural language control: "turn off the office lights" via Telegram at midnight works perfectly.

The Numbers

  • Power cost: €0.80/month
  • Cloud API cost: €15-20/month (Claude for complex reasoning)
  • Hardware cost: €549 one-time
  • Time saved: ~3 hours/day
  • ROI breakeven: ~2 weeks

The Hardware

ClawBox specs:

  • NVIDIA Jetson Orin Nano Super
  • 67 TOPS AI performance
  • 20W under load
  • 512GB NVMe SSD
  • Carbon fiber case, near-silent

The Software Stack

OpenClaw (open source):

  • Local models: Llama 3.1 8B, Whisper, Kokoro TTS
  • Cloud APIs: Claude Sonnet/Opus for heavy reasoning
  • Browser automation: Chromium + Chrome DevTools Protocol
  • Messaging: Telegram, WhatsApp, Discord
  • Skills ecosystem: 5,700+ community skills

Why Not Just Use ChatGPT?

ChatGPT waits for you to ask. ClawBox runs autonomously 24/7:

  • It checks email at 3 AM
  • It responds to customers while I sleep
  • It monitors prices continuously
  • It runs scheduled automations

It's the difference between a tool you use and an employee that works while you don't.

Why Not a Cloud VPS?

  • VPS: €20-50/month = €720-1800 over 3 years
  • ClawBox: €549 one-time + €10/year electricity
  • Plus: data stays local, no latency for voice, no vendor lock-in

Getting Started

If you want to try this:

  1. Easy mode: Get a ClawBox — 5-minute setup
  2. DIY mode: Buy a Jetson Orin Nano Super, install OpenClaw
  3. Test mode: Install OpenClaw on any Linux machine

Setup guide →
Self-hosted AI guide →


Built by the ClawBox team. Hardware: openclawhardware.dev. Software: open source.

Top comments (0)