GitHub: https://github.com/jblh/nextworks-cli npm: https://www.npmjs.com/package/nextworks demo: https://nextworks-demo.vercel.app/ 97s walkthrough: https://www.youtube.com/watch?v=7YKmGFmFY5c
Quick try:
npx create-next-app@latest
cd <your-app>
npx nextworks@latest add blocks --sections --templates
npm install
npm run dev
Feedback I’m looking for (alpha):- install failures / env incompatibilities (Next.js, Node, package manager, OS) - runtime/build issues from the generated code - confusing or missing docs / CLI output
Feedback thread: https://github.com/jblh/nextworks-cli/discussions/2
Note: it installs by copying files into your repo and may patch app/layout.tsx (App Router) or pages/_app.tsx (Pages Router). I’d recommend committing first and reviewing the diff.