Is your feature request related to a problem? Please describe.
Not a problem as such.
Describe the solution you'd like
Given that the Kirimase cli already uses shadcn it might be worth implementing auto-form to reduce the amount of boilerplate generated, if you can think of reasons as to why this won't be a good idea I am all ears. However I think it will reduce repetition of code if that makes sense, rather than defining a schema and then the form layout.
I believe you can also customise the output of the form a fair amount with the fieldConfig prop.
Is your feature request related to a problem? Please describe.
Not a problem as such.
Describe the solution you'd like
Given that the Kirimase cli already uses shadcn it might be worth implementing auto-form to reduce the amount of boilerplate generated, if you can think of reasons as to why this won't be a good idea I am all ears. However I think it will reduce repetition of code if that makes sense, rather than defining a schema and then the form layout.
I believe you can also customise the output of the form a fair amount with the
fieldConfigprop.