Base44

Base44

Build App with AI in Minutes
Visit
Base44

Marketing Pages

8
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 5 more marketing pages from Base44

Product Interfaces

0
No items found.
No items found.

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

Emails

0
No items found.
No items found.

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

No items found.
No items found.

Base44 Design System

Source & Stack \- URL: \- Framework: Tailwind CSS (utility-first) \- Components: Custom with Tailwind classes; pill-shaped controls, featherlight aesthetic \- Icons: Lucide icons (swappable via prompt) \- Theme engine: Global Theme panel โ€” palette + typography + spacing updated app-wide \- Dark mode: Light-only interface by default (dark mode requested by community, not yet shipped)

Typography \- Primary typeface: Madefor Text (Wix Madefor Text) \- Display style: Whisper-weight โ€” weight 400 at large size; feels engraved rather than stamped \- Letter-spacing: 0.1em on body and nav text \- Weight rule: No bold (600+) or black weights for headlines; 400 is the display voice \- Font management: Via Theme panel Fonts tab; supports Google Fonts + Brand Fonts library

Color Philosophy \- Canvas: #faf9f7 โ€” warm off-white (page background) \- Surface: #ffffff โ€” white only for cards and elevated surfaces \- Accent: #ebffb1 โ€” electric lime; the sole saturated color allowed on interactive surfaces \- Text on accent: Dark text over lime CTA buttons \- Everything else: Achromatic (grays, blacks, whites) or gradient-borne \- Principle: One accent, maximum authority โ€” interface stays quiet so the lime pops

Spacing \- Managed via Tailwind spacing scale (4px base unit) \- Customizable globally through Theme panel spacing settings \- Featherlight aesthetic: minimal padding, airy layouts

Component Defaults \- Border radius (cards/surfaces): 10px โ€” never sharp, never larger rounding \- Border radius (controls/buttons): 999px โ€” pill-shaped \- Borders: Hairline (1px), low-contrast \- Shadows: Almost none โ€” near-flat elevation model \- CTA fill: #ebffb1 lime with dark foreground text

Layout \- Mobile-first, responsive via Tailwind breakpoints \- Clean white space, deep navy/emerald accents in marketing contexts \- Smooth animations throughout \- Premium, editorial feel: sparse chrome, content-forward

/ ============================================ Base44 Design System โ€” CSS Custom Properties Source: base44.com (Tailwind CSS + custom theme) ============================================ /

:root { / --- Color: Canvas & Surfaces --- / --color-canvas: #faf9f7; / warm off-white page background / --color-surface: #ffffff; / cards, elevated product surfaces / --color-surface-raised: #ffffff;

/ --- Color: Accent (Electric Lime) --- / --color-accent: #ebffb1; / primary CTA fill โ€” sole saturated color / --color-accent-hover: #dfffa0; / slightly deeper lime on hover / --color-accent-fg: #1a1a1a; / dark text over lime backgrounds /

/ --- Color: Achromatic Scale --- / --color-gray-50: #fafafa; --color-gray-100: #f4f4f5; --color-gray-200: #e4e4e7; --color-gray-300: #d4d4d8; --color-gray-400: #a1a1aa; --color-gray-500: #71717a; --color-gray-600: #52525b; --color-gray-700: #3f3f46; --color-gray-800: #27272a; --color-gray-900: #18181b;

/ --- Color: Semantic --- / --color-bg: var(--color-canvas); --color-fg: #1a1a1a; --color-fg-muted: var(--color-gray-500); --color-fg-subtle: var(--color-gray-400); --color-border: var(--color-gray-200); / hairline borders / --color-border-focus: var(--color-accent);

/ --- Typography --- / --font-sans: 'Madefor Text', 'Wix Madefor Text', system-ui, sans-serif; --font-display: var(--font-sans); --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

--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; / display voice โ€” even at large sizes / --font-weight-medium: 500; --font-weight-semibold: 600; / use sparingly โ€” not for headlines /

--line-height-tight: 1.2; --line-height-snug: 1.375; --line-height-normal: 1.5; --line-height-relaxed: 1.625;

--letter-spacing-body: 0.1em; / body + nav text / --letter-spacing-tight: -0.01em; / large display headings / --letter-spacing-normal: 0em;

/ --- Spacing (4px base unit, Tailwind scale) --- / --space-1: 0.25rem; / 4px / --space-2: 0.5rem; / 8px / --space-3: 0.75rem; / 12px / --space-4: 1rem; / 16px / --space-5: 1.25rem; / 20px / --space-6: 1.5rem; / 24px / --space-8: 2rem; / 32px / --space-10: 2.5rem; / 40px / --space-12: 3rem; / 48px / --space-16: 4rem; / 64px / --space-20: 5rem; / 80px / --space-24: 6rem; / 96px /

/ --- Border Radius --- / --radius-none: 0px; --radius-sm: 4px; --radius-md: 8px; --radius-card: 10px; / all cards and product surfaces / --radius-lg: 12px; --radius-xl: 16px; --radius-pill: 999px; / buttons, tags, pill-shaped controls / --radius-full: 9999px;

/ --- Shadows (near-flat โ€” almost none) --- / --shadow-none: none; --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.04); --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.06); --shadow-md: 0 2px 8px 0 rgba(0, 0, 0, 0.06); --shadow-card: var(--shadow-sm); / default card shadow /

/ --- Transitions --- / --transition-fast: 150ms ease; --transition-normal: 200ms ease; --transition-slow: 300ms ease; }

/ Dark mode โ€” not officially shipped; community-requested / / Third-party Dark Base44 extension approximation: / @media (prefers-color-scheme: dark) { :root { --color-canvas: #0f0f11; --color-surface: #18181b; --color-bg: #0f0f11; --color-fg: #f4f4f5; --color-fg-muted: #a1a1aa; --color-border: #27272a; } }

Base44 Design Tokens Reference

Color Tokens

Token Value Usage
canvas #faf9f7 Page/app background (warm off-white)
surface #ffffff Cards, modals, elevated surfaces
accent #ebffb1 Electric lime โ€” primary CTA fill, sole saturated color
accent-hover #dfffa0 Lime hover state
accent-fg #1a1a1a Text on lime backgrounds
fg #1a1a1a Default body text
fg-muted #71717a Secondary/supporting text
fg-subtle #a1a1aa Placeholder, disabled text
border #e4e4e7 Hairline borders
gray-50 #fafafa Subtle backgrounds
gray-100 #f4f4f5 Hover states on light surfaces
gray-200 #e4e4e7 Dividers, borders
gray-400 #a1a1aa Muted icons
gray-600 #52525b Secondary labels
gray-900 #18181b Near-black text

Spacing Scale

Token rem px Tailwind class
space-1 0.25rem 4px p-1
space-2 0.5rem 8px p-2
space-3 0.75rem 12px p-3
space-4 1rem 16px p-4
space-6 1.5rem 24px p-6
space-8 2rem 32px p-8
space-12 3rem 48px p-12
space-16 4rem 64px p-16
space-24 6rem 96px p-24

Typography

Token Value Notes
font-sans Madefor Text, system-ui Primary typeface (Wix Madefor Text)
font-size-sm 0.875rem / 14px Small labels
font-size-base 1rem / 16px Body text
font-size-lg 1.125rem / 18px Lead text
font-size-xl 1.25rem / 20px Subheadings
font-size-2xl 1.5rem / 24px Section headings
font-size-4xl 2.25rem / 36px Page headings
font-size-5xl 3rem / 48px Display headings
font-weight-normal 400 Display voice โ€” even at hero sizes
font-weight-medium 500 UI labels, buttons
letter-spacing-body 0.1em Body + nav text
line-height-normal 1.5 Body copy
line-height-tight 1.2 Display headings

Border Radius

Token Value Usage
radius-sm 4px Small chips, badges
radius-md 8px Inputs, small cards
radius-card 10px All cards and product surfaces
radius-lg 12px Larger panels
radius-pill 999px All buttons and pill controls

Shadows

Token Value Usage
shadow-none none Flat surfaces (default)
shadow-xs 0 1px 2px rgba(0,0,0,0.04) Subtle lift
shadow-sm 0 1px 3px rgba(0,0,0,0.06) Cards (default card shadow)
shadow-md 0 2px 8px rgba(0,0,0,0.06) Dropdowns, popovers

Shadow philosophy: Near-flat elevation model. Depth is implied through border + background contrast, not shadow depth.

Framework & Stack \- CSS Framework: Tailwind CSS (utility-first; core to Base44's generated code) \- Component library: Custom featherlight components using Tailwind classes \- Icons: Lucide icons (default; swappable via AI prompt) \- Fonts: Wix Madefor Text loaded via Google Fonts / Base44 font panel \- Theme engine: Proprietary Global Theme panel (palette + typography + spacing propagated app-wide without code edits) \- Code access: Tailwind class editing available on paid plans

Theme Support \- Light mode: Full, polished โ€” the official and only shipped theme \- Dark mode: NOT officially available as of 2025โ€“2026; multiple community requests open on feedback.base44.com; a third-party Chrome extension ("Dark Base44") approximates dark mode \- Theming mechanism: Theme panel โ€” change primary color/font and entire app updates instantly

Data Source Confidence \- High confidence: Accent color #ebffb1 (electric lime), canvas color #faf9f7, pill radius (999px), card radius (~10px), Tailwind framework, Madefor Text font, near-flat shadow model โ€” all confirmed via Refero Styles design system analysis and multiple secondary sources \- Medium confidence: Exact gray scale values (inferred from Tailwind defaults + achromatic system description), specific font size scale (Tailwind defaults) \- Low confidence: Exact spacing values in components (Tailwind scale used but specific component padding not documented publicly) \- Primary sources: Refero Styles (), Base44 docs (), Base44 blog ()

Notable Patterns 1\. Mono-accent philosophy: Electric lime (#ebffb1) is the only saturated color on interactive surfaces โ€” all other UI is achromatic 2\. Whisper-weight typography: Headlines use font-weight 400 at large sizes โ€” bold weights deliberately avoided 3\. Pill controls everywhere: 999px border-radius on all buttons/tags/chips โ€” no intermediate rounding 4\. Featherlight elevation: Near-zero shadow depth; borders + background contrast create hierarchy 5\. AI-first customization: Design changes delivered via natural language prompts to AI, not manual CSS editing 6\. Marketing vs. product: Marketing site uses warm off-white canvas; app shell uses white surfaces with lime accent

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.