skills/smithery.ai/thesys-generative-ui

thesys-generative-ui

Installation
SKILL.md

Thesys Generative UI

Last Updated: 2025-11-10

Quick Start

import { generateUI } from 'thesys';

const ui = await generateUI({
  prompt: 'Create a user profile card with avatar, name, and email',
  schema: {
    type: 'component',
    props: ['name', 'email', 'avatar']
  }
});
Installs
1
First Seen
Apr 17, 2026
thesys-generative-ui from smithery.ai