BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/freddy/faqs-1
This component no longer exists. It was in freddy’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

faqs-1

freddy/faqs-1
RemovedBlock

Elegant FAQ section with accordion-style questions, smooth transitions, and clear support call-to-action.

Install it

npx shadcn@latest add https://ui.arkcabin.com/r/faqs-1.json

Source

registry/blocks/faqs/1/faqs-section.tsxui.arkcabin.com/r/faqs-1.json
1import {
2 Accordion,
3 AccordionContent,
4 AccordionItem,
5 AccordionTrigger,
6} from "@/components/ui/accordion";
7
8export function FaqsSection() {
9 return (
10 <div className="mx-auto w-full max-w-3xl space-y-7 px-4 pt-16">
11 <div className="space-y-2">
12 <h2 className="font-semibold text-3xl md:text-4xl">
13 Frequently Asked Questions
14 </h2>
15 <p className="max-w-2xl text-muted-foreground">
16 Here are some common questions and answers that you might encounter
17 when using Freddy. If you don't find the answer you're looking for,
18 feel free to reach out.
19 </p>
20 </div>
21 <Accordion
22 className="-space-y-px w-full rounded-lg bg-card shadow dark:bg-card/50"
23 collapsible
24 defaultValue="item-1"
25 type="single"
26 >
27 {questions.map((item) => (
28 <AccordionItem
29 className="relative border-x first:rounded-t-lg first:border-t last:rounded-b-lg last:border-b"
30 key={item.id}
31 value={item.id}
32 >
33 <AccordionTrigger className="px-4 py-4 text-[15px] leading-6 hover:no-underline">
34 {item.title}
35 </AccordionTrigger>
36 <AccordionContent className="px-4 pb-4 text-muted-foreground">
37 {item.content}
38 </AccordionContent>
39 </AccordionItem>
40 ))}
41 </Accordion>
42 <p className="text-muted-foreground">
43 Can't find what you're looking for? Contact our{" "}
44 <a className="text-primary hover:underline" href="#">
45 customer support team
46 </a>
47 </p>
48 </div>
49 );
50}
51
52const questions = [
53 {
54 id: "item-1",
55 title: "What is Freddy?",
56 content:
57 "Freddy is a collection of beautifully crafted Shadcn UI blocks and components, designed to help developers build modern websites with ease.",
58 },
59 {
60 id: "item-2",
61 title: "Who can benefit from Freddy?",
62 content:
63 "Freddy is built for founders, product teams, and agencies that want to accelerate idea validation and delivery.",
64 },
65 {
66 id: "item-3",
67 title: "What features does Freddy include?",
68 content:
69 "Freddy offers a collaborative workspace where you can design and build beautiful web applications, with reusable UI blocks, deployment automation, and comprehensive analytics all in one place. With Freddy, you can streamline your team’s workflow and deliver high-quality websites quickly and efficiently.",
70 },
71 {
72// … truncated

What it pulls in

Other registry items

  • accordion

Files it writes

  • registry/blocks/faqs/1/faqs-section.tsx

Facts

Registry
freddy
Type
registry:block
Access
Free
Files written
1
Licence
NOASSERTION
In the index
at or before 2026-08-08
Last confirmed
6 days ago

Go to the source

ui.arkcabin.com arkcabin/freddy-ui on GitHub Raw registry item This item as JSON

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

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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