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