Design System

Cogniv Design System Overview

A complete reference for the design language, components, and patterns that power the Cogniv product and marketing site.

v1.0.0● LiveUpdated - 2026
01

Pages

All pages included in this template, organized for marketing, product, and content needs.

All Pages (26)
Every page included in this template
Live

Home

Marketing landing page with hero, features, and CTAs.

/
Live

Overview

Design system overview with pages, typography, colors, and components.

/overview
Live

Pricing

Tiered plans with monthly/yearly toggle and comparison table.

/pricing
Live

Integrations

Searchable grid of 100+ third-party integrations.

/integrations
Live

Contact

Multi-channel contact form with office locations.

/contact
Live

About

Company story, team, values, and investor info.

/about
Live

Blog

MDX-powered blog with categories and search.

/blog
Live

Blog: AI Agents

Article page for the future of work with AI agents.

/blog/ai-agents-future-of-work
Live

Blog: Customer Support

Article page about automating customer support workflows.

/blog/automate-customer-support
Live

Blog: Workflow Automation

Article page about scaling workflow automation.

/blog/scaling-workflow-automation
Live

Legal

Legal index route that redirects into policy documentation.

/legal
Live

Legal: Cookies

Cookie policy and tracking disclosure page.

/legal/cookies
Live

Legal: Privacy

Privacy policy and data handling documentation.

/legal/privacy
Live

Legal: Security

Security, compliance, and platform protection documentation.

/legal/security
Live

Legal: Terms

Terms of service and usage agreement page.

/legal/terms
Live

Changelog

Versioned product updates and release notes.

/changelog
Live

Customers

Case studies and customer success stories.

/customers
Live

Customer: Acme Corp

Customer success story detail page for Acme Corp.

/customers/acme-corp
Live

Customer: Lumen Health

Customer success story detail page for Lumen Health.

/customers/lumen-health
Live

Customer: Northwind Logistics

Customer success story detail page for Northwind Logistics.

/customers/northwind-logistics
Live

Customer: Pixel Design Studio

Customer success story detail page for Pixel Design Studio.

/customers/pixel-design-studio
Live

Customer: Stellar Finance

Customer success story detail page for Stellar Finance.

/customers/stellar-finance
Live

Customer: Voltway Energy

Customer success story detail page for Voltway Energy.

/customers/voltway-energy
Live

404 / Not Found

Brand-consistent error page with helpful links.

/this-doesnt-exist
Live

Robots.txt

Generated robots metadata route for crawler access rules.

/robots.txt
Live

Sitemap.xml

Generated sitemap metadata route with all indexable pages.

/sitemap.xml
02

Typography

Type scale, weights, and font families. Built around Inter for body and display.

Type Scale
Full typographic hierarchy used across the site
Display
Display 56px
H1
Heading 1 — 48px
H2
Heading 2 — 36px
H3
Heading 3 — 30px
H4
Heading 4 — 24px
H5
Heading 5 — 20px
H6
Heading 6 — 18px
Body Lg
Body large — 16px with relaxed line-height
Body
Body — 14px with normal line-height
Caption
Caption — 12px small text
Overline
Overline label — 11px
Font Weights
Inter typeface — 5 active weights
Aa
Light
300
Aa
Regular
400
Aa
Medium
500
Aa
Semibold
600
Aa
Bold
700
Primary Font
Inter
Variable font · sans-serif
Monospace Font
JetBrains Mono
For code blocks
Tracking
-0.02em → 0.2em
Tight on display, wide on overlines
03

Colors

Brand, surface, border, text, and semantic colors. Click any swatch to copy the value.

Brand
Primary brand colors used for accents and CTAs
Surface
Background and surface colors for the dark theme
Border
Border colors at varying opacities
Text
Text color hierarchy from primary to disabled
Semantic
Functional colors for status, alerts, and feedback
04

Spacing

Spacing scale, breakpoints, border radius, and container widths used throughout.

Spacing Scale
Based on Tailwind's 4px increment system
w-px
1px
w-0.5
2px
w-1
4px
w-2
8px
w-3
12px
w-4
16px
w-5
20px
w-6
24px
w-8
32px
w-10
40px
w-12
48px
w-16
64px
w-20
80px
w-24
96px
w-32
128px
Breakpoints
Responsive design breakpoints (mobile-first)
📱
Mobile
0 – 639px
default
📲
Tablet (sm)
640px – 1023px
sm:
💻
Desktop (lg)
1024px – 1279px
lg:
🖥️
Wide (xl)
1280px+
xl:
Border Radius
We use rounded-none for the square aesthetic
None
0px
Sm
2px
Default
4px
Md
6px
Lg
8px
Full
9999px
Container Widths
max-w-sm
384px
max-w-md
448px
max-w-2xl
672px
max-w-3xl
768px
max-w-5xl
1024px
max-w-7xl
1280px
lg:px-12
Section pad
lg:px-16
Hero pad
05

Component Samples

Live previews of the reusable building blocks. Copy code with a single click.

Buttons
Primary, secondary, outline, and ghost variants
tsx
<Button variant="primary" size="lg">Primary</Button>
<Button variant="secondary" size="md">Secondary</Button>
<Button variant="outline" size="sm">Outline</Button>
<Button variant="ghost">Ghost</Button>
Section Label
Used at the top of every page section
Pricing
tsx
<SectionLabel>Pricing</SectionLabel>
Badges
Status indicators and tags
DefaultLiveBetaNewDeprecated
tsx
<Badge variant="outline">Default</Badge>
<span className="bg-emerald-500/20 text-emerald-400 ...">Live</span>
<span className="bg-yellow-500/20 text-yellow-400 ...">Beta</span>
Form Inputs
Text input, textarea, and select styled to match the dark theme
tsx
<input className="border border-white/15 bg-white/[0.02] px-3 py-2.5 text-sm text-white ..." />
Card
Bordered content container with optional hover state

Sample card

A simple card with icon, title, and description.

tsx
<div className="border border-white/10 p-6 hover:bg-white/[0.02] transition-colors">
  ...
</div>
Avatar
User avatars with gradient fallback
JD
SC
MR
PS
+5
tsx
<div className="h-10 w-10 rounded-full bg-gradient-to-br from-emerald-400 ..." />
Inline Code
For code snippets inside text

Run npm install to install dependencies.

tsx
<code className="border border-white/10 bg-white/[0.05] px-1.5 py-0.5 text-emerald-400">
  npm install
</code>
Callouts
Highlighted notes for warnings, info, and success
Info: This is an informational message.
Success: Your changes have been saved.
Warning: This action cannot be undone.
Error: Something went wrong.
Stat Display
Highlighted numbers and metrics
10K+
Users
99.9%
Uptime
2M+
Tasks
Checklist
Feature lists with emerald checkmarks
  • Unlimited team members
  • 100GB of storage
  • 24/7 support
  • Custom integrations
Links
Inline and standalone link styles