VineyardLayout
Main page wrapper with hero section, tool branding, and related tools footer.
Where Grove tools bloom
Foliage provides the canopy—the visible layer of the forest.
Vineyard is the documentation and demo pattern for the Grove ecosystem. Each tool gets its
own /vineyard route — a consistent, discoverable way to explore what each tool does,
how it works, and where it's headed.
These shared components create consistent showcase pages across all Grove tools.
Main page wrapper with hero section, tool branding, and related tools footer.
Showcase individual features with icons, status badges, and optional demo slots.
Consistent status indicators: Ready, Preview, Demo, Coming Soon, In Development.
Wrapper for interactive demos with mock data indicator and visual styling.
Syntax-highlighted code blocks with copy-to-clipboard functionality.
Tier-based access control with blur preview and upgrade prompts.
Visual timeline showing built, in-progress, and planned features.
Visual indicators for feature readiness
<script>
import {
VineyardLayout,
FeatureCard,
StatusBadge
} from '$lib/vineyard';
</script>
<VineyardLayout
tool="amber"
tagline="Your files, preserved"
status="preview"
>
<FeatureCard
title="Storage Overview"
description="See usage across posts and media"
status="ready"
icon="HardDrive"
/>
</VineyardLayout>Explore what each Grove tool offers through their dedicated Vineyard pages.
What's built, what's next, and what's planned