Install
openclaw skills install openclaw-fullstack-appGenerate complete fullstack apps with React/Vue/Next frontend, Node/Python backend, PostgreSQL/MongoDB, Docker, CI/CD, auth, REST/GraphQL APIs.
openclaw skills install openclaw-fullstack-appGenerate complete fullstack applications with OpenClaw.
# Generate React + Node app
./generate.sh my-app react node
# Generate Vue + Python app
./generate.sh my-app vue python
# Generate Next.js + PostgreSQL
./generate.sh my-app next postgresql
Generates complete project structure:
my-app/
├── frontend/
├── backend/
├── docker/
├── ci-cd/
└── docs/
Sunshine-del-ux