Today, 09:41
Explain what Skynet UI is in one paragraph.
Skynet UI is a two-file, zero-build CSS + JS framework designed to be written by language models. You include one stylesheet and one script, then compose pages from sk- components and Tailwind-style utilities — with nine built-in themes and declarative behavior via data-sk-* attributes.
<link rel="stylesheet" href="https://skynetui.com/skynet-ui.css">
<script src="https://skynetui.com/skynet-ui.js" defer></script>
Nice — show me a typing indicator.