Skip to content
AeroLaunch

Sable

Enterprise AI / Operations SaaS Pro

Motion-rich Astro 7 theme for enterprise AI, automation platforms, operations software, service desks, security products, and modern B2B SaaS teams. Interactive product demos, services, case studies, journal, galleries, and configurable lead capture.

$49
Read the Sable docs Lifetime updates Personal & client use
All-Access Pass

One payment for Sable and everything else - all 29 themes, every future release, and the visual builder included.

$968 $199 one-time
Get the All-Access Pass
A closer look

See Sable in action

Every page and section is part of the download. Use these as launch-day templates - keep the structure, swap the copy.

Homepage hero and enterprise product interface
Interactive Sable Operator workspace with configurable execution scenarios
Workflow builder and governed automation story
Platform and service capability system with generated detail pages
Dark use-case section with a continuous, seamless operational marquee
Responsive
Desktop, tablet & mobile
Lightbox
Keyboard, swipe & captions
GSAP + Lenis
Smooth motion system
Form-ready
Configurable providers

Sable is a complete Astro website system for enterprise AI products, automation platforms, service desks, security software, and operational SaaS teams that need to make a complex product feel calm, credible, and usable. Its precise typography, pale product surfaces, deep interface panels, controlled violet accents, monochrome imagery, and responsive motion establish a serious B2B identity without leaning on generic startup visuals. The experience is built around product proof: a mouse-responsive hero field leads into an interactive Sable Operator workspace, a configurable workflow builder, detailed platform and service narratives, continuous customer and use-case marquees, six generated case studies, and a complete journal. The production build generates 23 static pages, including five service detail pages, six case-study routes, three Markdown articles, contact and studio pages, legal routes, SEO output, and a custom 404. Shared identity, navigation, content, product visuals, services, case studies, forms, labels, legal copy, metadata, and SEO live in src/config/site.ts, while visual product demos can be replaced with local or remote images when a buyer wants to showcase real software screenshots.

Best Fit For

  • Enterprise AI and automation platforms
  • IT operations, service desk, and employee lifecycle products
  • Security, access governance, and compliance software
  • B2B SaaS teams selling complex operational workflows
  • AI consultancies and implementation partners
  • Products that need services, case studies, a journal, and lead capture in one site

Full Page Set

Every page is real and editable - no placeholders, no "coming soon" stubs.

Home
Platform
Services
5 Service Pages
Work
6 Case Studies
Blog
3 Articles
Studio
Contact
Privacy
Terms
404

14 Sections Included

Every section is a ready-to-use Astro component. Add it to any page, customize via config, or remove what you don't need.

Header / Nav
Floating product navigation with grouped links, clean dropdowns, a focused demo action, and a full-screen mobile menu
Responsive Hero Field
Mouse-responsive light field, controlled enterprise positioning, compact actions, and polished viewport-aware motion
Sable Operator
Interactive dark product workspace with switchable operational scenarios, animated execution states, and editable interface content
Workflow Builder
Replaceable product visual showing governed workflow generation, connected review gates, and a complete execution summary
Platform Story
Wide editorial product narrative with concise headings, proof-led copy, and product visuals that can be replaced with local or remote images
Service Collection
Five high-contrast service cards with product-specific interface details, responsive hover states, and generated service pages
Service Details
Five complete service pages with structured positioning, image galleries, operating principles, related proof, and next-service navigation
Use-case Marquee
Seamless horizontal sequence for IT, people, security, legal, facilities, and finance operations with no loop jump
Case Studies
Six structured customer stories combining clear metadata, editorial imagery, outcomes, and generated detail routes
Case Study Details
Six complete case-study pages with readable color systems, challenge and outcome copy, metrics, galleries, and next-project navigation
Journal
Three long-form Markdown articles with an editorial index, generated post pages, and next-article navigation
Contact Form
Editable inquiry fields and messages with demo, Formspree, FormSubmit, Netlify, and custom endpoint modes
Gallery Lightbox
Keyboard, swipe, caption, focus-management, and accessible navigation support across configurable image galleries
Footer
Focused product navigation, example-domain contact details, legal links, and a configurable AeroLaunch credit

What's Included

A mouse-responsive hero field and detailed Sable Operator interface with switchable scenarios, animated execution states, and reduced-motion fallbacks
An interactive workflow builder, replaceable product visuals, and platform storytelling designed to explain complex operational software clearly
Five service pages and six case-study routes with structured positioning, rich descriptions, metrics, galleries, outcomes, and next-item navigation
Three Markdown journal articles, a complete editorial index, studio, contact, legal, custom 404, sitemap, metadata, and SEO foundations
Continuous customer and use-case marquees, controlled scroll reveals, tactile hover states, and smooth GSAP plus Lenis motion
Accessible gallery lightboxes with keyboard navigation, mobile swipe, captions, focus management, and correctly positioned viewport controls
Configurable contact providers for demo, Formspree, FormSubmit, Netlify, and custom endpoints without changing the page components
One-file configuration for brand, navigation, product demos, images, services, case studies, forms, footer, legal content, metadata, and SEO

Product Proof Instead of Decorative SaaS Graphics

Sable uses an operator workspace, workflow builder, operational records, service pages, and customer stories to demonstrate how the product behaves. Every major visual can also be replaced with a real local or remote screenshot when the buyer is ready to introduce their own product.

A Complete Enterprise Content System

Five services, six case studies, three journal articles, studio and contact pages, legal routes, galleries, and reusable conversion sections give teams enough structure to launch a serious B2B site without filling in missing pages after purchase.

Motion That Clarifies the Interface

Mouse response, product-state transitions, continuous marquees, smooth scrolling, and controlled reveals reinforce hierarchy and progression. Reduced-motion modes preserve the layout and proof instead of leaving partially disabled interactions behind.

Set up in minutes

Forms, newsletter, and analytics - pre-wired

Sable is ready to connect to your preferred providers. Pick from the options below, drop in a single API key, and your contact form, newsletter signup, and analytics are live - no backend, no JavaScript, no glue code.

Contact form

The Contact section's <form> renders with no JS. Set one provider in site.ts; the form action wires automatically.

  • Formspree
    50 free submissions / month, no domain restriction
  • FormSubmit
    Free, no signup - just an email confirmation
  • Netlify Forms
    Free 100/month - Netlify hosting only
Setup guide

Newsletter

The Newsletter form sends subscribers directly to your ESP. The email input name auto-adjusts per provider.

  • Mailchimp
    Standard EMAIL field; honeypot supported
  • ConvertKit (Kit)
    email_address field; works with any form ID
  • Buttondown
    email field; lightest, indie-friendly
Setup guide

Analytics

Layout.astro injects the right script tag based on the provider you choose. No client-side branching.

  • Google Analytics 4
    Paste your G-XXXXXXXXXX measurement ID
  • Plausible
    Privacy-friendly, ~1 KB script, no cookies
  • Umami
    Self-hostable, also cookie-free
Setup guide

Tech Stack

Astro 7 Tailwind v4 TypeScript Responsive SEO Ready Blog Ready

Config-Driven Setup

Every theme uses a single src/config/site.ts file for customization. Change your brand, navigation, form providers, analytics, and section content without touching component code.

Full site.ts reference in the docs

site.ts
// src/config/site.ts
export const siteConfig = {
  name: "Your Company",
  tagline: "Your tagline here",
  url: "https://yourdomain.com",

  navigation: { sticky: true, links: [...], cta: {...} },
  social:     { twitter: "...", github: "...", linkedin: "..." },
  seo:        { title: "...", description: "...", ogImage: "/og.png" },

  // ── Provider switches ────────────────────────────────
  contactForm: { provider: "formspree",  formspreeId: "your-id" },
  newsletter:  { provider: "convertkit", actionUrl: "https://..." },
  analytics:   { provider: "plausible",  plausibleDomain: "you.com" },

  // ── Section data ─────────────────────────────────────
  team, video, timeline, comparison, gallery,
  carousel, tabs, appDownload, map, footer,
} as const;

Full documentation, ready before you buy

Browse the install guide, the site.ts reference, provider setup, deploy instructions, and the Sable-specific page - all live now.