BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/rivelle/empty-project-01

Empty Project State

rivelle/empty-project-01
FreeBlock

A polished first-run state for creating or importing a project.

Install it

npx shadcn@latest add https://rivelle.dev/r/empty-project-01.json

Source

registry/nova/blocks/empty-project-01.tsxrivelle.dev/r/empty-project-01.json
1import * as React from "react";
2import { ArrowRight, FolderPlus, Sparkles, Upload } from "lucide-react";
3
4import { Button } from "@/components/ui/button";
5import {
6 Empty,
7 EmptyContent,
8 EmptyDescription,
9 EmptyHeader,
10 EmptyMedia,
11 EmptyTitle,
12} from "@/components/ui/empty";
13import { cn } from "@/lib/utils";
14
15function EmptyProject01({
16 className,
17 ...props
18}: React.ComponentProps<"section">) {
19 return (
20 <section
21 className={cn(
22 "relative grid min-h-[560px] place-items-center overflow-hidden rounded-[2rem] border border-foreground/10 bg-background p-6",
23 className,
24 )}
25 {...props}
26 >
27 <div className="absolute inset-0 [background-image:radial-gradient(circle_at_center,color-mix(in_oklch,var(--primary)_10%,transparent),transparent_42%),linear-gradient(to_right,color-mix(in_oklch,var(--foreground)_4%,transparent)_1px,transparent_1px),linear-gradient(to_bottom,color-mix(in_oklch,var(--foreground)_4%,transparent)_1px,transparent_1px)] [background-size:auto,40px_40px,40px_40px] [mask-image:radial-gradient(circle_at_center,black,transparent_70%)]" />
28 <Empty className="relative max-w-xl border-0 bg-transparent">
29 <EmptyHeader>
30 <EmptyMedia variant="icon">
31 <FolderPlus />
32 </EmptyMedia>
33 <div className="mb-1 flex items-center justify-center gap-1.5 text-xs font-semibold uppercase tracking-[.12em] text-primary">
34 <Sparkles className="size-3.5" />
35 Your first project
36 </div>
37 <EmptyTitle>Turn an idea into something real.</EmptyTitle>
38 <EmptyDescription>
39 Create a blank project or import an existing design. Your team can
40 join whenever you are ready.
41 </EmptyDescription>
42 </EmptyHeader>
43 <EmptyContent>
44 <Button>
45 Create project <ArrowRight />
46 </Button>
47 <Button variant="outline">
48 <Upload /> Import project
49 </Button>
50 </EmptyContent>
51 <p className="mt-2 text-xs text-muted-foreground">
52 Projects are private until you share them.
53 </p>
54 </Empty>
55 </section>
56 );
57}
58
59export { EmptyProject01 };

What it pulls in

npm packages

  • lucide-react

Other registry items

  • @rivelle/utils
  • @rivelle/button
  • @rivelle/empty

Files it writes

  • registry/nova/blocks/empty-project-01.tsx

Facts

Registry
rivelle
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-12
Last confirmed
today

Go to the source

Docs on rivelle rivelle.dev w3cproject/rivelle-ui on GitHub Raw registry item This item as JSON

More from rivelle

All 83 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Contact Formcontact-form-01rivelleBlocksFree1 dep
Creative Portfoliocreative-portfolio-01rivelleBlocksFree1 dep
Dashboard Shelldashboard-shell-01rivelleBlocksFree1 dep
Feature Sectionfeature-section-01rivelleBlocksFree1 dep
Site Footerfooter-01rivelleBlocksFree1 dep
Herohero-01rivelleBlocksFree1 dep
Loginlogin-01rivelleBlocksFree1 dep
Pricingpricing-01rivelleBlocksFree1 dep
BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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.

BlockDex