t-sui

Render server-side HTML for TypeScript apps with WebSocket patches.

Updated Aug 31, 2025
One-click install
npx skills add https://github.com/michalCapo/t-sui --skill t-sui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: t-sui
Source: https://github.com/michalCapo/t-sui/tree/main/docs/skills
Command: npx skills add https://github.com/michalCapo/t-sui --skill t-sui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes server-rendered UI design for TypeScript applications, eliminating client-side complexity by rendering HTML on the server and enabling real-time interactions via WebSocket patches and server actions.

Core Features & Use Cases

  • Server-side rendering: Generate HTML strings on the server for consistent performance and accessibility.
  • Action-based interactivity: Trigger server handlers that update UI via patches or swaps.
  • WebSocket patches: Push real-time updates without full page reloads.
  • Full-stack UI framework: Includes routing, forms, data tables, and state management patterns.

Quick Start

Install dependencies and follow the Quick Start in the documentation to boot a sample app. For Node.js, run the included examples and access http://localhost:1423.