NimbleBrain Design System

Clean, conversational, and built for SMBs and mid-market teams

Brand Identity

Primary Logo

NimbleBrain Logo

Use on light backgrounds. Primary wordmark for all marketing materials.

NIRA Icon

NIRA Logo

Conversational AI identity. Use for product features and in-app branding.

Color Palette

Primary Colors

Primary Blue
#0066FF
CTAs, links, primary actions
Cyan Accent
#00D4FF
Highlights, gradients, energy
Sky Blue
#3B82F6
Secondary actions, badges

Neutral Colors

White
#FFFFFF
Gray 50
#FAFBFC
Gray 100
#F1F5F9
Gray 200
#E2E8F0
Gray 300
#CBD5E1
Gray 500
#64748B
Gray 600
#475569
Gray 900
#0F172A

Brand Gradients

Primary Gradient
linear-gradient(135deg, #0066FF 0%, #00D4FF 100%)
Subtle Background
linear-gradient(180deg, #FFFFFF 0%, #F1F5F9 100%)

Typography

Font Family

Inter
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', ...

Inter for clean, professional typography. Falls back to system fonts for optimal performance.

Type Scale

Hero Headline
4rem / 64px · font-weight: 700 · line-height: 1.1
Page Headline
3rem / 48px · font-weight: 700 · line-height: 1.1
Section Headline
2rem / 32px · font-weight: 600 · line-height: 1.2
Subheading
1.5rem / 24px · font-weight: 600 · line-height: 1.3
Body Large - Perfect for supporting copy beneath headlines and important callouts that need emphasis.
1.125rem / 18px · font-weight: 400 · line-height: 1.6
Body Regular - Default paragraph text used throughout the site for readability and consistency across all content sections.
1rem / 16px · font-weight: 400 · line-height: 1.6
Body Small - Used for captions, metadata, and secondary information that requires less visual prominence.
0.875rem / 14px · font-weight: 400 · line-height: 1.5

Glassmorphic UI

Inspired by Studio's aesthetic - frosted glass effects with subtle transparency, blur, and depth.

Glass Card

Frosted glass effect with subtle transparency and backdrop blur for depth.

Elevated Glass

Stronger opacity for better contrast while maintaining the glassmorphic aesthetic.

Subtle Glass

Minimal opacity for subtle layering without overwhelming the background.

background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);

Spacing System

8px base unit for consistent rhythm and alignment across all components.

xs
8px / 0.5rem
sm
16px / 1rem
md
24px / 1.5rem
lg
32px / 2rem
xl
48px / 3rem
2xl
64px / 4rem
3xl
96px / 6rem
4xl
128px / 8rem

Shadow System

Small

0 1px 3px rgba(0, 0, 0, 0.1)

Medium

0 4px 12px rgba(0, 0, 0, 0.1)

Large

0 10px 30px rgba(0, 0, 0, 0.15)

XLarge

0 20px 60px rgba(0, 0, 0, 0.2)

Buttons

Primary

Secondary

Ghost & Text Buttons

Perfect for footer links, navigation items, and low-emphasis actions

Glass Buttons

Navigation

Sticky navbar with glassmorphic backdrop blur for depth and clarity.

Sticky Navigation (Light)

Scroll to see sticky nav effect

The navigation bar uses backdrop blur and stays fixed at the top

nav {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

Dark CTA Sections

High-contrast dark backgrounds for final CTAs and footer-adjacent sections.

Solid Dark CTA

Ready to transform your workflow?

Join thousands of teams automating their business through conversation.

Start talking to Nira Book a demo
<section class="cta-dark">
  <div class="container-narrow" style="text-align: center;">
    <h2>Ready to transform your workflow?</h2>
    <p>Join thousands of teams...</p>
    <a href="#" class="btn btn-primary btn-lg">Start talking to Nira</a>
  </div>
</section>

Gradient Dark CTA

Automation through conversation.

No flowcharts. No setup. Just talk to Nira.

Get started free
<section class="cta-gradient-dark">
  <div class="container-narrow" style="text-align: center;">
    <h2>Automation through conversation.</h2>
    <p>No flowcharts. No setup. Just talk to Nira.</p>
    <a href="#" class="btn btn-primary btn-lg">Get started free</a>
  </div>
</section>

Dark CTA with Blue Gradient Accent

Limited Time Offer

Start your automation journey today

First 100 users get 3 months free. No credit card required.

Claim your spot

Border Radius

Small
0.25rem / 4px
Medium
0.5rem / 8px
Large
0.75rem / 12px
XLarge
1rem / 16px
Full
50% / 9999px

Clean, minimal components with subtle colors and refined details.

Subtle Tinted Cards

Replace bright colored backgrounds with elegant subtle tints. Perfect for feature cards and content sections.

Blue Tint

Subtle blue gradient for trust and professionalism

.card-tinted-blue

Warm Tint

Warm gradient for energy and optimism

.card-tinted-warm

Cool Tint

Cool gradient for freshness and growth

.card-tinted-cool

Purple Tint

Purple gradient for creativity and innovation

.card-tinted-purple

Amber Tint

Amber gradient for warmth and attention

.card-tinted-amber

Feature Cards (with Icons)

Clean, minimal cards with category labels and icon containers. Perfect for feature grids.

Automation

Describe it. Done.

Tell Nira what you need in plain English. Nira builds and runs your workflows automatically.

Performance

Lightning fast

Optimized for speed and efficiency. Run hundreds of workflows simultaneously without slowdown.

Precision

Accurate results

Advanced AI ensures your automations work correctly every time, with built-in error handling.

Collaboration

Team-friendly

Share workflows with your team. Everyone stays in sync with real-time updates.

Feature Cards with Media

Cards where image/video extends to the edges with no padding. Media appears below content.

Automation

Describe it. Done.

Tell Nira what you need in plain English. Nira builds and runs your workflows automatically.

Image/Video Here
Daily Insights

Ask once. Runs forever.

Set up recurring workflows that run automatically on your schedule.

Image/Video Here
Integrations

One conversation. Every tool.

Connect all your tools in a single conversation interface.

Image/Video Here
Natural Language

Simple as a conversation.

No complex configuration. Just describe what you need.

Image/Video Here
<div class="feature-card feature-card-with-media">
  <!-- Content first -->
  <div class="feature-card-content">
    <span class="feature-card-label">Category</span>
    <h4 class="feature-card-title">Card Title</h4>
    <p class="feature-card-description">Description text</p>
  </div>
  <!-- Media below with tinted background -->
  <div class="feature-card-media-bottom media-bg-blue">
    <img src="/image.jpg" alt="Feature" />
    <!-- or <video> -->
  </div>
</div>

<!-- Available tint backgrounds: -->
<!-- media-bg-blue, media-bg-warm, media-bg-cool, media-bg-purple, media-bg-amber, media-bg-gray -->

Media Background Tints

Subtle background colors for media containers. Use these to color the padding area around images/videos.

Image

media-bg-blue

Image

media-bg-warm

Image

media-bg-cool

Image

media-bg-purple

Image

media-bg-amber

Image

media-bg-gray

Badges

Small, elegant badges for labels, status indicators, and feature highlights.

New Featured Active Beta Coming Soon
<span class="badge badge-new">New</span>
<span class="badge badge-primary">Featured</span>
<span class="badge badge-success">Active</span>
<span class="badge badge-warning">Beta</span>
<span class="badge badge-subtle">Coming Soon</span>

Icon System (Lucide)

Using Lucide icons for clean, consistent iconography.

Sparkles
Zap
Target
Users
Check
Alert
---
import { Sparkles, Zap, Target } from 'lucide-astro';
---

<div class="feature-icon feature-icon-blue">
  <Sparkles size={24} />
</div>

Refined Shadow System

Subtle shadows for cards and interactive elements.

Extra Small

--shadow-xs

Card

--shadow-card

Card Hover

--shadow-card-hover

Subtle Tint Colors

Subtle tints for elegant background colors.

Blue Tint
#F7FAFF
--color-tint-blue
Warm Tint
#FFFBF5
--color-tint-warm
Cool Tint
#F6FBFA
--color-tint-cool
Purple Tint
#FAF5FF
--color-tint-purple
Amber Tint
#FFFBEB
--color-tint-amber

Hero Feature Card

Large feature card with 1/3 content + 2/3 image layout. Image extends to card edges with no padding.

New

Introducing Nira

Your AI coworker who handles the busywork.

Builds workflows automatically

Describe what you need. Nira builds it and runs it.

Full context of your business

Connected to your tools and data. Knows what you know.

Works with your team

Collaborates alongside everyone, keeping work in sync.

Meet Nira
Nira conversational interface demo

Usage: This card uses a 1fr 2fr grid layout. Content on left, full-bleed image on right with glowing orb effect.