Built into the tools you have
The command adds a single MCP entry to the agent you already run. From then on the library is just there, in every project.
Detects which agents are installed and registers with each of them.
Next, Remix, Astro or plain React. Sections are ordinary components.
Nothing is hosted for you. Everything lands as files you own.
A rounded photographic band inside the container: the photo blurs in and drifts on scroll under a scrim and film grain, a serif headline settles in word by word, then a frosted pill that copies the install command on click beside a light sliding-marker pill, and a ruled row of three short points along the bottom.
A rounded photographic band set inside the container: the picture drifts behind a scrim and film grain while the command sits in a frosted pill, with three short points ruled along the foot.
Upgrade to Pro
Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.
Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.
Radix flavor
npx shadcn add "https://ui.beste.co/r/feature297?email=YOUR_EMAIL&license_key=YOUR_KEY"Base UI flavor
npx shadcn add "https://ui.beste.co/r-base/feature297?email=YOUR_EMAIL&license_key=YOUR_KEY"This installs the block to components/beste/block/feature297.tsx plus the button22 sliding-marker pill and the text1 word stagger it uses.
The installed file exports feature297Demo alongside the block: the exact props behind the preview above. Spread it to get a working section in one line.
import { Feature297, feature297Demo } from "@/components/beste/block/feature297";
export default function Page() {
return <Feature297 {...feature297Demo} />;
}Then replace the demo with your own props. Written out, a trimmed setup looks like this:
import { Feature297 } from "@/components/beste/block/feature297";
export default function Page() {
return (
<Feature297
eyebrow="Built into the tools you have"
heading="No new app. One more thing your agent knows."
description="The command adds a single entry to the agent you already run."
image={{ src: "/photos/headland.jpg", alt: "A wide bay of bright blue water between rocky headlands" }}
command="npx your-cli@latest"
copyLabel="Copy command"
copiedLabel="Copied"
buttons={[{ label: "Read the docs", href: "/docs", tone: "light" }]}
points={[{ title: "Any framework", description: "Sections are ordinary components." }]}
/>
);
}| Prop | Type | Default | Description |
|---|---|---|---|
eyebrow | string | – | Small-caps line above the heading |
heading | string | – | Section heading, through Text1 |
description | string | – | Paragraph under the heading |
image | { src: string; alt: string } | – | Photograph filling the band |
command | string | – | The install command; clicking the pill copies it |
copyLabel | string | – | Accessible name for the pill in its resting state |
copiedLabel | string | – | Accessible name and live-region text once copied |
buttons | ActionButton[] | [] | Pill actions beside the command |
points | Point[] | [] | Short points ruled along the foot |
className | string | – | Extra classes for the outer <section> |
type Point = {
title: string;
description: string;
};
type ActionButton = {
label: string;
href: string;
tone?: "primary" | "light" | "dark" | "outline";
};foreground/45, because text runs across the whole width here rather than sitting in a bottom corner.feTurbulence filter whose id comes from useId, so two banded blocks on one page never share a filter.background tokens, since the surface is a photograph in both themes.background/20 rather than the theme border token, which would disappear against the picture.feature279
A feature that opens on a rounded photographic band with a dark scrim and film grain, the photograph drifting as the page scrolls under a serif heading that settles in word by word and a light sliding-marker pill, then three ruled points beneath it.
feature291
Four linked photo tiles in a two-by-two grid, each photograph drifting inside its tile under a soft scrim with a serif title, a line of description and an arrow that lifts on hover, beneath a serif heading that settles in word by word and a sliding-marker pill.
feature296
A sticky left column holds the eyebrow, a serif headline that settles in word by word, an intro, a rounded pill that copies the install command on click and a sliding-marker pill; on the right a long ruled list of numbered points settles in row by row as the page scrolls past.
feature287
Three numbered steps in columns, each topped by a photograph that drifts inside its frame, with a serif title and a description, under a serif heading that settles in word by word and a sliding-marker pill.
feature292
Three numbered columns under rules that draw in from the left as they scroll into view: the first carries a rounded pill that copies the install command on click, the next two show a sample prompt and a resulting file path in muted mono panels. Serif headline settles in word by word, a sliding-marker pill sits at the right end of the header.
feature298
A header with a serif headline that settles in word by word and a pill that copies the install command on click, then a rounded pill tab list (pages, sections, components). Each tab pairs a title, a paragraph and a short list of example prompts in mono with a photo that blurs in and drifts on scroll.