Module 1: Positioning & Fundamentals

Assess product fit with runnable local demo.

Commands are templates. Replace IDs, secrets and endpoints with your environment values.

Hands-on Steps (Directly Runnable)

Execute each command, capture output, then note issues and fixes.

Step 1: Clone and run quickstart

Run:
git clone https://github.com/<org>/nanoclaw.git && cd nanoclaw\ncp .env.example .env && docker compose up -d

Copyable commands
git clone https://github.com/<org>/nanoclaw.git && cd nanoclaw
cp .env.example .env && docker compose up -d

Step 2: Run first command

Run:
nanoclaw init demo\nnanoclaw run demo

Copyable commands
nanoclaw init demo
nanoclaw run demo

Step 3: Capture baseline metrics

Run:
time nanoclaw run demo\ndocker stats --no-stream

Copyable commands
time nanoclaw run demo
docker stats --no-stream

Step 4: Decision note

Run:
Based on startup time/resource usage, write adopt/experiment/postpone decision.

Continue to the next module

Turn the commands on this page into your team runbook.

NanoClaw Module 1: Positioning & Fundamentals | BestClaw