Skip to content

Releases: wwb1942/openclaw-fullstack-dev

v0.6.2

23 Mar 10:43

Choose a tag to compare

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-starter
    • react-express-starter
    • nextjs-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-starter so the browser create/list loop works correctly across frontend/backend ports

Validation

  • validate workflow green on main
  • helper scripts green
  • starter smoke checks green for all three included stacks

Target commit

  • 8de02f0Add README hero preview image

v0.6.1 - CI stabilization and Node 24-ready actions

23 Mar 10:11

Choose a tag to compare

Highlights

  • Fixed packaging validation on GitHub Actions by fetching package_skill.py and quick_validate.py directly 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@v6
    • actions/setup-node@v6
    • actions/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 .skill artifact built successfully
  • Starter smoke tests passed for:
    • nextjs-fastapi-starter
    • react-express-starter
    • nextjs-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

23 Mar 08:13

Choose a tag to compare

Highlights

  • Added a real browser-side create + list loop to all three starter templates:
    • nextjs-fastapi-starter
    • react-express-starter
    • nextjs-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 /health smoke checks
    • distributable .skill packaging
  • 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
  • .skill packaging validation passed
  • FastAPI live /health smoke passed
  • Express live /health smoke passed
  • NestJS live /health smoke passed
  • GitHub Actions validate workflow passed on commit 17857e6

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

22 Mar 12:32

Choose a tag to compare

Highlights

  • Added three copyable starter templates:
    • nextjs-fastapi-starter
    • react-express-starter
    • nextjs-nestjs-starter
  • Added deterministic helper scripts:
    • generate_fullstack_plan.py
    • copy_starter_template.py
    • verify_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 /health check passed
  • react-express-starter
    • React/Vite client build passed
    • Express TypeScript server build + live /health check passed
  • nextjs-nestjs-starter
    • Next.js client build passed
    • NestJS server build + live /health check passed

Notes

These starters are intended as pragmatic first slices, not finished production frameworks.