Sign up free

monorepo · clawd_bot/ · free/

CLAWD Bot + Free Terminal connection

Portable packages for holder portal, free/holder chat gateway, Free Terminal open-page, Telegram, Phantom SIWS, and the nested go-bot OS. Bot host defaults to https://clawd-bot-8bit.fly.dev; Free Terminal open-page defaults to https://clawd-free-terminal.onrender.com.

BOT HEALTH

CONNECTED

HTTP 200

BOT SERVICE MAP

CONNECTED

HTTP 200

FREE TERMINAL

CONNECTED

HTTP 200

FREE MODELS

CONNECTED

6 models · 44 spinners

FREE ON BOT

CONNECTED

proxied at https://clawd-bot-8bit.fly.dev/api/free-terminal/status

Live endpoints · clawd_bot

Live endpoints · free terminal

Monorepo wiring

# packages
clawd_bot/                 # @cheshire/clawd-bot  → Fly https://clawd-bot-8bit.fly.dev
free/                      # Free Terminal open-page → https://clawd-free-terminal.onrender.com

npm run clawd-bot:install && npm run clawd-bot:start   # :8080
npm run free:install && npm run free:dev               # UI :5178 API :5188

# in-app surfaces (this Next host)
/freeai                    # Free Terminal (same-origin /api/free-terminal)
/clawd-bot                 # this connection page
/api/clawd-bot/status      # JSON mesh probe

# env (repo .env.local)
NEXT_PUBLIC_CLAWD_BOT_PORTAL_URL=https://clawd-bot-8bit.fly.dev
NEXT_PUBLIC_FREE_TERMINAL_URL=https://clawd-free-terminal.onrender.com
# clawd_bot/.env — allow browser origins for gateway CORS:
# CLAWD_BOT_SITE_ORIGINS=https://clawdcode.net,https://clawd-free-terminal.onrender.com

Package surfaces: clawd_bot/client/ pop-out + portal · clawd_bot/server/ Express · free/server/ Free Terminal API · free/src/ open-page UI · go-bot nest at /go-bot/nest.