Pure Static Architecture
Components ship zero client-side JavaScript by default, delivering perfect 100/100 Lighthouse performance scores out of the box.
Modern 6-slot Bento Grid feature showcase with live scores, telemetry badges, and code snippets.
Everything you need to build next-generation Astro applications with zero runtime overhead.
Components ship zero client-side JavaScript by default, delivering perfect 100/100 Lighthouse performance scores out of the box.
Every button, input, and modal conforms strictly to WCAG AA guidelines with keyboard navigation and ARIA attributes.
Seamless global variables for colors, typography scales, glass blurs, and border radiuses.
Full TypeScript IntelliSense with prop auto-completion and compile-time validation in your IDE.
interface Props { variant: 'glass' | 'glow' } GPU-accelerated particle galaxy backgrounds with smooth physics, mouse-follow damping, and hardware-accelerated shaders.
Copy and paste this code into your Astro page:
---
import { FeatureBentoGrid } from 'astro-component-kit';
---
<FeatureBentoGrid /> ---
import { FeatureBentoGrid } from 'astro-component-kit';
---
<FeatureBentoGrid /> If you are not using the npm package, create a new file src/components/sections/FeatureBentoGrid.astro and paste the following code:
---
import { FeatureBentoGrid } from 'astro-component-kit';
---
<FeatureBentoGrid
badge="Core Capabilities"
title="Engineered for Extreme Performance"
subtitle="Everything you need to build next-generation Astro applications with zero runtime overhead."
/> ---
import { FeatureBentoGrid } from 'astro-component-kit';
---
<FeatureBentoGrid
badge="Core Capabilities"
title="Engineered for Extreme Performance"
subtitle="Everything you need to build next-generation Astro applications with zero runtime overhead."
/>