BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/weekendsuperhero-io/sistine/signup

Sign Up

weekendsuperhero-io-sistine/signup
UnverifiedBlock

Registration form with validation.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/Weekendsuperhero-io/sistine/main/signup.json

Source

components/blocks/signup.tsxraw.githubusercontent.com/Weekendsuperhero-io/sistine/main/signup.json
1"use client";
2
3import { Button } from "@/components/ui/button";
4import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
5import { Checkbox } from "@/components/ui/checkbox";
6import { Input } from "@/components/ui/input";
7import { Label } from "@/components/ui/label";
8import { Separator } from "@/components/ui/separator";
9
10export function SignupBlock() {
11 return (
12 <div className="flex items-center justify-center min-h-screen p-6">
13 <Card className="w-full max-w-md text-foreground">
14 <CardHeader className="space-y-1">
15 <CardTitle className="text-2xl text-foreground">Create an account</CardTitle>
16 <CardDescription className="text-muted-foreground">Enter your information to get started</CardDescription>
17 </CardHeader>
18 <CardContent className="space-y-4">
19 <div className="grid grid-cols-2 gap-4">
20 <div className="space-y-2">
21 <Label htmlFor="firstName" className="text-foreground">
22 First Name
23 </Label>
24 <Input id="firstName" placeholder="John" className="text-foreground placeholder:text-muted-foreground" />
25 </div>
26 <div className="space-y-2">
27 <Label htmlFor="lastName" className="text-foreground">
28 Last Name
29 </Label>
30 <Input id="lastName" placeholder="Doe" className="text-foreground placeholder:text-muted-foreground" />
31 </div>
32 </div>
33 <div className="space-y-2">
34 <Label htmlFor="email" className="text-foreground">
35 Email
36 </Label>
37 <Input id="email" type="email" placeholder="name@example.com" className="text-foreground placeholder:text-muted-foreground" />
38 </div>
39 <div className="space-y-2">
40 <Label htmlFor="password" className="text-foreground">
41 Password
42 </Label>
43 <Input id="password" type="password" className="text-foreground placeholder:text-muted-foreground" />
44 </div>
45 <div className="space-y-2">
46 <Label htmlFor="confirmPassword" className="text-foreground">
47 Confirm Password
48 </Label>
49 <Input id="confirmPassword" type="password" className="text-foreground placeholder:text-muted-foreground" />
50 </div>
51 <div className="flex items-center gap-2">
52 <Checkbox id="terms" />
53// … truncated

What it pulls in

Other registry items

  • @sistine/button
  • @sistine/card
  • @sistine/checkbox
  • @sistine/input
  • @sistine/label
  • @sistine/separator

Files it writes

  • components/blocks/signup.tsx

Facts

Registry
weekendsuperhero-io/sistine
Type
registry:block
Access
Unverified
Files written
1
Licence
MIT
In the index
at or before 2026-08-03
Last confirmed
2 days ago

Go to the source

weekendsuperhero.io Weekendsuperhero-io/sistine on GitHub Raw registry item This item as JSON

More from weekendsuperhero-io/sistine

All 71 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Authenticationauthenticationweekendsuperhero-io/sistineBlocksUnverifiedno deps
Background Controllerbackground-controllerweekendsuperhero-io/sistineBlocksUnverified3 deps · 6 files
Calendarcalendar-blockweekendsuperhero-io/sistineBlocksUnverified1 dep
Chartchart-blockweekendsuperhero-io/sistineBlocksUnverified1 dep
Dashboarddashboardweekendsuperhero-io/sistineBlocksUnverified2 deps
Data Tabledata-tableweekendsuperhero-io/sistineBlocksUnverified2 deps
Forgot Passwordforgot-passwordweekendsuperhero-io/sistineBlocksUnverified1 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