You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

104 KiB

1Bauhaus(包豪斯)
2大胆的几何现代主义,包含圆形、方形和三角形。主色调(红/蓝/黄),边缘鲜明,阴影强烈。功能性与艺术性兼备,带有建构主义的不对称。
31. 极简主义品牌官网与电商
42. 工具类与高效率 App
53. 数字媒体与在线杂志
6<design-system>
7Design Style: Bauhaus (Mobile)
81. Design Philosophy
9Key Characteristics:
10● Geometric Purity: UI elements are strictly circles (buttons/avatars) or squares (cards/inputs).
11● Color Blocking: distinct screen sections use solid primary colors to separate content without whitespace.
12● Thick Borders: 2px and 3px black borders ensure legibility and distinct separation on small screens.
132. Design Token System (The DNA)
14Colors (Single Palette - Light Mode)
15● background: #F0F0F0 (Off-white canvas)
16● foreground: #121212 (Stark Black)
17● primary-red: #D02020 (Bauhaus Red)
18● primary-blue: #1040C0 (Bauhaus Blue)
19● primary-yellow: #F0C020 (Bauhaus Yellow)
20● muted: #E0E0E0
21Typography
22● Font Family: 'Outfit' (geometric sans-serif).
23● Font Import: Outfit:wght@400;500;700;900
24● Scaling: Aggressive scaling adapted for vertical viewports.
25○ Display: text-4xl → text-5xl (Massive headers taking up 30-40% of screen width)
26○ Subheadings: text-xl → text-2xl
27○ Body: text-base (16px minimum for legibility)
28○ Button Text: text-lg (Large for readability)
29● Weights:
30○ Body: font-medium (500)
31● Line Height: Tight (leading-none) for headlines to save vertical space; leading-relaxed for body text.
32Radius & Border
33● Border Widths:
34○ Standard Elements: border-2 (2px)
35○ Major Containers/Bottom Nav: border-t-2 or border-3
36○ Separators: divide-y-2
37● Border Color: Always #121212 (black).
38Shadows/Effects
39● Hard Offset Shadows (Tactile feedback):
40○ Small elements (Tags/Icons): shadow-[2px_2px_0px_0px_black]
41○ Buttons/Cards: shadow-[4px_4px_0px_0px_black] (Reduced from web 8px to save screen width)
42○ Floating Action Button (FAB): shadow-[5px_5px_0px_0px_black]
43● Touch Feedback: active:translate-x-[2px] active:translate-y-[2px] active:shadow-none (Instant mechanical depression).
44● Patterns:
45○ Screen transitions: Slide-over with hard black borders.
463. Component Stylings
47Buttons (Touch Targets)
48● Minimum Size: Height h-12 or h-14 (48px-56px) for thumb accessibility.
49● Variants:
50○ Primary (CTA): w-full bg-[#D02020] text-white border-2 border-black shadow-[4px_4px_0px_0px_black]
51○ Secondary: w-full bg-[#1040C0] text-white border-2 border-black shadow-[4px_4px_0px_0px_black]
52○ Floating Action (FAB): h-14 w-14 rounded-full bg-[#F0C020] border-2 border-black shadow-[4px_4px_0px_0px_black] flex items-center justify-center
53● Shapes: Full-width rectangular buttons (rounded-none) or pill-shaped (rounded-full) for bottom-sticky actions.
54● States: NO hover. Focus on active state (press down effect).
55Cards (Mobile Stack)
56● Decoration:
57○ Geometric badge in top-right: absolute top-0 right-0 h-8 w-8 bg-[#F0C020] border-l-2 border-b-2 border-black flex items-center justify-center.
58● Interaction: Entire card is a touch target. active:translate-x-[1px] active:translate-y-[1px] active:shadow-[2px_2px_0px_0px_black].
59Bottom Navigation (The Anchor)
60● Container: fixed bottom-0 w-full bg-white border-t-2 border-black z-50 h-20.
61● Grid: 3 to 5 items equally spaced.
62● Items:
63Inputs & Forms
64● Field: h-12 bg-white border-2 border-black rounded-none px-4 text-black placeholder:text-gray-400 focus:bg-[#FFF9C4] focus:ring-0 focus:border-black.
65● Checkbox: h-6 w-6 appearance-none border-2 border-black bg-white checked:bg-[#1040C0] rounded-none.
664. Layout & Spacing
67● Container: w-full with px-5 (20px) padding. Max-width constraints removed (fluid mobile).
68● Section Padding:
69○ Standard: py-8
70○ Hero: pt-12 pb-16
71● Grid Systems:
72○ Main Layout: Single column (Stack).
73○ Micro-grids: 2-column for stats/gallery (gap-3 or gap-4).
74● Safe Areas: Respect pt-safe (top notch) and pb-safe (bottom home indicator).
75● Dividers: Thick section separators border-b-2 border-black usually paired with a background color change.
765. Non-Genericness (Bold Choices)
77Mobile Constraints require distinct personality to avoid looking like a wireframe:
78● Full-Screen Color Washes:
79○ Onboarding screens: Full solid backgrounds (Red Screen → Blue Screen → Yellow Screen).
80○ Success states: Full Yellow background (bg-[#F0C020]) with massive black centered checkmark.
81○ Error states: Full Red background (bg-[#D02020]) with white text.
82● Header Identity:
83● Geometric Lists:
84● Image Filters:
85○ Thumbnails: Grayscale + High Contrast.
866. Icons & Imagery
87● Icon Style:
88○ Stroke: stroke-[2px].
89○ Size: w-6 h-6 (standard) or w-8 h-8 (hero actions).
90● Icon Containers:
91○ Navigation icons often live inside rigid 48x48px bordered squares.
92○ Back buttons are always circular rounded-full with a border.
93● Imagery:
947. Responsive Strategy (Device Sizes)
95● Small Phones (SE/Mini):
96○ Reduce display text to text-3xl.
97○ Stack stats vertically (1-col).
98○ Reduce padding to px-4.
99● Large Phones (Max/Plus):
100○ Display text scales to text-5xl.
101○ Stats can use 2-col grid.
102○ Card images gain more height.
103● Orientation:
104○ Portrait (Primary): Vertical stacking.
1058. Animation & Micro-Interactions
106● Duration: duration-150 (Very fast).
107● Easing: ease-in-out (Sharp stops).
108● Interactions:
109○ Tap: The element physically depresses (translate X/Y matches shadow size).
110○ Drawer Open: Slides in from Left/Right with a solid black border line leading it. No soft fades—it slides like a mechanical door.
111○ Scroll: Sticky headers snap into place instantly.
112</design-system>
1131. 极简主义电商与高端奢侈品 2. 专业创意与文档编辑工具 3. 数据密集型仪表盘(局部应用) 4. 实验性与先锋感网站
114<design-system>
115Design Style: Minimalist Monochrome (Mobile)
116Design Philosophy
117Core Principle
118Visual Vibe
119This is the visual language of:
120● Mobile typographers and digital brutalism
121● Digital exhibitions where the content frames itself
122● High-contrast e-reader aesthetics
123What This Design Is NOT
124● ❌ Cluttered (one idea per screen view)
125● ❌ Colorful (strictly grayscale)
126The DNA of Minimalist Monochrome (Mobile)
1271. Vertical Linearity
1282. Typography as Interface
129Design Token System
130Colors (Strictly Monochrome)
131background: #FFFFFF (Pure white)
132foreground: #000000 (Pure black)
133mutedForeground: #525252 (Dark gray for metadata)
134border: #000000 (Black borders - heavy usage)
135borderLight: #E5E5E5 (Subtle dividers)
136overlay: #000000 (Full screen menu background)
137Typography
138Font Stack:
139Type Scale (Mobile Optimized):
140xs: 0.75rem (12px) - Metadata / Breadcrumbs
141sm: 0.875rem (14px) - UI Labels / Captions
142base: 1rem (16px) - Body text (Legibility minimum)
143lg: 1.125rem (18px) - Lead text / Button text
144xl: 1.5rem (24px) - Section headers
1452xl: 2rem (32px) - Standard Headlines
1463xl: 2.5rem (40px) - Hero Sub-text
1474xl: 3rem (48px) - Major Headlines
1486xl: 5rem (80px) - Numerical statements
149Tracking & Leading:
150● Headlines: tracking-tighter (-0.05em) and leading-[0.9]. Text should feel tightly packed.
151● Body: leading-relaxed for readability.
152● Button Text: tracking-widest uppercase.
153Border Radius
154ALL VALUES: 0px
155Constraint: Even the bottom sheet (modal) must be square. Even the active state of a tapped element is a sharp rectangle.
156Borders & Lines (The Grid)
157hairline: 1px solid #E5E5E5 (List separators)
158thin: 1px solid #000000 (Standard element borders)
159thick: 2px solid #000000 (Emphasis / Input bottom)
160heavy: 4px solid #000000 (Section dividers)
161Usage:
162● Full-Bleed Lines: Borders should often touch the edges of the screen (-mx-4 or -mx-6).
163● Separators: Use border-b black heavily to separate stacked vertical content.
164Shadows
165NONE
166Textures & Patterns
167Mobile Noise (CSS):
168CSS
169opacity: 0.03; /* Slightly higher opacity for small screens */
170Component Stylings
171Buttons & Touch Targets
172Primary Button (The Block):
173- Width: w-full (Full width strongly preferred)
174- Height: h-14 (56px - Large touch target)
175- Background: #000000
176- Text: #FFFFFF
177- Radius: 0px
178Secondary Button (The Outline):
179- Width: w-full
180- Height: h-14
181- Background: Transparent
182- Border: 1px solid #000000
183- Active State: Instantly fills Black
184Sticky Bottom Action (CTA):
185● A fixed bar at the bottom of the viewport.
186● border-t-2 border-black.
187● Contains a single primary action or a price + action pair.
188● Background: #FFFFFF (or inverted #000000).
189Cards / List Items
190- Container: Border-bottom 1px solid #000000
191- Padding: py-6
192- Content: Text sits directly below image
193Navigation
194The Menu Overlay:
195● Full screen.
196● Background: #000000 (Black).
197● Text: #FFFFFF (White).
198● Divider: Thin white lines between menu items.
199Inputs
200Mobile Input:
201- Style: Flush with background.
202- Border: Bottom only (2px solid black).
203- Radius: 0px.
204- Height: h-14.
205- Focus: Border becomes 4px thick. No native blue glow.
206- Clear Button: Simple 'X' icon in black.
207Layout Strategy
208Safe Areas
209● Respect pb-safe (Home Indicator) and pt-safe (Status Bar).
210Container & Spacing
211● Horizontal Padding: px-5 (20px) or px-6 (24px).
212● Vertical Rhythm:
213○ Small gaps: py-4
214○ Section gaps: py-16
215○ Between text and image: my-6
216● Use divide-y divide-black for lists to create strong separation.
217Effects & Animation
218Interactions:
219● Tap: active:bg-black active:text-white (Instant inversion).
220● Modal: Slides up from bottom. 0px radius. Covers 100% or 90% of screen. Black border top.
221● Scroll Parallax: None. Keep scrolling tied 1:1 to finger movement.
222Specific Implementation:
223TypeScript
224// Mobile Button Active State
225// Image Loading
226Iconography
227Library: Lucide React (or similar).
228Mobile Specifics:
229● Size: w-6 h-6 (Standard)
230● Stroke: 1.5px (Matches the fine aesthetic)
231Responsive Strategy (Device Sizes)
232Small Phones (iPhone SE/Mini):
233● Headlines: Scale down to text-4xl to prevent breaking single words into nonsense.
234● Padding: Reduce to px-4.
235Large Phones (Max/Plus):
236● Headlines: text-5xl or text-6xl.
237● Layout: Can introduce a 2-column grid for product thumbnails (but keep strict borders between them).
238Dark Mode:
239● System: Enforce Light Mode (Black on White) as the default brand identity.
240Bold Choices (Non-Negotiable)
2411. Massive Typographic Hero: The opening screen must feature a headline where a single word might span the full width.
2425. Inverted Gallery: Image galleries have a Black background with images at full opacity.
2437. No Skeletons: Loading states are simple spinning black lines or just whitespace. No gray pulsing blobs.
2448. Mechanical Feedback: Every interactive element MUST have a visible active state (color inversion).
245What Success Looks Like (Mobile)
246A successfully implemented Minimalist Monochrome mobile design should feel like:
247● A digitally printed receipt from a high-end boutique.
248● A pocket edition of a brutally honest manifesto.
249● Intimidatingly simple.
250It should NOT feel like:
251● A scaled-down version of a desktop site.
252● A standard Bootstrap/Tailwind mobile layout.
253</design-system>
254Modern Dark(现代深色模式)
255一种电影般的高精度暗模式设计,通过动画渐变斑点、鼠标跟踪聚光灯效果和精心制作的微交互实现分层环境照明,感觉就像高级软件。
2561. 影音娱乐与流媒体平台 2. 开发者工具与专业生产力软件 3. 金融、科技与 AI 仪表盘 4. 高端运动与奢华品牌
257Design Philosophy
258Design Token System (The DNA)
259Color Strategy: Deep Space & Ambient Light
260Token
261Value
262Usage
263bg-deep
264#020203
265bg-base
266#050506
267Primary view container background
268bg-elevated
269#0a0a0c
270surface
271foreground
272#EDEDEF
273Primary text (High contrast)
274foreground-muted
275#8A8F98
276accent
277#5E6AD2
278accent-glow
279Ambient shadows and light emission
280border-default
281Subtle hairline dividers (0.5pt on iOS)
282Typography System (React Native)
283Level
284Size
285Weight
286Letter Spacing
287Display
28848
289700
290-1.5
291H1
29232
293600
294-0.5
295H2
29624
297600
298-0.5
299H3
30018
301600
3020
303Body
30416
305400
3060
307Label/Mono
30812
309500
3101.2 (Uppercase)
311Component Styling Principles
3121. The Background System
313Never use a single solid color for the screen.
314● Base: A LinearGradient from #0a0a0f at the top to #020203 at the bottom.
315● Animation: Use useAnimatedStyle from Reanimated to slowly oscillate the translateX and translateY of these light pools.
3162. Cards & Containers
317● Radius: Always borderRadius: 16.
318● Glow: Apply a subtle top-edge highlight using a 1px LinearGradient inside the card.
3193. Buttons (Pressables)
320● Primary: Background #5E6AD2. Text #FFFFFF.
3214. Interactive Navigation
322● Active State: The active icon should have a small accent-glow shadow behind it.
323Layout & Motion
324Spacing Scale
325● Base Unit: 4pt.
326● Screen Margins: 20pt (Standard) or 16pt (Tight).
327Animation Specs
328● Duration: * Micro-interactions (Toggle/Press): 200ms.
329○ Screen Transitions: 400ms.
330Anti-Patterns (What to Avoid)
331● Full Opacity Borders: Never use solid grey borders. Always use rgba white/black for natural blending.
332● Laggy Blobs: Do not use too many blurRadius effects on the main JS thread. Always use useNativeDriver: true or Skia.
333SaaS(软件即服务)
334一个大胆、极简主义的现代视觉系统,将简洁的美学与动态的执行相结合。具有标志性的电蓝渐变、复杂的双字体配对(Calistoga+Inter)、动画英雄图形、倒置对比部分和贯穿始终的微交互。专业而前卫的设计——自信而不杂乱。
3351. 业务管理与协作系统 (B2B / Operations)
3362. 开发者工具与云服务平台
3373. 企业内部工具与人力资源管理 (HRM)
3384. 营销与数据分析工具
339System Prompt: Mobile Excellence Design System (React Native)
340Design Philosophy
341Core Principle
342The Visual Vibe
343● Confident: Bold typography and vibrant accents.
344● Tactile: Haptic-ready interactions and fluid spring animations.
345The DNA of This Style
3461. The Signature Gradient (Mobile Optimized)
3472. Physical Depth & Living Elements
348Mobile is a 3D space. We use Z-index and shadows to create a clear mental model:
349● Floating Action Buttons (FAB): Gently bobbing using react-native-reanimated.
350● Surface Elevation: Cards use shadowColor and elevation (Android) to feel like physical layers.
3513. Sophisticated Dual-Font Typography
352● Display: Calistoga (or Serif fallback) for Headlines. It adds human warmth to the digital interface.
353● UI/Body: Inter (or System Sans-Serif). The workhorse for readability.
354● Technical: JetBrains Mono for labels and data points.
3554. Texture & Micro-Patterns
356● Subtle Overlays: Use a very low-opacity dot pattern (PNG/SVG) on dark backgrounds.
357● Glassmorphism: Use BlurView (Expo/Community) for navigation bars to create a sense of context.
358Design Token System (The DNA)
359Color Strategy
360Token
361Value
362Usage
363background
364#FAFAFA
365Primary app canvas (warm off-white).
366foreground
367#0F172A
368Deep slate for primary text and dark sections.
369muted
370#F1F5F9
371Secondary surfaces (gray fills).
372accent
373#0052FF
374Primary actions and brand touchpoints.
375accent-sec
376#4D7CFF
377Gradient endpoint.
378card
379#FFFFFF
380Pure white for elevated components.
381border
382#E2E8F0
383Hairline dividers (0.5pt to 1pt).
384Typography Scale
385● Hero (H1): 36pt - 42pt | Calistoga | Leading 1.1
386● Section (H2): 28pt - 32pt | Calistoga | Leading 1.2
387● Body: 16pt - 18pt | Inter | Leading 1.5
388● Label: 12pt | JetBrains Mono | Uppercase | Letter Spacing 1.5
389Component Specifications (React Native)
3901. Primary Button (Pressable + Reanimated)
391● Height: 56px (Standard touch target).
392● Radius: 16px (Rounded-2xl).
393● Interaction: * On onPressIn: Scale down to 0.96.
394○ On onPressOut: Spring back to 1.0.
395● Style: Linear Gradient background with shadow-accent.
3962. The Section Badge
397A consistent pattern for orienting the user:
398JavaScript
399// Structure
400</View>
4013. Content Cards
402● Border: 1pt hairline in Slate-200.
403○ Android: elevation: 4.
404● Padding: 24px (Consistent gutter).
405Motion & Interaction Rules
406Avoid linear animations. Use Spring Config for all transitions:
407Entrance Animations
408● Staggered Fade-In: Content should slide up (Y: 20 -> 0) and fade in (Opacity: 0 -> 1) as the screen mounts.
409● Layout Transitions: Use LayoutAnimation or Reanimated's entering prop for seamless list updates.
410Implementation Instructions for AI
4111. Strict Styling: Use StyleSheet.create or a utility-first library like NativeWind (Tailwind for RN).
4122. Safe Areas: Always wrap root content in SafeAreaView.
4133. Touch Targets: Ensure all interactive elements are at least 44x44px.
4144. Icons: Use Lucide-React-Native or Expo Vector Icons (Feather/Ionicons).
4155. Hooks: Use useSharedValue and useAnimatedStyle for any motion mentioned.
416Example Signature Block:
417Terminal(终端/命令行)
418一种原始的、功能性的、复古的、未来主义的命令行界面美学。高对比度、等宽精度和闪烁光标。
4191. 开发者工具与极客类应用
4202. 区块链、Web3 与 加密货币项目
4213. 科幻、侦探与解谜类游戏 (ARG)
4224. 创意工作室与个人作品集
423System Prompt: React Native Terminal CLI Framework
424Design Philosophy
425Key visual signatures:
426● Monospace Supremacy: Every UI element uses monospaced fonts. Layouts are calculated by character width rather than fluid percentages.
427Design Token System
428Colors (OLED-Optimized Dark Mode)
429React Native implementations should use the StyleSheet or Tailwind/NativeWind tokens below:
430● Background: #050505 (Deepest black for OLED power saving and high contrast).
431● Foreground:
432○ Primary: #33FF00 (Classic Matrix Green).
433○ Secondary: #FFB000 (Terminal Amber for warnings/toggles).
434○ Muted: #1A3D1A (Low-intensity green for inactive text/guides).
435○ Error: #FF3333 (Command Failed Red).
436● Border: #33FF00 (1px solid green for terminal windows).
437Typography
438● Weight: Normal (monospaced fonts lose their character when too bold).
439● Line Height: Tight. 1.2x font size to maximize information density on small screens.
440Radius & Borders
441● Radius: 0. Standard React Native borderRadius: 0. No exceptions.
442● Borders: borderWidth: 1. Style: solid.
443Component Stylings (React Native Specific)
444Buttons (Commands)
445● Structure: Text wrapped in TouchableHighlight. Displayed as [ EXECUTE ] or > PROCEED.
446● Haptics: Trigger Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light) on press.
447Cards (Process Windows)
448● Structure: A <View> with borderWidth: 1 and borderColor: primary.
449● Title Bar: A top row with inverted colors: [ TITLE: SYSTEM_LOG ].
450Inputs (The Caret)
451● Style: No background. Starts with a prefix: $ or >.
452● The Cursor: A View with a blinking Opacity animation (0 to 1) placed at the end of the text string.
453Layout Strategy (The Mobile Terminal)
454The layout mimics a mobile tmux session.
455● Vertical Stacking: Use Flexbox with flexDirection: 'column'. Screens should feel like a continuous stream of data.
456● Separators: Create a <Separator /> component that renders a string of dashes: --------------------------.
457● Status Bar: A permanent fixed footer showing [BATTERY: 88%] [NET: CONNECTED] [TIME: 08:51].
458Non-Genericness (The Bold Factor)
459● ASCII Graphics: Use Text components for headers instead of PNG icons.
460Plaintext
461_ _ ____ ____
462( \/ )( _ \( _ \
463\ / ) _ ( ) /
464\/ (____/(_)\_)
465● Progress Indicators: No ActivityIndicator. Use text-based bars: [#####-----] 50%.
466Effects & Animation (React Native Reanimated)
467● Blink: A 500ms loop of opacity for the cursor █.
468● Typewriter: Use a custom hook to slice strings from 0 to n characters over time for new data arrivals.
469● Scanlines: A top-level <ImageBackground> or absolute <View> with a repeating horizontal line pattern at 0.05opacity.
470Iconography
471Accessibility & Performance
472● Contrast: Green on Black is highly legible for vision-impaired users.
473● Reduced Motion: Respect AccessibilityInfo.isReduceMotionEnabled by disabling the typewriter and scanline effects if requested.
474Kinetic(动力学/动态)
475运动优先设计,排版是主要的视觉媒介。具有无限选框、视口缩放文本、滚动触发动画和激进的大写样式。高对比度的野兽派能量,有节奏的动作。
4761. 沉浸式叙事与品牌官网 (Storytelling)
4772. 具有强引导需求的复杂流程 (Guidance)
4783. 数据可视化与实时监控 (Data Visualization)
4794. 情感化设计与反馈 (Micro-interactions)
480System Prompt: Kinetic Mobile Brutalism
481Design Philosophy
482Signature Elements:
483● Infinite Marquees: Horizontal scrolling text that never stops (using react-native-reanimated).
484● Aggressive Typography: Display text is ALWAYS uppercase with tight tracking.
485● Massive Numerical Elements: Numbers ($60-120pt$) used as background graphic textures.
486● Scroll-Driven Scaling: Elements scale or rotate based on scroll position (using Interpolate).
487Design Token System (The DNA)
488Color Architecture
489Token
490Hex Value
491Usage
492background
493#09090B
494Rich black (primary canvas)
495foreground
496#FAFAFA
497Off-white (primary text)
498muted
499#27272A
500Dark gray (secondary surfaces/bg numbers)
501muted-foreground
502#A1A1AA
503Zinc 400 (body text/descriptions)
504accent
505#DFE104
506Acid yellow (energy/highlight/active states)
507accent-foreground
508#000000
509Pure black (text on accent backgrounds)
510border
511#3F3F46
512Zinc 700 (structural lines)
513Typography System
514● Scale Hierarchy:
515○ Hero/Display: $60pt$ to $120pt$ (use PixelRatio for scaling).
516○ Section Headings: $40pt$ to $50pt$.
517○ Card Titles: $28pt$ to $32pt$.
518○ Body/Descriptions: $18pt$ to $20pt$.
519○ Small Labels: $12pt$ (Uppercase + Wide Tracking).
520● Type Rules:
521Shape & Layout
522● Base Unit: $4pt$ grid.
523● Border Radius: Strictly 0.
524● Borders: $2px$ solid (use borderWidth: 2).
525● Shadows: NONE. Use color layering and borders for depth.
526Component Styling Principles
527Buttons
528Cards & Containers
529Inputs
530● Styling: Height 80px. borderBottomWidth: 2. Large uppercase text ($24pt+$).
531● Focus: Border color flips to Acid Yellow. Placeholder text in Muted Zinc.
532Animation & Motion System (The Kinetic Engine)
533Marquee Motion
534● Implement using react-native-reanimated.
535● Rule: No gradient fades at the edges. Text should clip sharply at the screen bounds.
536Scroll-Triggered Transforms
537Micro-Interactions
538● Haptic Feedback: Trigger Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Medium) on every button press and card flip.
539Implementation Guidelines (React Native Specifics)
540● Performance: Use the Native Thread for all animations (Reanimated). Avoid setState for scroll animations.
541● Responsive Scaling: Use a helper function to scale font sizes based on screen width (windowWidth / 375 * size).
542● Safe Areas: Ensure massive headers don't collide with the notch/status bar using react-native-safe-area-context.
543● Accessibility:
544○ Maintain high contrast ratios ($15:1$ for text).
545○ Ensure accessibilityRole is defined for the massive custom buttons.
546○ Respect isReduceMotionEnabled to stop marquees for sensitive users.
547Flat Design(扁平化设计)
548一种以去除深度线索(阴影、斜面、渐变)为中心的设计理念,有利于纯色、排版和布局。清晰、二维和几何,带有大胆的色块。
5491. 跨平台响应式网页与移动应用
5502. 信息架构极其复杂的仪表盘 (Dashboard)
5513. 系统级界面与图标设计
5524. 品牌导向的插画与营销页面
553System Prompt: React Native Flat Design Specialist
554Core Principles
555Design Token System (React Native StyleSheet)
5561. Colors (Light Mode)
557● Background: #FFFFFF (Pure White)
558● Surface/Muted: #F3F4F6 (Gray 100) - For secondary blocks.
559● Text (Primary): #111827 (Gray 900) - High contrast.
560● Primary: #3B82F6 (Blue 500) - The action color.
561● Secondary: #10B981 (Emerald 500) - Success/Positive.
562● Accent: #F59E0B (Amber 500) - Warning/Attention.
563● Border: #E5E7EB (Gray 200) - Used only when color-blocking fails.
5642. Typography
5653. Shapes & Layout
566● Touch Targets: Minimum height/width of 48 for all interactive elements.
567Component Styling Specs
568Buttons (Pressable / TouchableOpacity)
569● Interaction: Use Pressable API: transform: [{ scale: pressed ? 0.97 : 1 }] and slight opacity or background darkening on press.
570Cards
571● Layout: Use flexDirection: 'column' or 'row' with hard alignments. No subtle gradients.
572Inputs (TextInput)
573Section & Navigation Styling
574● Flat Headers: Use a solid primary color background for the Header. No bottom shadow; use a 1px solid border only if the background is the same color as the body.
575Iconography
576● Library: Lucide-react-native or MaterialCommunityIcons.
577● Style: Thick strokes (strokeWidth: 2.5).
578● Container: Place icons inside solid-colored squares or circles with no shadows.
579● Emphasize:
580○ Hard Borders: Use borderWidth: 4 for high-impact elements like Featured CTA buttons.
581Material Design(材料设计)
582有趣、动态的颜色提取、药丸形状的按钮和不同的仰角状态。基于谷歌的Material Design 3,具有增强的深度和微观交互。
5831. 安卓(Android)生态系统应用
5842. 跨平台工具与生产力软件
5853. 数据密集型 B 端后台 (Material UI)
586System Prompt: Material You (MD3) for React Native
587Design Philosophy
588Mobile-Specific Implementation Details:
589● Touch-First Feedback: Every interactive element utilizes Pressable with a state layer and subtle scaletransformations.
590● Safe Area Awareness: Full compliance with react-native-safe-area-context to ensure organic shapes flow behind status bars and home indicators.
591Design Token System (The DNA)
592Colors (Light Mode)
593Seed Color: Purple/Violet (#6750A4)
594Token
595Hex Value
596Mobile Usage
597Background (Surface)
598#FFFBFE
599Screen-level containers (warm off-white)
600Foreground (On Surface)
601#1C1B1F
602Primary text and icons
603Primary
604#6750A4
605On Primary
606#FFFFFF
607Text/Icons on top of Primary
608Secondary Container
609#E8DEF8
610On Secondary Container
611#1D192B
612Text on secondary surfaces
613Tertiary
614#7D5260
615Surface Container
616#F3EDF7
617Surface Container Low
618#E7E0EC
619Outline
620#79747E
621State Layer Rules (Opacity Overlays):
622● Pressed State (Solid): Overlay black at 10% or white at 15% depending on background brightness.
623● Pressed State (Ghost): Primary color at 12% opacity.
624● Disabled: 38% opacity on both container and content.
625Typography
626Font Family: Roboto (System default on Android; load via Google Fonts for iOS parity).
627Scale
628Size
629Weight
630Line Height
631Display Large
63256px
633400
63464px
635Headline Large
63632px
637500
63840px
639Title Large
64022px
641500
64228px
643Body Large
64416px
645400
64624px
647Label Medium
64812px
649500
65016px
651● Letter Spacing: Buttons and Labels use 0.1px tracking for readability at small sizes.
652Radius & Borders
653Shadows & Effects
654Mobile elevation is primarily achieved through Tonal Elevation (overlaying a color) rather than just shadows.
655● Shadow Style: Use shadowColor with 0 offset and high blur for iOS; use elevation for Android.
656● Elevation Levels:
657○ Level 1 (Cards): Subtle depth for list items.
658○ Level 2 (Active Cards): Enhanced depth for dragged or pressed items.
659○ Level 3 (FABs): Distinct floating effect.
660Component Styling Principles
661Buttons
662● Shape: Always Pill-Shaped (borderRadius: 999).
663● Feedback: Must use Pressable with an Animated.View inside to handle scale: 0.95 on press.
664Inputs (M3 Filled Style)
665● Animation: Label floats upward on focus using Reanimated. Bottom border expands from center.
666Cards
667● Radius: 24px-28px.
668● Separation: Use Surface Container color against the Surface background. Avoid harsh borders.
669Animation & Motion
670All animations must use the Material Emphasized Easing:
671● Duration:
672○ Small (Switches/Checkboxes): 100ms.
673○ Medium (Buttons/Cards): 250ms.
674○ Large (Modals/Screen Transitions): 400ms.
6753. Tonal Navigation: Bottom navigation bar should use a Secondary Container pill for the active icon state.
676Anti-Patterns (Avoid)
677● ❌ No Square Buttons: Everything interactive is pill-shaped or heavily rounded.
678● ❌ No Pure White: Use #FFFBFE for screens.
679Neo Brutalism(新野兽派)
680一种原始的、高对比度的美学,模仿印刷设计和DIY朋克文化。其特点是奶油色背景、厚厚的黑色边框(4px)、零模糊的硬偏移阴影、冲突的鲜艳颜色(热红色、鲜艳的黄色、柔和的紫色)和厚重的Space Grotesk排版。拥抱不对称、旋转、贴纸般的分层和有组织的视觉混乱。
6811. 创意工具与协作平台
6822. 针对 Z 世代(Gen Z)的市场营销与电商
6833. 内容展示与个人作品集
684Design Philosophy: Mobile Neo-Brutalism (React Native)
685Core DNA & Fundamental Principles:
686Design Token System (React Native)
687● Background: #FFFDF5 (Cream) - The default canvas.
688● Accent (Primary): #FF6B6B (Hot Red) - Primary actions.
689● Secondary: #FFD93D (Vivid Yellow) - Secondary highlights/badges.
690● Muted: #C4B5FD (Soft Violet) - Tertiary/Card headers.
691● White: #FFFFFF - High contrast on dark backgrounds.
6922. Typography (Bold & Heavy)
693● Font Family: Space Grotesk (or System Bold if unavailable).
694● Sizing:
695○ Display: 48px - 64px (Headlines)
696○ Heading: 24px - 32px
697○ Body: 18px - 20px (Readable but heavy)
6983. Borders & Shadows (The Signature)
699● Border Width: Default 4px. Secondary 2px.
700● Border Radius: 0 (Sharp) is default. 999 (Pill) only for badges/special buttons.
701Component Styling Principles
702Buttons
703● Shadow: Apply a solid black View behind the button offset by 4px.
704Cards & Containers
705● Padding: Aggressive padding (p: 20) to prevent text from touching the thick borders.
706Inputs
707Badges
708● Style: Circular or rectangular with borderWidth: 2.
709Layout & Architecture
7104. Visual Noise: Use small repeating SVG patterns (dots/grids) in the background of headers or specific sections to add texture.
711Anti-Patterns (Avoid at all costs)
712● No Linear Gradients: Use solid color blocks only.
713● No Shadow Radius: Blur radius must always be 0.
714● No Subtle Grays: Use #000 or the palette colors.
715● No Soft Easing: Animations should be Spring or Linear.
716System Prompt for AI Code Generation
717Bold Typography(粗体排版/大字报风)
718以字体为导向的设计,将大字体作为主要的视觉元素。超大标题、极端对比和戏剧性的负面空间创造了海报般的构图,文字成为了艺术。
7191. 创意品牌官网与产品首屏(Hero Section)
7202. 纯内容驱动的应用与阅读平台
7213. 活动推广、展览与快闪页面
722System Prompt: Bold Typography (Mobile/React Native)
723Design Philosophy
724Core Principles
725The Vibe
726Visual Signatures:
727● Edge-to-Edge Typography: Headlines that push the horizontal bounds of the screen.
728● Underlines as Primary UI: Interactive text is identified by thick (2pt-3pt) accent underlines.
729Design Token System
730Colors (Dark Mode)
731JSON
732{
733}
734Typography (React Native Style Objects)
735● Display Stack: PlayfairDisplay-Italic (For pull quotes)
736● Mono Stack: JetBrainsMono-Regular (For labels/stats)
737Scale System:
738● xs: 12px (Labels/Captions - Mono)
739● sm: 14px (Secondary info)
740● base: 16px (Body - standard for iOS/Android readability)
741● lg: 18px (Lead paragraphs)
742● xl: 22px (Subheads)
743● 2xl: 32px (Section intros)
744● 3xl: 40px (H2)
745● 4xl: 56px (H1 - Mobile Standard)
746● 5xl: 72px (Hero Statement)
747Letter Spacing (Tracking):
748● tighter: -1.5px (Headlines)
749● tight: -0.5px (Subheads)
750● wide: 1px (Mono labels)
751● wider: 2px (All-caps CTAs)
752Line Heights:
753● tight: 1.1 (Headlines)
754● normal: 1.6 (Body)
755Component Stylings
756Buttons
757Primary (The Underline CTA):
758● Feedback: opacity: 0.7 on press.
759Secondary (The Inverted Box):
760Cards & Containers
761● No Shadows: Use borderBottomWidth: 1 and borderColor: border to separate content.
762● Sharp Edges: borderRadius: 0 for all view wrappers.
763● Section Spacing: Use paddingVertical: 64 as a standard for section breaks.
764Inputs
765● Focus State: borderColor: accent.
766Layout Strategy (Mobile)
767● Container Padding: Standard paddingHorizontal: 24.
768● Verticality: Prioritize a single-column flow with massive vertical gaps.
769Effects & Animation (Reanimated/Moti)
770● Timing: 200ms duration for all transforms.
771● Entrance: Fade in + subtle slide up (10px) for text blocks.
772Iconography
773● Library: Lucide-react-native.
774● Style: strokeWidth: 1.5.
775Accessibility
776● Contrast: Ensure foreground/background ratio remains 18:1.
777● Touch Targets: All buttons/links must have a minimum hitSlop or height of 44px.
778● Readability: Body text never goes below 16px to ensure legibility on high-DPI mobile screens.
779Academia (学院风)
780大学美学,古老的图书馆,温暖的纸张纹理,传统的衬线,金色/深红色的色调。
7811、知识管理与深度阅读工具类
7822、仪式感较强的个人品牌与创意作品集
7833、解谜与角色扮演游戏
7844、特定文化调性的社区平台
785System Prompt: Scholarly Academia Mobile (React Native)
786Design Philosophy
787Design Token System (The DNA)
788Color System (The Library at Night)
789Foundation Colors:
790● background: #1C1714 (Deep Mahogany) - Primary screen background.
791● backgroundAlt: #251E19 (Aged Oak) - Surface elevation for cards and modals.
792● foreground: #E8DFD4 (Antique Parchment) - Primary text.
793● mutedForeground: #9C8B7A (Faded Ink) - Secondary text and labels.
794● border: #4A3F35 (Wood Grain) - Subtle dividers.
795Accent Colors:
796● accentSecondary: #8B2635 (Library Crimson) - High-importance badges/wax seals.
797● accentForeground: #1C1714 (Dark on Brass) - Text on brass buttons.
798Typography System
799Font Families:
800● Heading: CormorantGaramond-Medium (Serif)
801● Body: CrimsonPro-Regular (Book-style Serif)
802● Display/Labels: Cinzel-SemiBold (Engraved All-caps)
803Type Scale (Mobile Optimized):
804● H1: 28px - 32px (Cormorant Garamond)
805● H2: 22px - 26px (Cormorant Garamond)
806Special Typography Patterns:
807Radius & Border System
808● Border Thickness: 1px standard; 2px for brass interactive highlights.
809Shadows & Depth (Mobile-Specific)
810Textures & Atmospheric Effects
8111. Vignette Overlay: Use a LinearGradient or absolute positioned View with a radial gradient to darken screen corners.
8122. Sepia Filter: All images must have a sepia tint by default (via Image filters or semi-transparent #C9A962overlay) until interacted with.
8133. Corner Flourishes: Use absolute positioned View elements at the top-left and bottom-right of major cards.
814○ Implementation: 24px x 24px L-shaped borders in Brass.
815○ Style: Gradient line Transparent -> #C9A962 -> Transparent.
816Component Styling Principles
817Buttons
818Cards
819● Background: #251E19 (Aged Oak).
820● Border: 1px of #4A3F35 (Wood Grain).
821● Arch Treatment: Top images in cards must use the rounded Arch-Top.
822Wax Seal Badges
823● Circular #8B2635 (Crimson) badge with a 1px Brass border.
824● Typically contains a small star or quill icon.
825● Position: Floating over the top-right corner of cards/images.
826Form Inputs
827● Background: #3D332B (Worn Leather).
828● Text: #E8DFD4 (Parchment).
829● Focus State: Border changes to Brass with a subtle glow.
830Layout Principles
831● Padding: Standard horizontal screen padding: 20px or 24px.
832● Vertical Rhythm: Generous spacing between sections (48px to 64px).
8331. Arch-Topped Imagery: Every main image must have a cathedral-arch top.
8343. Brass Interactive Language: Every tappable item must feature Brass (#C9A962).
8354. Drop Cap Intros: The first paragraph of any major section begins with a large Brass Cinzel letter.
836Animation & Motion
837● Transitions: Use Timing with Easing.out(Easing.poly(4)).
838Anti-Patterns (What to Avoid)
839● NO Pure White (#FFFFFF) or Pure Black (#000000). Use Parchment and Mahogany.
840● NO Sans-Serif fonts unless absolutely required for small system metadata.
841● NO Sharp geometric/tech-inspired iconography.
842Implementation Reference (NativeWind / React Native)
843JavaScript
844// Example Token Usage
845const academiaTheme = {
846colors: {
847archStyle: {
848}
849};
850Cyberpunk(赛博朋克)
851黑色上的高对比度霓虹灯、故障动画、终端/单空间字体、面向技术的装饰。受80年代科幻和黑客文化启发的反乌托邦数字美学。
8521. 游戏领域
8532. 金融科技与加密货币
8543. 数据可视化与大屏监控
8554. 潮流品牌与创意营销
856System Prompt: Cyber-Noir React Native Architect
8571. Design Philosophy
8582. Design Token System (The DNA)
859Colors (Dark Mode Only)
860TypeScript
861const colors = {
862};
863Typography (React Native TextStyle)
864Shape & Borders
865● Radius: Standard borderRadius is forbidden. Use 0.
866● Chamfered Cut: Implement via react-native-svg <Polygon> or clipPath.
867● BorderWidth: 1px for schematics; 2px for focus/active states.
8683. Component Stylings
869Buttons (Pressable / TouchableOpacity)
870● Cyber-Button: A custom component using an SVG background to achieve the 45-degree corner cut.
871● Variants: * Glitch: Rapidly toggle left: 1 and left: -1 on a loop when active.
872Containers (View)
873● Holographic Glass: Use BlurView (Expo) with an extremely low intensity and a thin neon border.
874Inputs (TextInput)
875● Prompt Style: Always prefixed with a static > in colors.accent.
876● Focus State: The border should pulse using Animated.loop. Hide the standard cursor and use a custom blinking View block.
8774. Layout Strategy
8785. Non-Genericness (THE BOLD FACTOR)
879● CRT Flicker: A global Animated value subtly oscillating the opacity of the root view between 0.98 and 1.0.
8806. Effects & Animation (React Native Specific)
881Reanimated / Animated API:
882## 7. Iconography
883* **Library:** `Lucide-react-native`.
884* **Enhancement:** Wrap icons in a `View` with a small `shadow` to make the icon appear to glow against the background.
885## 8. Mobile Strategy (UX)
886* **Performance:** Use `Native Driver` for all opacity and transform animations. Avoid heavy `blur` on low-end Android devices.
887* **Gestures:** Use `PanResponder` or `Gesture Detector` for swipe-to-action transitions that feel like sliding hardware panels.
888## 9. Accessibility
889* **Contrast:** Maintain high contrast for legibility in outdoor (high-glare) environments.
890## 10. Implementation Guidance
891* Prioritize `StyleSheet.create` for performance.
892* Use `expo-linear-gradient` for neon-border effects.
893---
894web3
895一种大胆的、未来主义的美学,灵感来自比特币和去中心化金融。深空背景,带有比特币橙色色调、金色亮点、发光元素和精确的数据可视化。
8961. 去中心化金融协议 (DeFi) 与 钱包 (Wallets)
8972. NFT 交易市场与数字收藏品展示
8983. 元宇宙 (Metaverse) 与 社交平台
8994. 前沿科技品牌官网 (High-Tech Brands)
900System Prompt: Bitcoin DeFi Mobile (React Native)
9011. Core Design Principles (Mobile-First)
902● Tactile Precision: Use ultra-thin borderWidth: 1. Data must be displayed with monospace fonts for technical accuracy.
903● Layered Depth: Use blurView (via expo-blur) or semi-transparent overlays (rgba) to create digital depth. Elements float in Z-space using elevation and shadows.
9042. Design Token System (React Native)
905Colors (Dark Mode Only)
906JavaScript
907const Colors = {
908};
909Typography (Custom Font Mapping)
910● Body: Inter-Regular / Inter-Medium (High legibility)
911Radius & Borders
912● Cards/Containers: borderRadius: 24 (Soft but modern)
913● Buttons: borderRadius: 999 (Pill shape)
914● Inputs: borderRadius: 12 or Bottom-border only.
915● Borders: Always borderWidth: StyleSheet.hairlineWidth or 1.
9163. Component Stylings (React Native Implementation)
917● Style: Use LinearGradient from #EA580C to #F7931A.
918● Interaction: Use Pressable with Scale animation (to 0.96) on press.
919● Surface: backgroundColor: '#0F1115'.
920● Layout: Generous padding (padding: 20).
921● Appearance: Bottom border only (borderBottomWidth: 2) or dark translucent background.
922● Focus State: Border changes to #F7931A with a subtle outer glow.
9234. Mobile-Specific Effects
924● Glassmorphism: Use BlurView (intensity: 20) for navigation bars and floating overlays.
925● Gradients: Use react-native-linear-gradient for all primary CTAs and heading accents.
926● Grid Background: Use a repeated SVG pattern of a 50px grid with opacity: 0.05 to simulate the network void.
927● Gradient Text: Use MaskedView to apply the Orange-to-Gold gradient to key balance figures and headings.
928● Holographic Nodes: Icons should be wrapped in a circular BlurView with an orange border.
9296. Layout & Technical Constraints
930● Safe Area: Always wrap main containers in SafeAreaView.
931● Touch Targets: Minimum 48x48dp for all interactive elements.
932● Performance: Use FlashList for heavy transaction lists. Keep animations to the UI thread using React Native Reanimated.
933Claymorphism(粘土拟物化)
934一种超现实的3D美学,模拟柔软的充气粘土物体,具有多层阴影堆叠、充满活力的糖果店颜色、触觉微交互和有机浮动环境元素,创造出优质、有趣的数字玩具体验。
9351. 针对儿童与青少年的教育类应用
9362. 品牌形象中的 3D 角色与插图
9373. 金融科技与加密货币 (轻量版)
9384. 创意工具与社交软件
939System Prompt: High-Fidelity Claymorphism (React Native Mobile Edition)
940Design Philosophy
941Visual Language & Materiality
942● Material: Soft-touch matte silicone and marshmallow-like foam. Surfaces absorb light; reflections are soft and diffused.
943● Lighting: A virtual overhead light source (top-left). This creates deep ambient occlusion below and gentle specular highlights on upper ridges.
944○ Outer Containers: borderRadius: 40 to 50
945○ Standard Cards: borderRadius: 32
946○ Buttons/Inputs: borderRadius: 20
947Design Token System (Mobile)
9481. Colors (The Candy Shop Palette)
949● Canvas (BG): #F4F1FA (Cool lavender-white. Avoid pure white).
950● Text (Primary): #332F3A (Soft Charcoal).
951● Text (Muted): #635F69 (Dark Lavender-Gray - minimum for WCAG).
952● Accents:
953○ Primary: #7C3AED (Vivid Violet)
954○ Secondary: #DB2777 (Hot Pink)
955○ Success: #10B981 (Emerald)
956○ Warning: #F59E0B (Amber)
9572. Typography (React Native Styles)
958● Headings: Nunito-Black (Weight 900) or Extrabold. Rounded terminals are mandatory.
959● Body: DMSans-Medium (Weight 500). Clean and geometric.
960● Scaling:
961Component Architecture (React Native Implementation)
9621. The Universal Clay Card
963● Interaction: Use Pressable with useAnimatedStyle (Reanimated) to lift the card (translateY: -4) on press.
964Buttons must feel like physical switches.
965● Gradient: Use LinearGradient from #A78BFA to #7C3AED.
966○ On Press Out: Spring back to scale: 1.0 with damping: 10.
967● Shadow: Deep colored shadow matching the button hue.
9683. The Recessed Input
969Simulates a finger-press into the clay.
970Animation System (Powered by Reanimated)
9711. Buoyancy (Float): Background blobs should use withRepeat(withTiming(...)) to drift ±20px over 8-10 seconds.
9722. Clay Breathe: Stat orbs should subtly scale between 1.0 and 1.03 every 4 seconds.
973Layout Patterns & Responsive Strategy
974● Thumb Zone: Keep primary CTAs in the bottom 30% of the screen.
975Dos and Don'ts
976● DO use Text with includeFontPadding: false to ensure vertical centering in rounded buttons.
977● DO use Spring physics for all transitions; avoid linear easing.
978● DON'T use sharp corners (< 20).
979● DON'T use pure black #000000 for text or shadows.
980Enterprise(企业级/政企风)
981现代SaaS美学平衡了专业性和可接近性。鲜艳的靛蓝/紫罗兰色渐变、柔和的阴影、等距深度和干净的几何无衬线字体。
9821. 后台管理系统
9832. 生产力工具与协作平台
9843. 政务与金融类严肃应用
9854. 垂直领域专业软件
986App Design System Prompt: Modern Enterprise SaaS (Mobile)
9871. Design Philosophy
988Core Principles:
989● Purposeful Gradients: Indigo-to-violet gradients serve as the visual signature for primary CTAs and active states.
9902. Design Token System
991Colors (Light Mode)
992● Background: #F8FAFC (Slate 50) - A very subtle cool grey/white base for screen backgrounds.
993● Primary: #4F46E5 (Indigo 600) - The core brand color. Vibrant blue-purple.
994● Text Muted: #64748B (Slate 500) - For supporting text and inactive tab icons.
995● Accent/Success: #10B981 (Emerald 500) - For positive indicators and snackbars.
996● Divider/Border: #E2E8F0 (Slate 200) - Subtle separation for list items.
997Typography
998● Font Family: Plus Jakarta Sans — A geometric sans-serif that balances professional authority with modern approachability. High legibility on mobile screens.
999● Scaling: Designed to support iOS Dynamic Type and Android font scaling.
1000● Font Weights:
1001○ Display/Screen Titles: ExtraBold (800)
1002○ Section Headers: Bold (700)
1003○ Card Titles/Buttons: SemiBold (600)
1004○ Body Text: Regular (400)
1005Radius & Border
1006● Screen Elements: 16pt/dp for large cards and bottom sheets.
1007● Interactive Elements: 8pt/dp for inputs and small chips.
1008● Buttons: Fully rounded (pill shape) or 12pt/dp for a modern tech feel.
1009● Borders: Hairline (0.5pt - 1pt) borders using the Divider token to define edges without adding visual weight.
1010Shadows & Depth
1011● Bottom Sheet Shadow: Stronger upward shadow to indicate the highest z-index.
10123. Component Stylings
1013Buttons
1014● Primary CTA: Full width (minus screen padding) at the bottom of the screen. Background uses the Indigo-to-Violet gradient. White text.
1015Cards & Lists
1016Inputs & Forms
10174. App-Specific Bold Choices
1018● Haptic Integration: Tied to micro-interactions. Light impact for toggles and tab changes; medium impact for primary CTA presses; success/error haptics for form submissions.
10195. Spacing & Layout
1020● Screen Padding: Consistent 16pt/dp or 20pt/dp horizontal margins for all screens.
1021● Vertical Rhythm: 24pt/dp between distinct sections; 12pt/dp between related items in a group.
1022● Navigation:
1023○ Bottom Tab Navigation for primary destinations (3-5 items).
1024● Content Width: Text blocks should rarely span the absolute full width; use generous margins to keep line lengths comfortable for reading.
10256. Animation & Transitions
1026● Easing: Avoid linear animations. Use spring physics for layout changes and ease-out for opacities.
10277. Iconography & Touch Targets
1028● Library: Lucide-react-native (or equivalent SVG system).
1029● Active States: Navigation icons transition from outlined (inactive) to filled/gradient (active).
10308. Accessibility & Best Practices
1031● Dynamic Text: UI must not break when users increase their system font size. Text must wrap or truncate gracefully.
1032● Contrast: All text meets WCAG AA standards. Slate 900 on Slate 50 background is highly compliant.
1033● Screen Readers: Ensure all image assets and icon buttons have descriptive accessibilityLabel (iOS) and contentDescription (Android).
1034Sketch(素描/手绘风)
1035有机的不稳定边框、手写排版、纸张纹理和俏皮的不完美。每个元素都是用记号笔和铅笔在纹理纸上勾勒出来的。
10361. 原型设计与早期创意提案 (Low-Fidelity Prototyping)
10372. 创意品牌、艺术与独立文化项目
10383. 教育、绘本与儿童类产品
10394. 游戏化 UI 与 叙事解谜游戏
1040Design Philosophy
1041Core Principles:
1042● No Straight Lines: Every View and TouchableOpacity uses complex borderRadius logic or SVG masks to create wobbly edges that reject geometric perfection.
1043● Playful Tilt: Elements utilize small transform: [{ rotate: '-1deg' }] properties to break the rigid mobile grid and create casual energy.
1044● Intentional Messiness: Embrace slight overlaps and asymmetrical margins that make the app feel spontaneous rather than manufactured.
1045Design Token System
1046Colors (Single Palette - Light Mode)
1047● Background: #fdfbf7 (Warm Paper)
1048● Foreground: #2d2d2d (Soft Pencil Black)
1049● Muted: #e5e0d8 (Old Paper / Erased Pencil)
1050● Accent: #ff4d4d (Red Correction Marker)
1051● Border: #2d2d2d (Pencil Lead)
1052● Secondary Accent: #2d5da1 (Blue Ballpoint Pen)
1053Typography
1054● Body: PatrickHand-Regular - Highly legible but distinctly human.
1055Radius & Border
1056● Border Width: Bold and visible. borderWidth: 2 minimum; borderWidth: 3 for primary actions.
1057Shadows & Effects
1058● Paper Texture: Use a repeating pattern background image or a very subtle radial-gradient SVG overlay across the entire screen.
1059Component Stylings
1060Buttons (TouchableOpacity)
1061● Shape: Irregular wobbly rectangle.
1062○ Hard offset shadow view behind it.
1063● Pressed State (activeOpacity={1}):
1064Cards/Containers
1065● Decoration Types:
1066Inputs (TextInput)
1067● Style: Full box with wobbly borderRadius.
1068● Font: PatrickHand-Regular.
1069● Focus State: Border color changes to Blue Ballpoint (#2d5da1) with a slight increase in borderWidth.
1070● Placeholder: Muted Pencil (#2d2d2d60).
1071Layout Strategy
1072● Overflow: Allow decorative elements (like a hand-drawn star) to bleed slightly off the edge of the screen.
1073Non-Genericness (Bold Choices)
1074● Wavy Dividers: Replace standard horizontal rules with a hand-drawn squiggly line SVG.
1075Effects & Animation
1076Mobile-First Strategy (React Native)
1077Neumorphism(新拟物化)
1078通过单色背景上的双阴影拉伸和插入元素。柔软、触感好、物理接地,可接近性极佳。
10791. 极简主义硬件控制与智能家居
10802. 追求审美感的工具类 App
10813. 金融与健康监测看板(非密集型)
10824. 品牌营销与展示型页面
1083Design Philosophy (React Native / Mobile)
1084Unique Visual Signatures (Mobile Specific):
1085● Haptic Feedback: Every neumorphic interaction (Press/Release) must be accompanied by light haptic feedback (ImpactFeedbackStyle.Light).
1086● Physical Press: Active states should use transform: [{ scale: 0.97 }] to simulate material compression.
1087Design Token System (The DNA)
1088Colors (Light Mode - Cool Monochromatic)
1089● Text Primary: #3D4852 (7.5:1 contrast).
1090● Text Muted: #6B7280 (4.6:1 contrast).
1091● Accent: #6C63FF (Used for active toggles or primary CTAs).
1092Typography
1093● Font Family: Use System (San Francisco/Roboto) or PlusJakartaSans-Bold.
1094● Letter Spacing: -0.5 for headings to enhance the modern look.
1095Radius (React Native borderRadius)
1096● Large Container: 32
1097● Standard Button/Input: 16
1098● Pill/Search Bar: 999
1099Shadows & Effects (The Physics)
1100Extruded (Convex - Resting)
1101Inset (Concave - Pressed/Input)
1102Component Styling (React Native)
1103Buttons
1104● Default State: Extruded dual shadow.
1105● Haptics: Trigger Haptics.impactAsync on onPressIn.
1106Cards
1107Inputs
1108● Depth: Must be Inset (Concave) to look like a physical slot.
1109● Focus: Border color changes to #6C63FF with a thin 1.5px width.
1110Animation & Micro-interactions
1111● Framework: Use React Native Reanimated or LayoutAnimation.
1112● Interaction: * Scale: Buttons shrink by 2-3% when pressed.
1113Layout & Accessibility
1114● Safe Area: Always wrap in SafeAreaView.
1115● Touch Targets: Minimum 48x48 for all interactive elements.
1116● Contrast: Ensure text color maintains WCAG AA compliance against the #E0E5EC background.
1117Anti-Patterns (Do Not Do)
1118● No Pure White Backgrounds: The screen background MUST be #E0E5EC.
1119● No Sharp Edges: Avoid borderRadius < 12.
1120● No Flat Borders: Do not use borderWidth: 1 as a substitute for depth unless in a focus state.