Tailscale

Tailscale

Simple, secure networks for teams of any scale
Visit
Tailscale

Marketing Pages

15
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
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 12 more marketing pages from Tailscale

Product Interfaces

0
No items found.
No items found.

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

Emails

0
No items found.
No items found.

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

No items found.
No items found.

Tailscale Design System

Stack \- Marketing site: Next.js (React), hosted on Vercel \- Web admin UI: Vite + React + TypeScript (open-source in tailscale/tailscale repo) \- CMS: Sanity (w77i7m8x project, production-v2 dataset) \- Styling: Tailwind CSS utility-first; CSS custom properties for theming \- Icons: Custom SVG icon set; some inline SVGs via Sanity CDN

Typography \- Primary font: Inter (sans-serif); fallback system-ui stack \- Headings: Bold weight (700โ€“800), tight letter-spacing, large scale on hero sections \- Body: Regular (400) / Medium (500), 16โ€“18px base, generous line-height (~1.6) \- Code/technical: Monospace stack (JetBrains Mono or system mono) in docs \- Scale: Uses a modular type scale โ€” xs/sm/base/lg/xl/2xl/3xl/4xl/5xl

Color Philosophy \- Brand identity: Deep plum/purple (#492847) as primary brand anchor \- Background: Pure white (#ffffff) on light mode; near-black on dark contexts \- Accent/CTA: Coral-orange or electric blue for primary buttons and highlights \- Neutral palette: Cool grays from near-white to near-black \- Text: Near-black (#111827) on light; white on dark sections \- Success/Error/Warning: Standard semantic greens, reds, ambers \- Docs use #fff theme-color; marketing uses #492847 for tile/PWA color

Spacing \- Base unit: 4px (Tailwind default) \- Component padding: 12โ€“16px (buttons), 24โ€“32px (cards/sections) \- Section gaps: 64โ€“96px vertical rhythm on marketing pages \- Container max-width: ~1280px with auto horizontal margins

Border Radius \- Buttons: Full pill (9999px) for CTAs; 8px for secondary \- Cards: 12โ€“16px rounded corners \- Inputs: 6โ€“8px \- Badges/chips: Full pill

Shadows \- Subtle drop shadows on cards (0 1px 3px rgba(0,0,0,0.1)) \- Elevated modals/popovers use layered box-shadow \- Marketing hero sections use large diffuse colored glows

Layout \- 12-column CSS Grid on desktop; single-column mobile \- Sticky top navigation bar (~64px height) \- Sidebar layout on docs pages (left nav + content + right TOC) \- Feature sections alternate image-left / image-right in 2-col grid

Component Defaults \- Buttons: Pill-shaped primary (plum/dark bg, white text); ghost secondary \- Nav: Transparent โ†’ white on scroll; mega-menu dropdowns \- Cards: White bg, subtle border, rounded-xl, hover shadow lift \- Badges: Small pill, colored by category (product, insight, etc.) \- Code blocks: Dark bg, monospace, syntax highlighted

:root { / Brand Colors / --color-brand-primary: #492847; / Deep plum โ€” logo, tile color / --color-brand-accent: #3b82f6; / Electric blue โ€” links, highlights / --color-brand-cta: #f97316; / Coral orange โ€” primary CTA buttons /

/ Neutral Palette / --color-gray-50: #f9fafb; --color-gray-100: #f3f4f6; --color-gray-200: #e5e7eb; --color-gray-300: #d1d5db; --color-gray-400: #9ca3af; --color-gray-500: #6b7280; --color-gray-600: #4b5563; --color-gray-700: #374151; --color-gray-800: #1f2937; --color-gray-900: #111827;

/ Semantic Colors / --color-success: #22c55e; --color-warning: #f59e0b; --color-error: #ef4444; --color-info: #3b82f6;

/ Backgrounds / --color-bg-primary: #ffffff; --color-bg-secondary: #f9fafb; --color-bg-tertiary: #f3f4f6; --color-bg-dark: #0f172a;

/ Text / --color-text-primary: #111827; --color-text-secondary: #4b5563; --color-text-muted: #9ca3af; --color-text-inverse: #ffffff;

/ Typography / --font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; --font-mono: 'JetBrains Mono', 'Fira Code', ui-monospace, 'Cascadia 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; --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;

/ Spacing (4px base unit) / --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-sm: 0.25rem; / 4px / --radius-md: 0.5rem; / 8px / --radius-lg: 0.75rem; / 12px / --radius-xl: 1rem; / 16px / --radius-2xl: 1.5rem; / 24px / --radius-full: 9999px;

/ Shadows / --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); --shadow-glow: 0 0 60px 20px rgba(73, 40, 71, 0.15); / Brand plum glow /

/ Layout / --container-max-width: 1280px; --nav-height: 64px; --sidebar-width: 280px;

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

/ Dark mode / @media (prefers-color-scheme: dark) { :root { --color-bg-primary: #0f172a; --color-bg-secondary: #1e293b; --color-bg-tertiary: #1e2337; --color-text-primary: #f1f5f9; --color-text-secondary: #94a3b8; --color-text-muted: #64748b; --color-gray-800: #1e293b; --color-gray-900: #0f172a; --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.3); } }

Color Tokens

Token Value Usage
brand-primary #492847 Logo, PWA tile, brand anchor
brand-accent #3b82f6 Links, interactive highlights
brand-cta #f97316 Primary CTA buttons
gray-50 #f9fafb Page backgrounds
gray-100 #f3f4f6 Card backgrounds, stripes
gray-200 #e5e7eb Borders, dividers
gray-500 #6b7280 Placeholder, disabled text
gray-700 #374151 Secondary text
gray-900 #111827 Primary text (light mode)
success #22c55e Connected/online status
warning #f59e0b Warnings, expiring keys
error #ef4444 Errors, disconnected status
bg-dark #0f172a Dark sections, code blocks

Spacing

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

Typography

Token Value
font-sans Inter, system-ui, sans-serif
font-mono JetBrains Mono, ui-monospace
text-xs 12px / 0.75rem
text-sm 14px / 0.875rem
text-base 16px / 1rem
text-lg 18px / 1.125rem
text-xl 20px / 1.25rem
text-2xl 24px / 1.5rem
text-3xl 30px / 1.875rem
text-4xl 36px / 2.25rem
text-5xl 48px / 3rem
font-normal 400
font-medium 500
font-semibold 600
font-bold 700
font-extrabold 800
leading-tight 1.25
leading-normal 1.5
leading-relaxed 1.625

Border Radius

Token Value Usage
radius-sm 4px Inputs, small elements
radius-md 8px Buttons (secondary), tags
radius-lg 12px Cards
radius-xl 16px Large cards, panels
radius-2xl 24px Hero modules, feature panels
radius-full 9999px Pill buttons, badges, avatars

Shadows

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.1) Cards
shadow-lg 0 10px 15px rgba(0,0,0,0.1) Dropdowns, popovers
shadow-xl 0 20px 25px rgba(0,0,0,0.1) Modals, elevated panels
shadow-glow 0 0 60px 20px rgba(73,40,71,0.15) Brand hero glow

Framework & Tooling \- Marketing site: Next.js 13+ (App Router), deployed on Vercel. Server-side rendered with Sanity CMS for content. \- Web admin UI: Vite + React + TypeScript (open-source in [github.com/tailscale/tailscale](http://github.com/tailscale/tailscale) /web directory). \- Styling approach: Tailwind CSS utility classes; no dedicated CSS-in-JS library detected. \- Component model: Likely uses Headless UI or Radix UI primitives for accessible dropdowns and modals given the mega-menu pattern.

Theme Support \- Light mode: Default white (#ffffff) theme-color. \- Dark mode: Partial โ€” docs pages and code sections use dark backgrounds (#0f172a). The marketing site is primarily light-mode-first but includes dark hero sections. \- PWA/tile color: #492847 (deep plum) registered in meta msapplication-TileColor.

Data Confidence \- High confidence: Brand plum #492847 (directly from msapplication-TileColor meta tag), white background, Next.js stack, Sanity CMS, Vercel hosting, Inter font family. \- Medium confidence: Exact CTA orange/blue values (inferred from screenshot analysis and common Tailscale marketing materials); Tailwind spacing scale (standard Tailwind defaults match observed layout rhythm). \- Lower confidence: Exact shadow values, internal component-level radius tokens (could not access live CSS files โ€” site blocks curl with 403, Chrome extension unavailable, GitHub raw files returned empty).

Notable Patterns \- Pill-shaped primary CTAs: "Get started โ€” it's free!" uses full border-radius pill buttons, consistent across all pages. \- Mega-menu navigation: Structured multi-column dropdown with grouped links and promotional panels. \- Alternating section layouts: Marketing pages alternate image-left/image-right 2-column grids with large SVG illustrations. \- Sanity CDN for all images: All marketing images served from [cdn.sanity.io/images/w77i7m8x/production-v2/](http://cdn.sanity.io/images/w77i7m8x/production-v2/). \- Developer-focused copy: Technical tone with code snippets inline in content; docs site uses a 3-panel layout (sidebar nav + content + right TOC). \- Status-driven UI elements: Admin UI shows device connectivity status with green/red/gray indicators โ€” semantic color use is critical. \- No dark-mode toggle observed: Theme appears to follow OS preference without explicit toggle in the UI.

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.