Hi, would you mind refactoring registry and builder from the next.js app to separate packages so that it would be easier to setup in non next.js environments or new projects.
For new non-next.js projects using the builder (or registry without setting up through shadcn), the next.js project has to be cloned, the next.js part then has to be either stripped out or adapted. When using a fork, you then loose syncing. Or am I missing something?
It would be easier to just include your packages (buzzform lib, optionally registry, and builder) and you would be set up quickly.