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/authentication

Authentication

weekendsuperhero-io-sistine/authentication
UnverifiedBlock

Login form with glassmorphism effects.

Install it

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

Source

components/blocks/authentication.tsxraw.githubusercontent.com/Weekendsuperhero-io/sistine/main/authentication.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 AuthenticationBlock() {
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">Welcome back</CardTitle>
16 <CardDescription className="text-muted-foreground">Enter your credentials to sign in to your account</CardDescription>
17 </CardHeader>
18 <CardContent className="space-y-4">
19 <div className="space-y-2">
20 <Label htmlFor="email" className="text-foreground">
21 Email
22 </Label>
23 <Input id="email" type="email" placeholder="name@example.com" className="text-foreground placeholder:text-muted-foreground" />
24 </div>
25 <div className="space-y-2">
26 <Label htmlFor="password" className="text-foreground">
27 Password
28 </Label>
29 <Input id="password" type="password" className="text-foreground placeholder:text-muted-foreground" />
30 </div>
31 <div className="flex items-center justify-between">
32 <div className="flex items-center gap-2">
33 <Checkbox id="remember" />
34 <Label htmlFor="remember" className="text-foreground text-sm cursor-pointer">
35 Remember me
36 </Label>
37 </div>
38 <Button variant="link" className="text-muted-foreground text-sm p-0">
39 Forgot password?
40 </Button>
41 </div>
42 <Button className="w-full text-foreground">Sign In</Button>
43 <div className="relative">
44 <div className="absolute inset-0 flex items-center">
45 <Separator />
46 </div>
47 <div className="relative flex justify-center text-xs uppercase">
48 <span className="bg-background px-2 text-muted-foreground">Or continue with</span>
49 </div>
50 </div>
51 <div className="grid grid-cols-2 gap-4">
52 <Button variant="outline" className="text-foreground">
53 GitHub
54// … 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/authentication.tsx

Facts

Registry
weekendsuperhero-io/sistine
Type
registry:block
Access
Unverified
Files written
1
Licence
MIT
In the index
at or before 2026-08-13
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
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
Sign Upsignupweekendsuperhero-io/sistineBlocksUnverifiedno deps

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