BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/7ovr/bento-2

Equal Four-Tile Bento

7ovr/bento-2
FreeBlock

Bento grid of four identically sized tiles under a centered heading, each with a square icon, category badge, title, and one-line description.

Install it

npx shadcn@latest add https://7ovr.com/r/bento-2.json

Source

registry/blocks/bento/2/bento-block.tsx7ovr.com/r/bento-2.json
1import { Badge } from "@/components/ui/badge"
2import { IconPlaceholder } from "@/components/icons/icon-placeholder"
3
4/** Props a call site may pass through to an icon. */
5type IconProps = { className?: string; size?: number | string }
6
7const tiles = [
8 {
9 id: "observability",
10 icon: (p: IconProps) => (
11 <IconPlaceholder
12 lucide="ChartBar"
13 tabler="IconChartBar"
14 hugeicons="BarChartIcon"
15 phosphor="ChartBar"
16 remixicon="RiBarChartBoxLine"
17 {...p}
18 />
19 ),
20 category: "Observability",
21 title: "Full-stack visibility",
22 description:
23 "Trace every request end-to-end and surface bottlenecks before they reach users.",
24 },
25 {
26 id: "infrastructure",
27 icon: (p: IconProps) => (
28 <IconPlaceholder
29 lucide="Cloud"
30 tabler="IconCloud"
31 hugeicons="CloudIcon"
32 phosphor="Cloud"
33 remixicon="RiCloudLine"
34 {...p}
35 />
36 ),
37 category: "Infrastructure",
38 title: "On-demand compute",
39 description:
40 "Auto-scale servers in 14 regions with zero configuration and sub-second provisioning.",
41 },
42 {
43 id: "security",
44 icon: (p: IconProps) => (
45 <IconPlaceholder
46 lucide="ShieldCheck"
47 tabler="IconShieldCheck"
48 hugeicons="Shield01Icon"
49 phosphor="ShieldCheck"
50 remixicon="RiShieldCheckLine"
51 {...p}
52 />
53 ),
54 category: "Security",
55 title: "Defence in depth",
56 description:
57 "SOC 2 Type II controls, mutual TLS, and role-based access enforced at every layer.",
58 },
59 {
60 id: "integrations",
61 icon: (p: IconProps) => (
62 <IconPlaceholder
63 lucide="Layers"
64 tabler="IconStack"
65 hugeicons="Layers01Icon"
66 phosphor="Stack"
67 remixicon="RiStackLine"
68 {...p}
69 />
70 ),
71 category: "Integrations",
72 title: "Connect anything",
73 description:
74 "200+ pre-built connectors and a unified webhook bus for tools your team already uses.",
75 },
76]
77
78export default function BentoBlock() {
79 return (
80 <section className="flex w-full items-center justify-center bg-background px-6 py-16 text-foreground">
81 <div className="mx-auto w-full max-w-4xl">
82 <div className="mx-auto max-w-xl text-center">
83 <h2 className="font-heading text-3xl font-bold tracking-tight sm:text-4xl">
84 Built for every layer of the stack
85 </h2>
86 <p className="mt-3 text-base text-muted-foreground">
87// … truncated

What it pulls in

npm packages

  • @base-ui/react

Other registry items

  • badge

Files it writes

  • registry/blocks/bento/2/bento-block.tsx

Facts

Registry
7ovr
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

7ovr.com Raw registry item This item as JSON

More from 7ovr

All 241 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Mission Statement With Statsabout-17ovrBlocksFree1 dep
Founder Story With Photoabout-27ovrBlocksFree1 dep
Values Card Gridabout-37ovrBlocksFree1 dep
Mission Vision Values Columnsabout-47ovrBlocksFree1 dep
Recent Activity Cardactivity-17ovrBlocksFree1 dep
Activity Grouped By Dayactivity-27ovrBlocksFree1 dep
Audit Log With Icon Tilesactivity-37ovrBlocksFree1 dep
Activity Tabs With Unreadactivity-47ovrBlocksFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex