BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/freddy/form-2
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.

form-2

freddy/form-2
RemovedBlock

Project submission form featuring bordered layout, plus-icon corners, and detailed input fields for name, repository, and description.

Install it

npx shadcn@latest add https://ui.arkcabin.com/r/form-2.json

Source

registry/blocks/form/2/submit-project-form.tsxui.arkcabin.com/r/form-2.json
1import { PlusIcon } from "lucide-react";
2import { Button } from "@/components/ui/button";
3import {
4 Field,
5 FieldDescription,
6 FieldGroup,
7 FieldLabel,
8} from "@/components/ui/field";
9import { Input } from "@/components/ui/input";
10import {
11 InputGroup,
12 InputGroupAddon,
13 InputGroupInput,
14} from "@/components/ui/input-group";
15import { Textarea } from "@/components/ui/textarea";
16
17export function SubmitProjectForm() {
18 return (
19 <div className="relative w-full max-w-md bg-background p-4">
20 <div className="-left-px -inset-y-6 absolute w-px bg-border" />
21 <div className="-right-px -inset-y-6 absolute w-px bg-border" />
22 <div className="-top-px -inset-x-6 absolute h-px bg-border" />
23 <div className="-bottom-px -inset-x-6 absolute h-px bg-border" />
24 <PlusIcon
25 className="-left-[12.5px] -top-[12.5px] absolute size-6"
26 strokeWidth={0.5}
27 />
28 <PlusIcon
29 className="-right-[12.5px] -bottom-[12.5px] absolute size-6"
30 strokeWidth={0.5}
31 />
32
33 <div className="rounded-md border border-border/60 p-[2px]">
34 <div className="items-left flex flex-col justify-center gap-1 rounded-md border bg-card p-4 shadow-xs">
35 <h2 className="font-medium text-xl">Submit Project</h2>
36 <p className="text-muted-foreground text-sm">
37 Submit your open source project for review.
38 </p>
39 </div>
40 </div>
41 <FieldGroup className="p-4">
42 <Field className="gap-2">
43 <FieldLabel htmlFor="name">Project Name</FieldLabel>
44 <Input autoComplete="off" id="name" placeholder="e.g., shadcn/ui" />
45 <FieldDescription>
46 This is your public display name. Must be between 3 and 10
47 characters. Must only contain letters, numbers, and underscores.
48 </FieldDescription>
49 </Field>
50 <Field className="gap-2">
51 <FieldLabel htmlFor="github">GitHub Repository URL</FieldLabel>
52 <InputGroup>
53 <InputGroupAddon>
54 <GithubIcon />
55 </InputGroupAddon>
56 <InputGroupInput
57 id="github"
58 placeholder="e.g., https://github.com/shadcn/ui"
59 />
60 </InputGroup>
61 <FieldDescription>
62 The URL of your GitHub repository.
63 </FieldDescription>
64 </Field>
65 <Field className="gap-2">
66 <FieldLabel htmlFor="description">Project Description</FieldLabel>
67 <Textarea
68// … truncated

What it pulls in

Other registry items

  • button
  • field
  • input
  • input-group
  • textarea

Files it writes

  • registry/blocks/form/2/submit-project-form.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
5 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