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/forgot-password

Forgot Password

weekendsuperhero-io-sistine/forgot-password
UnverifiedBlock

Password reset form.

Install it

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

Source

components/blocks/forgot-password.tsxraw.githubusercontent.com/Weekendsuperhero-io/sistine/main/forgot-password.json
1"use client";
2
3import { ArrowLeft } from "@phosphor-icons/react";
4import { Button } from "@/components/ui/button";
5import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
6import { Input } from "@/components/ui/input";
7import { Label } from "@/components/ui/label";
8
9export function ForgotPasswordBlock() {
10 return (
11 <div className="flex items-center justify-center min-h-screen p-6">
12 <Card className="w-full max-w-md text-foreground">
13 <CardHeader className="space-y-1">
14 <CardTitle className="text-2xl text-foreground">Forgot password?</CardTitle>
15 <CardDescription className="text-muted-foreground">
16 Enter your email address and we&apos;ll send you a link to reset your password
17 </CardDescription>
18 </CardHeader>
19 <CardContent className="space-y-4">
20 <div className="space-y-2">
21 <Label htmlFor="email" className="text-foreground">
22 Email
23 </Label>
24 <Input id="email" type="email" placeholder="name@example.com" className="text-foreground placeholder:text-muted-foreground" />
25 </div>
26 <Button className="w-full text-foreground">Send Reset Link</Button>
27 <Button variant="link" className="w-full text-muted-foreground" asChild>
28 <a href="/authentication">
29 <ArrowLeft className="mr-2 h-4 w-4" />
30 Back to sign in
31 </a>
32 </Button>
33 </CardContent>
34 </Card>
35 </div>
36 );
37}

What it pulls in

npm packages

  • @phosphor-icons/react

Other registry items

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

Files it writes

  • components/blocks/forgot-password.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
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
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