create-claw-app
v0.1.0
Published
Create a Next.js app prewired for Claw.
Readme
create-claw-app
Bootstrap a minimal Next.js app wired for Claw.
npx create-claw-app my-claw-appThe generated app includes:
- Next.js App Router setup
@clawjs/clawon the server sideclawjsCLI scripts for local workspace bootstrap- a
/api/claw/statusroute that shows how to call Claw from Next.js
After generation:
cd my-claw-app
npm run claw:init
npm run devSwitch the generated demo adapter to openclaw when you are ready to target a real runtime.
