thesys-generative-ui

Originally fromovachiever/droid-tings
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']
  }
});

export default function Profile() {
  return <div>{ui}</div>;
Related skills

More from secondsky/claude-skills

Installs
165
GitHub Stars
143
First Seen
Jan 25, 2026