Weft.Systems

Weft.Systems

The structure behind the surface.

Professional-grade DESIGN.md files for AI coding agents.

The Problem

Tokens without thinking.

Existing DESIGN.md collections extract hex codes from live websites. You get colors and font sizes — but no component behavior, no accessibility rules, no edge case handling. Your AI agent can match a palette but can't make a layout decision.

# Colors
primary: #2563EB
secondary: #475569
background: #FFFFFF

# Typography
headings: Inter, sans-serif
body: Roboto, sans-serif
base-size: 16px
The Solution

Design briefs for machines.

Each Weft system is a complete design brief: tokens, principles, component specifications, accessibility standards, edge case patterns, and explicit agent instructions. Drop one in your project root — your AI agent builds production-quality UI.

## Component Specifications
### Data Table
- Density: High (row height 32px)
- Font: Tabular lining nums for amounts
- Action menu: Hover-only on lg, visible on sm
- Empty state: Illustration + Primary CPA

## AI Instruction
When rendering lists > 10 items, ALWAYS
implement pagination with page size 20.

Three steps.

01

Copy

Pick an archetype. Copy the DESIGN.md into your project root.

cp weft/systems/enterprise-saas/DESIGN.md ./DESIGN.md
02

Prompt

Tell your AI agent to follow the design system.

"Build me a dashboard. Follow the DESIGN.md in the project root."
03

Build

Get production-quality UI. Every token, component, and edge case — handled.

Production-ready
Featured

Design systems shouldn't assume everyone's on a MacBook in San Francisco.

The African Mobile-First system is built for real constraints: mid-range Android devices, 3G networks, outdoor sunlight, and users who've never seen a SaaS dashboard before.

48px touch targets for outdoor use
Under 500KB initial page load budget
WhatsApp Business API integration patterns
5:1 minimum contrast for sunlight readability
View System
9:41

Orders

ORD-0092
2 items • ₵450.00
ORD-0091
1 item • ₵120.00
ORD-0090
4 items • ₵890.00

How Weft compares.

FeatureFrom Scratchawesome-design-mdWeft
Design tokens
Component specs
Behavior rules
AccessibilityRarelyWCAG AA baked in
Edge cases
Agent instructions
Mobile-firstDesktop-biasedPer archetype