Updates
Blockforge is one payment, lifetime updates. New blocks and improvements keep landing, and your license covers all of them. But updates work a little differently from a package — on purpose.
You own the code
A block isn't a dependency you import — it's source copied into your repo. Nothing changes under you, and you can edit freely. The trade-off: updates aren't automatic. You pull a newer version when you choose to.
Pull a newer version
Re-run the same add command. The shadcn CLI fetches the current version and will prompt before overwriting a file you already have:
npx shadcn@latest add @blockforge/hero-centered
Because it overwrites, commit your work first, then review the diff — that way you keep any local edits you want and take only the changes you like. The changelog lists what shipped, so you know when a re-add is worth it.