# Technasm > Technasm is a design-token-first CSS system with a closed class grammar and AI prompt contract, built to make AI-generated UI predictable and low-entropy. Technasm solves UI inconsistency in AI-generated interfaces. It is not Tailwind, not a component library, and not a utility framework. It provides five CSS files and a strict prompt contract that tells LLMs exactly which 23 classes exist. - Website: https://technasm.com/ - GitHub: https://github.com/powerusers/technasm - License: MIT - Version: v0.1.0 ## Documentation - [Home](https://technasm.com/): Overview, entropy demo, prompt copy tool, install instructions, and examples - [System](https://technasm.com/system.html): Three-layer architecture — tokens, primitives, and AI prompt contract - [Tokens](https://technasm.com/tokens.html): Complete design token reference (colors, spacing, typography, radius, borders) - [Prompt contract](https://technasm.com/technasm.prompt.md): Behavioral rules for AI — paste before any UI generation request - [Full AI context](https://technasm.com/llms-full.txt): Complete machine-readable summary for agents ## Install - [CDN (jsDelivr)](https://cdn.jsdelivr.net/gh/powerusers/technasm@v0.1.0/tokens.css): Link tokens.css, surface.css, text.css, layout.css, action.css from GitHub - [Download ZIP](https://github.com/powerusers/technasm/archive/refs/tags/v0.1.0.zip): All CSS files and prompt contract (v0.1.0) - [Clone repository](https://github.com/powerusers/technasm): `git clone https://github.com/powerusers/technasm.git` ## CSS source files - [tokens.css](https://cdn.jsdelivr.net/gh/powerusers/technasm@v0.1.0/tokens.css): Design tokens (CSS custom properties) - [surface.css](https://cdn.jsdelivr.net/gh/powerusers/technasm@v0.1.0/surface.css): page, surface, card primitives - [text.css](https://cdn.jsdelivr.net/gh/powerusers/technasm@v0.1.0/text.css): text-title, text-body, text-meta - [layout.css](https://cdn.jsdelivr.net/gh/powerusers/technasm@v0.1.0/layout.css): stack, inline, alignment, width - [action.css](https://cdn.jsdelivr.net/gh/powerusers/technasm@v0.1.0/action.css): action, action-primary buttons ## Optional - [Sitemap](https://technasm.com/sitemap.xml): All indexable pages - [GitHub README](https://github.com/powerusers/technasm/blob/main/README.md): Product README with install and usage