Mini Linkage
A Zod-backed node registry with a tiny SDK, server-driven manifests, and optional React layouts generated from schemas.
A Zod-backed node registry with a tiny SDK, server-driven manifests, and optional React layouts generated from schemas.
ai
Generate text from a prompt.
Connections validate with the registry.
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"text"
],
"properties": {
"text": {
"type": "string"
}
},
"additionalProperties": false
}