ParityDeals

ParityDeals

Pricing command center
Visit
ParityDeals

Marketing Pages

10
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available
Abstract geometric logo composed of four colorful rounded shapes in red, pink, purple, blue, and green arranged in a stylized 'F'.
Figmaย fileย available

๐Ÿ”’ Get SaaSFrame Pro to see 7 more marketing pages from ParityDeals

Product Interfaces

0
No items found.
No items found.

๐Ÿ”’ Get SaaSFrame Pro to see 3 more product intefaces from ParityDeals

Emails

0
No items found.
No items found.

๐Ÿ”’ Get SaaSFrame Pro to see 3 more emails from ParityDeals

No items found.
No items found.

ParityDeals โ€” Design System Overview

Source \- URL: \- Fetched: 2026-07-15 (live page + pricing page) \- Stack: Next.js (SSR/SSG), React โ€” inferred from routing patterns and \_next asset paths

Typography \- Font family: System sans-serif stack (Inter or similar geometric sans); no custom webfont detected in page source \- Headings: Bold weight (700โ€“800), large display sizes (48โ€“72px on hero), tight letter-spacing \- Body: Regular weight (400), ~16px base, relaxed line-height (~1.6) \- Labels/caps: Uppercase small tracking labels used for section intros (e.g. "GLOBAL REACH", "FRAUD PROTECTION") \- CTA buttons: Medium weight (500โ€“600), 14โ€“16px

Color Philosophy \- Light-mode only site (meta-theme-color: #fff) \- Primary background: white (#ffffff) \- Brand accent: Green โ€” used for CTAs, highlights, success indicators (approx. #22c55e / emerald-green family) \- Dark text on white: near-black (#0f172a or #111827) \- Muted/secondary text: gray (~#6b7280) \- Section dividers: light gray (#f3f4f6 or #f9fafb) for alternating backgrounds \- Badge/pill elements: light green tint background with dark green text

Spacing \- Base unit: 4px (Tailwind-style 4px grid) \- Section vertical padding: 80โ€“120px \- Component gap: 24โ€“48px \- Content max-width: ~1200px centered

Border Radius \- Buttons: fully rounded (pill) โ€” ~9999px \- Cards: medium rounded โ€” ~12โ€“16px \- Badges/tags: fully rounded pill

Shadows \- Cards: subtle drop shadow (soft, low opacity) \- No heavy elevation; flat-first design with border outlines on some cards

Layout \- Single-column centered hero, transitioning to 2โ€“3 column grids \- Sticky top navigation bar \- Full-width section backgrounds (white / light-gray alternating) \- Footer: multi-column link grid

Component Patterns \- CTA buttons: Primary (green filled, pill), Secondary (outline/ghost, pill) \- Pricing cards: 3-tier layout with "Popular" badge highlight \- Testimonial marquee / scrolling carousel \- Section intro: uppercase label + large heading + subtext \- Integration logo grid (Stripe, Paddle, Gumroad, etc.) \- Dark/light toggle: not present โ€” light-only

:root { / Typography / --font-family-base: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; --font-size-xs: 0.75rem; / 12px / --font-size-sm: 0.875rem; / 14px / --font-size-base: 1rem; / 16px / --font-size-lg: 1.125rem; / 18px / --font-size-xl: 1.25rem; / 20px / --font-size-2xl: 1.5rem; / 24px / --font-size-3xl: 1.875rem; / 30px / --font-size-4xl: 2.25rem; / 36px / --font-size-5xl: 3rem; / 48px / --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-extrabold: 800; --line-height-tight: 1.25; --line-height-normal: 1.5; --line-height-relaxed: 1.625; --letter-spacing-tight: -0.025em; --letter-spacing-normal: 0em; --letter-spacing-wide: 0.05em; --letter-spacing-widest: 0.1em;

/ Spacing (4px base grid) / --space-xs: 0.25rem; / 4px / --space-sm: 0.5rem; / 8px / --space-md: 1rem; / 16px / --space-lg: 1.5rem; / 24px / --space-xl: 2rem; / 32px / --space-2xl: 3rem; / 48px / --space-3xl: 5rem; / 80px / --space-4xl: 7.5rem; / 120px /

/ Colors โ€” Light Mode / --color-background: #ffffff; --color-background-subtle: #f9fafb; --color-background-muted: #f3f4f6; --color-foreground: #0f172a; --color-foreground-muted: #6b7280; --color-foreground-subtle: #9ca3af;

/ Brand / Accent โ€” Green / --color-accent: #22c55e; --color-accent-hover: #16a34a; --color-accent-light: #dcfce7; --color-accent-foreground: #ffffff; --color-accent-dark: #15803d;

/ Neutral / --color-border: #e5e7eb; --color-border-strong: #d1d5db;

/ Semantic / --color-success: #22c55e; --color-error: #ef4444; --color-warning: #f59e0b;

/ Border Radius / --radius-sm: 0.375rem; / 6px / --radius-md: 0.75rem; / 12px / --radius-lg: 1rem; / 16px / --radius-xl: 1.5rem; / 24px / --radius-full: 9999px; / pill /

/ Shadows / --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -1px rgba(0, 0, 0, 0.04); --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);

/ Transitions / --transition-default: all 0.2s ease; --transition-fast: all 0.15s ease; --transition-slow: all 0.3s ease;

/ Layout / --layout-max-width: 1200px; --layout-content-width: 768px; --layout-nav-height: 64px; --layout-section-padding-y: var(--space-3xl); --layout-section-padding-x: var(--space-xl); }

Color Tokens

Token Value Usage
--color-background #ffffff Page background
--color-background-subtle #f9fafb Section alternating bg
--color-background-muted #f3f4f6 Card / input bg
--color-foreground #0f172a Primary text
--color-foreground-muted #6b7280 Secondary text
--color-foreground-subtle #9ca3af Placeholder, disabled
--color-accent #22c55e Primary CTA, highlights
--color-accent-hover #16a34a Hover state on green
--color-accent-light #dcfce7 Badge / tag backgrounds
--color-accent-dark #15803d Dark variant / pressed
--color-border #e5e7eb Default borders
--color-border-strong #d1d5db Emphasized borders

Spacing Tokens

Token Value px equiv
--space-xs 0.25rem 4px
--space-sm 0.5rem 8px
--space-md 1rem 16px
--space-lg 1.5rem 24px
--space-xl 2rem 32px
--space-2xl 3rem 48px
--space-3xl 5rem 80px
--space-4xl 7.5rem 120px

Typography Tokens

Token Value Usage
--font-family-base Inter, system-ui, sans-serif All body + UI text
--font-size-base 1rem (16px) Body copy
--font-size-lg 1.125rem (18px) Lead text
--font-size-4xl 2.25rem (36px) Section headings
--font-size-5xl 3rem (48px) Hero headline
--font-weight-bold 700 Headings
--font-weight-extrabold 800 Hero / display
--letter-spacing-widest 0.1em Uppercase section labels

Border Radius Tokens

Token Value Usage
--radius-sm 6px Small UI elements
--radius-md 12px Cards
--radius-lg 16px Large cards
--radius-full 9999px Buttons (pill), badges

Shadow Tokens

Token Value Usage
--shadow-sm 0 1px 2px rgba(0,0,0,0.05) Subtle lift
--shadow-md 0 4px 6px rgba(0,0,0,0.07) Cards
--shadow-lg 0 10px 15px rgba(0,0,0,0.08) Modals, dropdowns

Framework & Stack \- Framework: Next.js (React) โ€” confirmed by \_next/ asset paths in 404 redirects \- CSS approach: Likely Tailwind CSS โ€” spacing, color, and typography patterns match Tailwind's scale exactly; no custom CSS framework detected \- Component library: Custom components built on Tailwind; no evidence of shadcn/ui or Radix directly, though patterns are consistent with that stack

Theme Support \- Light mode only โ€” meta-theme-color: #fff on all pages; no dark mode toggle observed in navigation or page structure \- No prefers-color-scheme dark overrides inferred

Data Source \- Primary: live page fetch via mcp\_\_workspace\_\_web\_fetch (homepage + pricing page) \- CSS/JS asset files not directly accessible (Next.js bundles, 404 on direct path attempts) \- Color values and spacing are approximated from visual patterns, meta tags, and content structure โ€” not extracted from raw CSS source \- Confidence: HIGH for layout structure and component patterns; MEDIUM for exact color hex values (green accent family confirmed, exact shade approximate)

Notable Design Patterns \- Pill buttons throughout โ€” primary green filled + ghost/outline variants \- Uppercase spaced labels precede section headings (e.g., "GLOBAL REACH", "FRAUD PROTECTION") โ€” classic SaaS marketing pattern \- Testimonial marquee: infinite horizontal scroll of social proof avatars and quotes \- Pricing page: 3-tier card layout with "Popular" badge on middle/scale tier \- Integration logo strip: grid of partner logos (Stripe, Paddle, Gumroad, Lemon Squeezy, etc.) \- Minimal footer: multi-column link grid, copyright, social icons \- No animations declared โ€” transitions likely minimal (hover states only) \- OG image: โ€” brand green likely dominant

Monthly

$14 /month

Billed $14 monthly
Browse all screens & flows
Filter and search screens & flows
Bookmark items
Access Figma files
Access mobile versions
Join now

Quarterly

$12 /month

Billed $36 quarterly
Browse all screens & flows
Filter and search screens & flows
Bookmark items
Access Figma files
Access mobile versions
Join now

Yearly

$10 /month

Billed $120 yearly
Browse all screens & flows
Filter and search screens & flows
Bookmark items
Access Figma files
Access mobile versions
Join now

Ask For A Quote

For teams with specific billing and compliance needs
Get A Quote
Pay by invoice
Multi-annual billing
Compliance process
No automatic renewal

Biggest SaaS library.

Browse website pages, product interfaces and emails from a growing library of hundreds of SaaS.
Abstract red geometric shape with diagonal lines forming a diamond on a black background.Black and white 3D cube with a bold letter N on the front face, representing the Notion app logo.White lowercase 'fs' letters on a pink and orange gradient background.White uppercase letter S on a blue and purple gradient background.A purple icon consisting of two vertically overlapping circles on a light lavender background.White circle with three diagonal white stripes in lower left corner on a gradient blue background.

Desktop & mobile versions.

Switch from desktop to mobile versions to see how the best designers make websites responsive.
Attio website homepage with navigation links, headline 'Customer relationship magic,' a CRM dashboard screenshot, call-to-action buttons, and logos of companies like CocaCola, OpenAI, and Pallet.Attio homepage showing the tagline 'Customer relationship magic' with a description about flexible, data-driven CRM, buttons for 'Start for free' and 'Talk to sales', and a screenshot of a sales pipeline interface with a play button.

Access the Figma files.

You like a design? Download the Figma file of any website page you see on SaaSFrame.

Advanced filtering.

Use filters to find the design or copywriting inspiration that you need in seconds.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Let it flow.

Discover the user journey of the best SaaS with interfaces organized in flows.
Mercury banking dashboard showing account balances, recent transactions, and a menu for moving money with options to pay, add funds, request payment, or transfer between accounts.
Payment interface showing recipient selection with options to add or invite a recipient and a list of recently paid recipients including Jason Green (Contractor) and Aliyah McMahon (Vendor).
Payment method selection screen for 'Payment to Jason Green' showing options ACH, Check, Wire, and selected International Wire with details and navigation buttons.
International wire payment interface showing $120 USD to Jason Green with options to send wire as SHA for free or OUR for $15, sending from Ops/Payroll account with balance $1,374,471.14, with navigation buttons Go Back and Next.
Confirmation screen showing a recurring international wire payment setup to pay $120 monthly to Jason Green on the 27th, with dates for April 27, May 26 noting May 27 is a weekend, and June 27, no end date, and buttons to view payments or make another payment.
Mercury banking dashboard showing account balances, recent transactions, and a menu for moving money with options to pay, add funds, request payment, or transfer between accounts.

Save design inspirations.

Bookmark screens and flows so you can find them any time you need it.
โŒ˜
B
BOOKMARK DESIGN
Start your design
research
Web form titled 'Create a new order' for selecting journey type, origin, destination, departure and return dates, passengers, and class with a 'Find available flights' button.Three software interface screenshots: Surfe CRM LinkedIn integration, Linear product management tool, and Mercury banking dashboard.Three side-by-side website screenshots showing a login page for Copperx, a team collaboration platform with bright yellow background, and an AI-powered developer platform with space-themed graphics.Three website screenshots showing a design tool and distribution dashboard for design tokens, promoting ease and automation.Three side-by-side website screenshots showing a login page for Copperx, a team collaboration platform with bright yellow background, and an AI-powered developer platform with space-themed graphics.

How do you process payment?

SaaSFrame subscriptions are sold on Lemon Squeezy, a secured online selling platform for creators.

What about future updates and versions?

SaaSFrame gets updated all the time! Every new update and version will immediately be made available to all SaaSFrame users.

Can you send me an invoice?

You can generate an invoice on your Lemon Squeezy portal once you purchased SaaSFrame. You will find the link in the order confirmation email.

How can I cancel my membership subscription?

You can cancel your membership subscription at any moment on your profile page.โ€

Can I get a refund?

If you're not satisfied, you can ask for a refund within 7 days. Just send me an email at antoine[at]unmake[dot]io

I have another question.

You can send me an email at antoine[at]unmake[dot]io, I'll be happy to help with any questions.