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
- Holder portalhttps://clawd-bot-8bit.fly.dev/
- API docs (Scalar)https://clawd-bot-8bit.fly.dev/docs
- OpenAPI JSONhttps://clawd-bot-8bit.fly.dev/openapi.json
- Free chat streamhttps://clawd-bot-8bit.fly.dev/api/clawd-bot/free-chat/stream
- Free Terminal API (on bot)https://clawd-bot-8bit.fly.dev/api/free-terminal/status
- Free Terminal UI (on bot)https://clawd-bot-8bit.fly.dev/free
- Gateway completionshttps://clawd-bot-8bit.fly.dev/v1/chat/completions
- Go-bot nesthttps://clawd-bot-8bit.fly.dev/go-bot/nest
- Go-bot statushttps://clawd-bot-8bit.fly.dev/go-bot/api/status
- Healthzhttps://clawd-bot-8bit.fly.dev/healthz
Live endpoints · free terminal
- Open-page UI (Render)https://clawd-free-terminal.onrender.com/
- Healthhttps://clawd-free-terminal.onrender.com/api/health
- Status / modelshttps://clawd-free-terminal.onrender.com/api/free-terminal/status
- Spinnershttps://clawd-free-terminal.onrender.com/api/free-terminal/spinners
- Chathttps://clawd-free-terminal.onrender.com/api/free-terminal/chat
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.