Releases: wwb1942/openclaw-fullstack-dev
Releases · wwb1942/openclaw-fullstack-dev
v0.6.2
openclaw-fullstack-dev v0.6.2
This patch release packages the repository presentation and starter usability improvements completed after v0.6.1.
Highlights
- Added real README starter screenshots for:
nextjs-fastapi-starterreact-express-starternextjs-nestjs-starter
- Added an animated starter demo GIF to the README
- Added a README hero preview image for a cleaner repository landing page
- Fixed local split-dev CORS for
nextjs-fastapi-starterso the browser create/list loop works correctly across frontend/backend ports
Validation
validateworkflow green onmain- helper scripts green
- starter smoke checks green for all three included stacks
Target commit
8de02f0—Add README hero preview image
v0.6.1 - CI stabilization and Node 24-ready actions
Highlights
- Fixed packaging validation on GitHub Actions by fetching
package_skill.pyandquick_validate.pydirectly from the OpenClaw source tree - Removed accidental workflow conflict markers that caused 0-second Action failures
- Upgraded workflow actions to Node 24-ready major versions:
actions/checkout@v6actions/setup-node@v6actions/setup-python@v6
- Preserved green end-to-end validation for all three starter stacks
Validation performed
- Helper unit tests passed
- Template copy + structural verification passed
- Packaged
.skillartifact built successfully - Starter smoke tests passed for:
nextjs-fastapi-starterreact-express-starternextjs-nestjs-starter
Notes
This is a patch release that hardens CI and release hygiene on top of the runnable starter/template improvements shipped in v0.6.0.
v0.6.0 - runnable starters, tests, and CI hardening
Highlights
- Added a real browser-side create + list loop to all three starter templates:
nextjs-fastapi-starterreact-express-starternextjs-nestjs-starter
- Added
LICENSE(MIT) - Added helper unit tests for deterministic scripts
- Upgraded GitHub Actions validation to include:
- helper unit tests
- template copy + structural verification
- client builds for all starters
- live backend
/healthsmoke checks - distributable
.skillpackaging
- Hardened CI packaging so it fetches the official packaging scripts from the OpenClaw source repo instead of relying on machine-specific install paths
Validation performed
python3 -m unittest discover -s tests -v.skillpackaging validation passed- FastAPI live
/healthsmoke passed - Express live
/healthsmoke passed - NestJS live
/healthsmoke passed - GitHub Actions
validateworkflow passed on commit17857e6
Notes
This release moves the repository from “promising starter skill” to a more credible public distribution:
- starters are truly runnable first slices
- CI verifies both structure and live health
- the packaged skill is attached as a release asset
v0.5.0 - build-verified starters
Highlights
- Added three copyable starter templates:
nextjs-fastapi-starterreact-express-starternextjs-nestjs-starter
- Added deterministic helper scripts:
generate_fullstack_plan.pycopy_starter_template.pyverify_starter_template.py
- Promoted templates from placeholder skeletons to build-verified starters
- Packaged and attached the distributable
openclaw-fullstack-dev.skill
Validation performed
- Template copy + structural verification for all three starters
nextjs-fastapi-starter- Next.js client build passed
- FastAPI server dependency install + live
/healthcheck passed
react-express-starter- React/Vite client build passed
- Express TypeScript server build + live
/healthcheck passed
nextjs-nestjs-starter- Next.js client build passed
- NestJS server build + live
/healthcheck passed
Notes
These starters are intended as pragmatic first slices, not finished production frameworks.