The Meta Story
We build ClawBox — a plug-and-play AI assistant that runs 24/7 on your desk. NVIDIA Jetson, 67 TOPS, carbon fiber case, €549 one-time.
But here's the part that gets interesting: ClawBox runs the company that sells ClawBox.
Not metaphorically. Literally. Our device handles customer support, email management, DHL shipping labels, Stripe invoicing, EU VAT compliance, SEO, social media scheduling, and browser automation. A 2-person team doing the work of 10.
Domain registered: February 6, 2026 First sale: February 9 Revenue after 3 weeks: $60,000+ Marketing spend: $0 Team size: 2 people The AI assistant: 1 ClawBox drawing 20 watts
What the Box Actually Does (Daily)
Customer Support — 24/7, 5+ Languages
A Telegram bot powered by ClawBox answers product questions around the clock. It knows our specs, pricing, shipping rates to 30+ countries, return policy, setup instructions, and technical details.
When someone writes in German, it responds in German. Italian? Italian. Russian? Russian. It handles about 80% of inquiries without human intervention.
The remaining 20% — complex order issues, edge cases, angry customers — get escalated to us with full context. We review and respond manually, but the AI has already drafted the reply.
Email Management
Every 2 hours, ClawBox checks our inbox. It summarizes new emails, flags urgent ones (order problems, payment issues), and drafts replies. We review, approve, and it sends.
One example: A customer in South Africa was traveling to Amsterdam and needed his order held and rerouted. The AI tracked the conversation, noted the travel dates, and reminded us to ship at the right time to hit his Amsterdam window.
DHL Shipping & Customs
This is where it gets fun. ClawBox:
- Pulls order data from Stripe
- Generates DHL Express shipping labels via the DHL API
- Creates customs declarations for non-EU orders (US, UK, Canada, Australia)
- Attaches the correct proforma invoices
- Emails customs documents to DHL automatically
- Updates Stripe metadata with tracking numbers
We caught a real bug this way: early on, the system was using billing addresses instead of shipping addresses for label generation. Three US customers sharing one billing address got labels to the wrong location. The AI flagged the discrepancy, we fixed the code, regenerated labels, and updated Stripe — all coordinated through the box.
Invoicing & EU VAT Compliance
We sell to 30+ countries. EU B2B gets reverse charge (0% VAT). EU B2C gets country-specific VAT (17-27% depending on country). Non-EU gets no VAT.
ClawBox generates invoices using our template script, applies the correct VAT rate, includes the right legal text, and produces PDFs. We registered for OSS (One-Stop Shop) in the EU — the box tracks all transactions by country for quarterly reporting.
The AI generates quarterly OSS reports automatically — broken down by country with correct VAT rates.
SEO & Content
ClawBox manages our SEO — optimizing for both search engines and LLMs. It writes blog posts, maintains structured data (llms.txt) so AI models can understand our product, submits URLs to search engines via IndexNow, and monitors Google Analytics.
Our traffic story: a viral GitHub Gist drove 4,465 sessions in one week. When traffic decayed, the AI analyzed GA4 data, identified which pages lost rankings, and generated new content targeting those keywords.
All organic. Zero ad spend.
Social Media
Scheduled tweets, LinkedIn posts, Reddit comments — all drafted by the AI, reviewed by us, posted through browser automation. It knows Reddit's rate limits (5-min cooldown between comments, max 1 post/day from one account) and schedules accordingly.
Browser Automation
This is the superpower most people don't expect. ClawBox runs a headless Chrome instance and can:
- Log into DHL's portal and create shipments
- Navigate Stripe dashboard
- Post on Product Hunt, DEV.to, Hashnode
- Fill forms, click buttons, extract data from any website
- Take screenshots for verification
It's like having a virtual assistant who can use any web application you can.
The Numbers
| Metric | Value |
|---|---|
| Timeline | Feb 6 (domain) → Feb 28 (today) |
| Gross Revenue | $60,000+ |
| Orders | 90+ |
| Team | 2 people |
| Marketing Budget | $0 |
| AI Infrastructure | 1 ClawBox (20W) + ~€200/mo cloud APIs |
| Customer Support | ~80% automated |
| Shipping | ~95% automated (human approves labels) |
The Honest Parts
It's not fully autonomous. We have hard rules:
- Every email gets shown to us before sending. No auto-send, ever.
- DHL labels require explicit human approval before creation.
- Invoices are never regenerated without asking first.
- Everything gets double-checked — names, addresses, tracking numbers, attachments.
We learned these rules the hard way. Early on, the AI sent an invoice for the wrong customer to DHL customs. Another time, it got a team member's last name wrong. Small mistakes, but they taught us: AI does 90% of the work, humans do 100% of the verification.
The 8GB memory is a real constraint. On-device models max out at 7-8B parameters. That's fine for voice processing (Whisper + Kokoro run locally for privacy) and simple tasks, but complex reasoning goes to cloud APIs (Claude, GPT). This is by design — privacy-sensitive stuff stays local, heavy thinking goes to the cloud.
Cloud API costs are real but manageable. We spend roughly €200/month on API calls. Compare that to hiring 3-4 people.
We wouldn't do this without human oversight. The AI is a force multiplier, not a replacement. It lets 2 people do the work of 10, but those 2 people still need to be paying attention.
The Stack
- Hardware: NVIDIA Jetson Orin Nano Super (67 TOPS, 8GB LPDDR5, 512GB NVMe)
- Software: OpenClaw (source available)
- Local AI: Whisper STT + Kokoro TTS (on-device, 90+ languages)
- Local LLMs: Llama 3.1 8B (~15 tok/s)
- Cloud AI: Anthropic Claude + OpenAI GPT (via API)
- Browser: Chromium + Chrome DevTools Protocol
- Messaging: Telegram, WhatsApp, Discord
- Shipping: DHL Express API
- Payments: Stripe + EU OSS VAT
- Power: 20W (€0.80/month electricity)
- Case: Carbon fiber — because if it's sitting on your desk 24/7, it should look good
Why We're Sharing This
We think the future of small business is AI-augmented teams. Not the "AI will replace everyone" narrative — the practical version where 2 founders with a €549 box on their desk can compete with companies 10x their size.
The hardware is real. The software is source available. The numbers are from Stripe.
If you're building a small business, a side project, or just want a 24/7 AI assistant that runs on 20 watts — this is the thing we wish existed when we started.
Why Source Available?
We chose not to charge for our software. OpenClaw is source available — anyone can run it on any hardware. We make money selling ClawBox devices, not locking people into subscriptions.
This is a deliberate choice. We believe the AI future should be open, cooperative, and accessible. Not gated behind monthly fees and proprietary APIs. Every ClawBox sold supports that mission — keeping the software free, the community growing, and the tools available to everyone.
In this brave new AI world, we think the builders who share openly will win. And we want to be on that side.
Questions? Find us on Discord or email yanko@idrobots.com.