I got tired of rebuilding the same sections every time I started a new Next.js landing page. This is alpha and it copies files into your repo (it may overwrite on path collisions), so feedback on installs + generated code is what I need most.
commands:
npx create-next-app@latest
cd <your-app>
npx nextworks@latest add blocks --sections --templates
npm install
npm run dev
nextjsdev•1h ago
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:
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.