BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ShadcnStore/app-1

App Dashboard 1

shadcnstore/app-1
FreeBlock

Simple dashboard layout with sidebar navigation and stats

Install it

npx shadcn@latest add https://shadcnstore.com/r/app-1.json

Source

storage/app/registry-sources/application/apps/app-1/app-1.tsxshadcnstore.com/r/app-1.json · first 6 KB
1'use client'
2
3import { useState } from 'react'
4import {
5 BarChart3,
6 Bell,
7 ChevronDown,
8 ClipboardList,
9 FileText,
10 Menu,
11 Search,
12 Users,
13} from 'lucide-react'
14
15import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
16import { Badge } from '@/components/ui/badge'
17import { Button } from '@/components/ui/button'
18import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'
19import { Progress } from '@/components/ui/progress'
20
21import { projects, recentActivity } from "@/components/data/app-1-data"
22import { App1Sidebar } from './app-1-sidebar'
23
24const stats = [
25 { label: 'Total Projects', value: '24', hint: '+2 from last month', icon: FileText },
26 { label: 'Active Tasks', value: '127', hint: '+12 from yesterday', icon: ClipboardList },
27 { label: 'Team Members', value: '16', hint: '+1 new member', icon: Users },
28 { label: 'Completion Rate', value: '87%', hint: '+5% from last week', icon: BarChart3 },
29]
30
31export function App1() {
32 const [sidebarOpen, setSidebarOpen] = useState(false)
33
34 return (
35 <div className="flex min-h-dvh">
36 <App1Sidebar open={sidebarOpen} onClose={() => setSidebarOpen(false)} />
37
38 <div className="flex-1 overflow-hidden">
39 <header className="bg-card flex h-16.25 items-center justify-between border-b px-6">
40 <div className="flex items-center gap-4">
41 <Button
42 variant="ghost"
43 size="icon"
44 className="size-9 me-2 cursor-pointer md:hidden"
45 aria-label="Open sidebar"
46 onClick={() => setSidebarOpen(true)}
47 >
48 <Menu />
49 </Button>
50 <h1 className="hidden md:block text-xl font-semibold text-balance">Welcome back, John!</h1>
51 </div>
52 <div className="flex items-center gap-2">
53 <Button variant="ghost" size="icon" className="size-9 cursor-pointer">
54 <Search />
55 </Button>
56 <Button variant="ghost" size="icon" className="size-9 cursor-pointer">
57 <Bell />
58 </Button>
59 <Button variant="ghost" className="h-9 px-4 py-2 flex cursor-pointer items-center">
60 <Avatar className="bg-muted size-8">
61 <AvatarImage src="https://notion-avatars.netlify.app/api/avatar" />
62 <AvatarFallback>JD</AvatarFallback>
63 </Avatar>
64 <ChevronDown />
65 </Button>
66 </div>
67 </header>
68
69// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • avatar
  • badge
  • button
  • card
  • progress
  • separator

Files it writes

  • storage/app/registry-sources/application/apps/app-1/page.tsx
  • storage/app/registry-sources/application/apps/app-1/app-1.tsx
  • storage/app/registry-sources/application/apps/app-1/app-1-sidebar.tsx
  • storage/app/registry-sources/application/apps/app-1/app-1-data.ts

Facts

Registry
ShadcnStore
Type
registry:block
Access
Free
Files written
4
Licence
the repository states none
In the index
at or before 2026-08-09
Last confirmed
today

Go to the source

shadcnstore.com Raw registry item This item as JSON

More from ShadcnStore

All 228 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
About 1about-1ShadcnStoreBlocksFree1 dep · 3 files
About 2about-2ShadcnStoreBlocksPaid2 deps · 3 files
AI Chat 1ai-chat-1ShadcnStoreBlocksFree2 deps · 4 files
AI Chat 2ai-chat-2ShadcnStoreBlocksPaid1 dep · 4 files
AI Prompt 1ai-prompt-1ShadcnStoreBlocksPaid1 dep · 3 files
Task Management 2app-2ShadcnStoreBlocksPaid2 deps · 4 files
Foundational Application Shellapp-shell-1ShadcnStoreBlocksFree1 dep · 4 files
Responsive Icon Rail Shellapp-shell-2ShadcnStoreBlocksPaid1 dep · 4 files

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