Apple HIG Design Intelligence

One more thing your design needs.

The design system that makes AI agents build UI like Apple does.

Get Started
Generic AI Agent
color:#000000;
border-radius:8px;
font-family:Arial, sans-serif;
transition:all 0.3s ease-in-out;
padding:10px 15px;
OneMore transforms it
With OneMore
color:#1D1D1F; /* systemLabel */
border-radius:12px; /* continuous */
font-family:-apple-system, Inter;
transition:spring(300, 30);
padding:16px 20px; /* 8pt grid */
→ HIG Score: 97/100

Your AI agent writes code.
OneMore makes it beautiful.

700+ design rules extracted from Apple's Human Interface Guidelines, ready for any AI agent, any framework, any platform.

Without OneMore
With OneMore

Universal Compatibility

Your stack. Already supported.

13 framework stacks. 11 AI platforms. Zero configuration.

Claude CodeCursorWindsurfCopilotCodexAntigravityKiroQoderGemini CLIClineRoo CodeClaude CodeCursorWindsurfCopilotCodexAntigravityKiroQoderGemini CLIClineRoo Code

Hover a framework to preview integration code

Get started in seconds

Terminal — onemore

Zero dependencies • Python 3.10+ • Works offline

Design

Not just guidelines. A complete design intelligence system that understands why Apple makes every choice — and applies it to your project.

How It Works

Six agents. One command.
Intelligent routing.

VisionCreative Director
BuildJony Ive
ReviewQuality Gate
AnimateMotion Expert
A11yWCAG Auditor
AnalyzeVideo → Code
VisionBuildReview

“Build me a SaaS dashboard” or “Design a logo” → Creative brief → Production code → Quality gate

See It Work

Four commands.
Zero config.

Terminal
0Tests Passing
0+Design Rules
0Apple Pages Analyzed
0Frameworks

Built-in Knowledge

Not just rules. Real expertise.

Apple HIG
131
Animation & Motion
11 libs
Framework Stacks
13
Craft & Physics
12 topics
Accessibility
39 rules
Visual Generation
6 topics

Design System

Complete design tokens in one command.

Export Apple HIG color, typography, spacing, corner radius, and elevation tokens directly into your framework's native format. Zero manual configuration.

ColorsTypographySpacingCornersElevation
--color-primary:#007AFF
--color-bg:#FBFBFD
--color-text:#1D1D1F
--radius-lg:12px

Redesign Scanner

Find what's wrong. Before users do.

Scan your entire codebase for HIG violations. Get actionable fixes for spacing, accessibility, colors, animation easing, and dark mode support.

SpacingAccessibilityColorsAnimationDark Mode
onemore redesign ./src/
87HIG Score
Spacing: 4pt grid
Typography: SF Pro / Inter
Touch targets: 38px < 44pt
Contrast ratio: 4.5:1
Animation easing: ease → spring
Dark mode: Semantic colors

Video Analysis

Record it. Recreate it.

Drop a reference video and get a complete motion specification. Auto-detects your tech stack and generates framework-specific animation code with spring physics.

Gemini 2.5GPT-4offmpegAuto-detect13 Stacks
video-analysis — zsh
/onemore video.mp4 "make my app look like this"
Auto-detected: React Native + Expo + Reanimated 3
Analyzing with Gemini 2.5 Flash... 14s
7 animations · 5 components · 12 design tokens
Spring: mass 1, stiffness 100, damping 12
Gesture interactions mapped
Ready-to-paste Reanimated code

→ build-prompt.md (implementation spec)
→ blueprint.md (detailed analysis)
Prompt examples:
Mobile"make my app look like this"
Web"recreate these scroll animations on my site"
Component"extract this card slider component"
Animation"get all animation specs and timing values"
Design"extract the complete design system as tokens"

Export

Your framework. Your format.

One command exports Apple HIG tokens into Tailwind, CSS custom properties, SwiftUI extensions, Flutter constants, SCSS variables, JSON, or React Native — ready to drop into your project.

TailwindCSSSwiftUIFlutterSCSSJSONReact Native
onemore export --format tailwind
// tailwind.config.js
module.exports = {
theme: {
colors: {
primary: '#007AFF',
background: '#FBFBFD',
label: '#1D1D1F',
secondary: '#86868B',
},
borderRadius: { lg: '12px', sm: '8px' },
spacing: { xs: '4px', sm: '8px', md: '16px' },
},
};

Category Intelligence

Every category. Its own design DNA.

Accent Color
#FF2D55
Navigation
Tab bar with large title screens
Typography
Body Regular 17pt; headline for metrics
Key Patterns
Dashboard cards with data rings, progressive disclosure

Free. Open Source. Forever.

MIT Licensed. Built with love in Georgia.

Zero dependencies · Python 3.10+ · Works offline