Generate forms from simpl-schema without blaze

Is there some way or package that allows to generate forms from simpl-schema definitions outside the meteor ecosystem? I am looking for something like meteor-autoform to use in my project.

The package should allow:
validation
form generation
(table generation, like meteor-tabular) optionally

Yes there is! https://uniforms.tools/

Exactly what I was looking for. Unfortunately I use vue in my project and not react :frowning:

Yeah there’s no autoform package for Vue yet, someone will need to start that project.