Skip to content
AeroLaunch

Muse

Artistic Personal Blog Pro

Artistic editorial blog with serif headings, pastel accents, and handcrafted offset border details.

$49 $39 launch sale
Read the Muse docs Lifetime updates Personal & client use
A closer look

See Muse in action

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

Muse — Homepage hero
Homepage hero
Muse — Mid-page sections
Mid-page sections
Muse — Blog post
Blog post
8+
Pages
28
Sections
Gallery
Page Included
Serif
Editorial Type

Muse is an artistic editorial blog for writers, creatives, and personal brands. Serif headings, pastel category circles, offset dashed borders, and a watercolor mountain background create a handcrafted feel.

Best Fit For

  • Writers and authors
  • Creative bloggers
  • Personal brands
  • Art directors
  • Lifestyle publishers
  • Cultural commentators

Full Page Set

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

Home
Blog
Blog Post
About
Gallery
Contact
Newsletter
404

28 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
Sticky navigation with logo, links, mobile menu, and CTA button
Hero
Full-width hero with heading, subtext, CTAs, and product visual
Features Grid
3 or 6 column feature cards with icons and descriptions
Image + Text
Alternating image and text blocks for storytelling
Pricing Table
2-3 tier pricing cards with feature lists and CTAs
FAQ Accordion
Expandable questions and answers with smooth transitions
Testimonials
Customer quote cards with ratings and author info
CTA Banner
Full-width call-to-action with gradient or dark background
Footer
Multi-column footer with links, social icons, and copyright
Logo Cloud
Trusted-by row of brand logos or company names
Blog Grid
Card grid of blog posts with categories, dates, and excerpts
Blog Post
Full article layout with prose styling, author, and share
Stats / Numbers
Key metrics row with large numbers and labels
Team / About
Team member cards with photos, roles, and bios
Contact Form
Configurable form with Formspree, FormSubmit, or Netlify
Newsletter
Inline email signup with configurable provider
Carousel
Auto-scrolling testimonial or content slider
Video Embed
YouTube or Vimeo embed with responsive 16:9 container
Timeline
Vertical timeline with year badges and milestone cards
Comparison Table
Feature comparison grid with check/x indicators
Gallery Grid
Image gallery in masonry or grid layout
Tabs Content
Switchable tab panels with icons and descriptions
App Download
App Store and Google Play buttons with store links
Map Embed
Google Maps embed with address and contact details
Sidebar Nav
Tabbed sidebar navigation for docs or settings pages
About
Story block for the author or publication
Pagination
Multi-page blog pagination controls
Trending
Trending posts strip with thumbnails

What's Included

Serif headings with handcrafted editorial personality
Pastel category circles for visual post organization
Offset dashed border details that feel artisanal and unique
Watercolor mountain background for atmospheric hero sections
Gallery page with masonry grid and lightbox image viewer
Newsletter signup section with subscriber count and preview
Blog post layout with pull quotes, drop caps, and footnotes
About page with personal timeline and creative influences

Editorial Design That Honors the Writing

Muse's blog post layout includes drop caps, pull quotes, proper paragraph spacing, and footnotes. The typography is tuned for long-form reading — comfortable line lengths, generous leading, and serif headings that give each post the weight of a magazine article.

Handcrafted Details Everywhere

Offset dashed borders, pastel category circles, and watercolor background textures. These small details accumulate into a design that feels hand-made and personal — the visual opposite of a generic tech blog template.

A Gallery That Shows Range

The gallery page uses a masonry grid that adapts to different image aspect ratios. Click any image to open a lightbox with captions and navigation. For visual creatives, this is where your non-written work gets its own stage.

Set up in minutes

Forms, newsletter, and analytics — pre-wired

Muse 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 6 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 Muse-specific page — all live now.