SkillHub

openclaw-fullstack-app

v1.0.0

生成包含 React/Vue/Next 前端、Node/Python 后端、PostgreSQL/MongoDB、Docker、CI/CD、认证及 REST/GraphQL API 的完整全栈应用。

Sourced from ClawHub, Authored by Sunshine-del-ux

Installation

Please help me install the skill `openclaw-fullstack-app` from SkillHub official store. npx skills add Sunshine-del-ux/openclaw-fullstack-app

OpenClaw Fullstack App Generator

Generate complete fullstack applications with OpenClaw.

Features

  • React + TypeScript frontend
  • Node.js/Python backend
  • PostgreSQL/MongoDB database
  • Docker deployment
  • CI/CD pipeline
  • Authentication
  • REST/GraphQL API

Usage

# 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

Templates

  • React + Express + PostgreSQL
  • Vue + FastAPI + MongoDB
  • Next.js + Node + PostgreSQL
  • React + Django + PostgreSQL

Output

Generates complete project structure:

my-app/
├── frontend/
├── backend/
├── docker/
├── ci-cd/
└── docs/

Requirements

  • Node.js 18+
  • Python 3.8+
  • Docker

Author

Sunshine-del-ux