# Openclaw Fullstack App

> OpenClaw Fullstack App Generator

- Skill: `viewway/openclaw-fullstack-app` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add viewway/openclaw-fullstack-app`
- Raw SKILL.md: https://api.skillmd.com/api/skills/viewway/openclaw-fullstack-app/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: viewway (https://skillmd.com/u/viewway)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/viewway/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

```bash
# 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

