Features 1
Everything you need to build faster
A complete set of tools designed to streamline your workflow and help your team ship with confidence.
Lightning fast
Optimized for speed at every layer. Pages load instantly and interactions feel native.
Composable sections
Build pages from pre-designed sections that snap together and stay consistent.
Token-driven theming
Swap color palettes, typography, and spacing through a single token file.
Developer friendly
Clean APIs, typed props, and predictable patterns that scale with your codebase.
---
import Features1Block from "@/components/blocks/features-1.astro"
---
<Features1Block
title="Everything you need to build faster"
description="A complete set of tools designed to streamline your workflow and help your team ship with confidence."
buttons={[
{ label: "Get started", href: "#" },
{ label: "Learn more", href: "#", variant: "outline" },
]}
features={[
{
icon: "zap",
title: "Lightning fast",
description:
"Optimized for speed at every layer. Pages load instantly and interactions feel native.",
linkText: "Learn more",
href: "#",
},
{
icon: "layers",
title: "Composable sections",
description:
"Build pages from pre-designed sections that snap together and stay consistent.",
linkText: "View sections",
href: "#",
},
{
icon: "palette",
title: "Token-driven theming",
description:
"Swap color palettes, typography, and spacing through a single token file.",
linkText: "Explore themes",
href: "#",
},
{
icon: "code",
title: "Developer friendly",
description:
"Clean APIs, typed props, and predictable patterns that scale with your codebase.",
linkText: "Read the docs",
href: "#",
},
]}
/>Features 2
Built for modern teams
Every component is designed to work together, so you can focus on shipping great products instead of wrestling with CSS.
Section-first workflow
Start from a complete section and refine the content instead of assembling everything from raw divs.
Token-driven design
The visual system stays tied to semantic color tokens and shared card treatments.
Preview friendly
Blocks read well inside the live preview shell without losing their page-level feel.
Brand adaptable
Every piece can be tuned to a different identity without changing the composition model.
Performance first
Zero client-side JavaScript by default. Everything renders at build time for instant loads.
Source ready
Examples remain source-driven and easy to install through the Fulldev registry.
---
import Features2Block from "@/components/blocks/features-2.astro"
---
<Features2Block
title="Built for modern teams"
description="Every component is designed to work together, so you can focus on shipping great products instead of wrestling with CSS."
features={[
{
icon: "layout-grid",
title: "Section-first workflow",
description:
"Start from a complete section and refine the content instead of assembling everything from raw divs.",
},
{
icon: "palette",
title: "Token-driven design",
description:
"The visual system stays tied to semantic color tokens and shared card treatments.",
},
{
icon: "sparkles",
title: "Preview friendly",
description:
"Blocks read well inside the live preview shell without losing their page-level feel.",
},
{
icon: "swatch-book",
title: "Brand adaptable",
description:
"Every piece can be tuned to a different identity without changing the composition model.",
},
{
icon: "rocket",
title: "Performance first",
description:
"Zero client-side JavaScript by default. Everything renders at build time for instant loads.",
},
{
icon: "globe",
title: "Source ready",
description:
"Examples remain source-driven and easy to install through the Fulldev registry.",
},
]}
/>Features 3
Designed for every screen
Horizontal cards with rich media that tell a visual story alongside the feature copy.
Responsive layouts
Every section adapts gracefully from mobile to ultrawide without extra configuration.
Accessible by default
Semantic markup, keyboard navigation, and screen reader support built into every component.
Visual consistency
Shared design tokens keep spacing, color, and typography aligned across all sections.
Instant previews
See exactly how blocks look in context with the live preview shell.
---
import Features3Block from "@/components/blocks/features-3.astro"
import placeholderImage from "@/assets/placeholder.webp"
---
<Features3Block
title="Designed for every screen"
description="Horizontal cards with rich media that tell a visual story alongside the feature copy."
features={[
{
title: "Responsive layouts",
description:
"Every section adapts gracefully from mobile to ultrawide without extra configuration.",
image: { src: placeholderImage, alt: "Responsive layout preview" },
},
{
title: "Accessible by default",
description:
"Semantic markup, keyboard navigation, and screen reader support built into every component.",
image: { src: placeholderImage, alt: "Accessibility preview" },
},
{
title: "Visual consistency",
description:
"Shared design tokens keep spacing, color, and typography aligned across all sections.",
image: { src: placeholderImage, alt: "Design tokens preview" },
},
{
title: "Instant previews",
description:
"See exactly how blocks look in context with the live preview shell.",
image: { src: placeholderImage, alt: "Live preview" },
},
]}
/>Features 4
Why teams choose our platform
A sticky sidebar layout that keeps your headline visible while users explore feature cards at their own pace.
Composable architecture
Build pages from pre-designed sections that snap together. Mix and match hero, features, pricing, and CTA blocks.
Type-safe props
Every component ships with TypeScript interfaces so your editor catches mistakes before the browser does.
Zero JS by default
Server-rendered Astro components mean no client bundle. Add interactivity only where you need it.
Fulldev powered
Install individual components through the shadcn CLI and the @fulldev registry. No monolithic dependency to manage.
---
import Features4Block from "@/components/blocks/features-4.astro"
---
<Features4Block
title="Why teams choose our platform"
description="A sticky sidebar layout that keeps your headline visible while users explore feature cards at their own pace."
buttons={[
{ label: "Get started", href: "#" },
{ label: "View docs", href: "#", variant: "outline" },
]}
features={[
{
icon: "layers",
title: "Composable architecture",
description:
"Build pages from pre-designed sections that snap together. Mix and match hero, features, pricing, and CTA blocks.",
linkText: "Learn more",
href: "#",
},
{
icon: "shield",
title: "Type-safe props",
description:
"Every component ships with TypeScript interfaces so your editor catches mistakes before the browser does.",
linkText: "See examples",
href: "#",
},
{
icon: "rocket",
title: "Zero JS by default",
description:
"Server-rendered Astro components mean no client bundle. Add interactivity only where you need it.",
linkText: "Read the docs",
href: "#",
},
{
icon: "code",
title: "Fulldev powered",
description:
"Install individual components through the shadcn CLI and the @fulldev registry. No monolithic dependency to manage.",
linkText: "Browse components",
href: "#",
},
]}
/>Features 5
A better way to build
Clean, centered feature cards inside a floating section that stands out from the page background.
Instant builds
Pages compile in milliseconds so you never wait for feedback during development.
Themeable
Switch between color schemes with a single token change. Dark mode included.
Secure defaults
Content Security Policy headers, sanitized output, and no inline scripts.
i18n ready
Built-in support for multi-language content and locale-aware routing.
Configurable
Every component exposes a clean props API so you can adapt it to your needs.
Polished UI
Subtle animations, consistent spacing, and refined typography out of the box.
---
import Features5Block from "@/components/blocks/features-5.astro"
---
<Features5Block
title="A better way to build"
description="Clean, centered feature cards inside a floating section that stands out from the page background."
features={[
{
icon: "zap",
title: "Instant builds",
description:
"Pages compile in milliseconds so you never wait for feedback during development.",
},
{
icon: "palette",
title: "Themeable",
description:
"Switch between color schemes with a single token change. Dark mode included.",
},
{
icon: "lock",
title: "Secure defaults",
description:
"Content Security Policy headers, sanitized output, and no inline scripts.",
},
{
icon: "globe",
title: "i18n ready",
description:
"Built-in support for multi-language content and locale-aware routing.",
},
{
icon: "settings",
title: "Configurable",
description:
"Every component exposes a clean props API so you can adapt it to your needs.",
},
{
icon: "sparkles",
title: "Polished UI",
description:
"Subtle animations, consistent spacing, and refined typography out of the box.",
},
]}
/>Features 6
Simple, effective, reliable
A clean text-only layout when features need to speak for themselves without icons or images.
Fewer decisions
This style trims each feature to one headline and one supporting sentence so the page stays focused.
Cleaner previews
Without icons or images, the section loads instantly and reads well at any viewport width.
Better reuse
Plain text cards work for any product vertical without custom illustration or icon sets.
Consistent rhythm
Border-top separators create a steady vertical cadence that anchors the reading flow.
Scannable layout
Three-column grid on desktop collapses to a single column on mobile without extra breakpoints.
Content first
No visual noise to distract from the copy. Perfect for documentation and changelog pages.
---
import Features6Block from "@/components/blocks/features-6.astro"
---
<Features6Block
title="Simple, effective, reliable"
description="A clean text-only layout when features need to speak for themselves without icons or images."
buttons={[
{ label: "Get started", href: "#" },
{ label: "Learn more", href: "#", variant: "outline" },
]}
features={[
{
title: "Fewer decisions",
description:
"This style trims each feature to one headline and one supporting sentence so the page stays focused.",
},
{
title: "Cleaner previews",
description:
"Without icons or images, the section loads instantly and reads well at any viewport width.",
},
{
title: "Better reuse",
description:
"Plain text cards work for any product vertical without custom illustration or icon sets.",
},
{
title: "Consistent rhythm",
description:
"Border-top separators create a steady vertical cadence that anchors the reading flow.",
},
{
title: "Scannable layout",
description:
"Three-column grid on desktop collapses to a single column on mobile without extra breakpoints.",
},
{
title: "Content first",
description:
"No visual noise to distract from the copy. Perfect for documentation and changelog pages.",
},
]}
/>