Design

The 11 Design Decisions That Define How Your App Looks (No Designer Required)

M
Maurits Dierick
·February 23, 2026·10 min read

The 11 Design Decisions That Define How Your App Looks (No Designer Required)

You don't need a designer. You need 11 decisions.

A professional designer makes hundreds of micro-decisions during product design: every pixel, every shadow, every transition, every hover state. But most of those decisions flow from 11 macro-level choices about visual style. Make those 11 choices well, and your app looks intentional and cohesive. Leave them to chance, and everything looks generic.

Here are the 11 decisions that actually matter, what each one controls, and how to pick the right option for your product without any design experience.

Decision 1: Corner Style (Border Radius)

What it controls: How sharp or rounded your corners are. It's one of the first things users notice about your visual style.

Options:

When to pick each:

CSS token: --radius-sm, --radius-md, --radius-lg

Decision time: 2 minutes.

Decision 2: Button Style

What it controls: How buttons look: filled, outlined, ghost, or soft-filled. This affects the visual hierarchy and how clear actions are.

Options:

When to pick each:

CSS tokens: Button components with variant prop

Decision time: 2 minutes.

Decision 3: Element Separation

What it controls: How you visually separate content areas: with borders, shadows, or background color differences.

Options:

When to pick each:

CSS tokens: --shadow-md, --radius-md, --color-border

Decision time: 2 minutes.

Decision 4: Spacing Density

What it controls: How much breathing room elements have. Compact, default, or spacious. Affects how many items fit on screen and how the interface feels.

Options:

When to pick each:

CSS tokens: --spacing-xs, --spacing-sm, --spacing-md, --spacing-lg, --spacing-xl

Decision time: 2 minutes.

Decision 5: Shadow Style

What it controls: How shadows look: none, subtle, or dramatic. Affects depth perception and how modern the design feels.

Options:

When to pick each:

CSS token: --shadow-sm, --shadow-md, --shadow-lg

Decision time: 1 minute.

Decision 6: Color Temperature

What it controls: Whether your color palette feels warm or cool. Affects the emotional tone of your product.

Options:

When to pick each:

CSS tokens: --color-primary, --color-secondary, --color-accent

Decision time: 3 minutes. Think about your audience and competition.

Decision 7: Color Saturation

What it controls: Whether your colors are muted (desaturated) or vibrant (saturated). Affects professionalism and energy.

Options:

When to pick each:

CSS tokens: Color definitions in OKLCH format. Adjust chroma to control saturation.

Decision time: 2 minutes.

Decision 8: Font Personality

What it controls: Whether your font feels geometric/mechanical or rounded/human. One of the most noticeable design decisions.

Options:

When to pick each:

CSS token: --font-family-sans

Decision time: 3 minutes. This shapes your entire vibe.

Decision 9: Font Weight Bias

What it controls: Whether you use regular weight (400) for most text or bold weight (600-700) for emphasis. Affects readability and visual hierarchy.

Options:

When to pick each:

CSS tokens: --font-weight-normal (400), --font-weight-semibold (600), --font-weight-bold (700)

Decision time: 2 minutes.

Decision 10: Motion Speed

What it controls: How fast animations and transitions are. Snappy (100-200ms) or smooth (300-500ms). Affects perceived performance and vibe.

Options:

When to pick each:

CSS tokens: Tailwind duration-* utilities or custom CSS transitions.

Decision time: 1 minute.

Decision 11: Border Weight

What it controls: How thick borders are on elements like inputs, cards, and buttons. Affects visual weight and style.

Options:

When to pick each:

CSS token: Tailwind border utilities or custom CSS border properties.

Decision time: 1 minute.

How These 11 Decisions Interact

These 11 decisions don't exist in isolation. They work together to create your overall visual identity.

Example 1: Enterprise SaaS

Result: Professional, technical, trustworthy. Think Stripe, Figma, Linear.

Example 2: Consumer Wellness App

Result: Friendly, approachable, premium. Think Headspace, Calm, modern Airbnb.

Example 3: Developer Tool

Result: Modern, technical, builder-focused. Think VS Code theme, GitHub, contemporary dev tools.

Presets: Named Combinations as Starting Points

Instead of making all 11 decisions individually, you can start with a preset that combines them coherently:

Clarity: Sharp, structured, enterprise. All 11 decisions tuned for clarity and technical precision. Best for: B2B, fintech, developer tools, admin dashboards.

Soft: Rounded, warm, friendly. All decisions tuned for approachability. Best for: consumer apps, wellness, social, lifestyle.

Glass: Translucent, modern, layered. Combines sharp corners with soft shadows and glass-morphism effects. Best for: contemporary design-forward products, trendy startups.

Brutal: Bold, angular, edgy. Heavy borders, saturated colors, sharp angles. Best for: experimental, design-forward, attention-grabbing products.

Each preset is a coherent starting point. Adjust individual decisions after choosing a preset if needed.

Frequently Asked Questions

Q: What design decisions do I need to make for my app?

A: Eleven decisions cover 95% of your app's visual identity: corner style (sharp to round), button style (filled, outline, ghost, soft-fill), element separation (border, shadow, or background), spacing density (compact, default, spacious), shadow style (none to hard-offset), color temperature (warm to cool), color saturation (muted to vibrant), font personality (geometric or rounded), font weight bias (regular to bold), motion speed (smooth or snappy), and border weight (hairline to medium). Make these 11 decisions, and your app looks intentional and cohesive.

Q: How do I choose the right font for my app without a designer?

A: Match font personality to your product's character. Geometric fonts (Instrument Sans, Inter, Plus Jakarta Sans) communicate modern precision, making them good for developer tools, fintech, and B2B products. Rounded fonts (DM Sans, Nunito, Quicksand) communicate warmth and approachability, fitting consumer apps, wellness, and education products. Pick one and commit.

Q: What's the fastest way to make these 11 decisions?

A: Use a preset as a starting point, then adjust. Matchkit offers four: Clarity (sharp, structured, enterprise), Soft (rounded, warm, friendly), Glass (translucent, modern, layered), and Brutal (bold, angular, edgy). Pick the closest match to your product's personality, then tweak individual decisions in the configurator. Total time: about 60 seconds.


Ready to stop overthinking design? Open Matchkit and use the visual configurator to make these 11 decisions visually. See changes in real-time. Download a complete design system with tokens and components ready for Claude Code and Cursor.

Once you've made your 11 design decisions, learn how to encode them so your AI coding tools actually follow them. Read "How to Build a Design System Your AI Coding Tool Actually Follows."

#design-decisions#non-designers#ui-design#design-axes#visual-style
All articles

More articles

Design

MCP Servers for Design: How AI Coding Tools Are Getting a Taste Layer

April 5, 2026·7 min read
Case Study

The Design Gap Between $0/mo and $49/mo SaaS (It's 11 CSS Values)

April 2, 2026·7 min read
Case Study

Agency Workflow: From Client Brief to Branded Prototype with AI Coding

March 29, 2026·7 min read