Transform JSON schemas into fully functional UI components. Works seamlessly with React, Vue, and vanilla JavaScript.
Works with React, Vue, and vanilla JavaScript
Define UI using JSON schemas
Full TypeScript support
Custom components, renderers, and middleware
This simple schema becomes a fully functional form
{
"type": "object",
"x-component": "FormContainer",
"properties": {
"email": {
"type": "string",
"x-component": "InputText",
"x-ui": {
"label": "Email",
"placeholder": "Enter your email"
}
}
}
}Learn the fundamental concepts that power schepta