BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/@shadcnexamples/website-analytics-admin-dashboard

Classic Dashboard

shadcnexamples/website-analytics-admin-dashboard
FreeBlock

Clean and responsive admin dashboard built with shadcn/ui, featuring charts, data tables, stats cards, and sidebar navigation. A solid starting point for any web application admin panel.

Install it

npx shadcn@latest add https://shadcnexamples.com/r/website-analytics-admin-dashboard.json

Source

examples/website-analytics-admin-dashboard/components/app-sidebar.tsxshadcnexamples.com/r/website-analytics-admin-dashboard.json
1"use client";
2
3import * as React from "react";
4import Link from "next/link";
5import {
6 IconCamera,
7 IconChartBar,
8 IconDashboard,
9 IconDatabase,
10 IconFileAi,
11 IconFileDescription,
12 IconFileWord,
13 IconFolder,
14 IconHelp,
15 IconInnerShadowTop,
16 IconListDetails,
17 IconReport,
18 IconSearch,
19 IconSettings,
20 IconUsers
21} from "@tabler/icons-react";
22
23import {
24 Sidebar,
25 SidebarContent,
26 SidebarFooter,
27 SidebarHeader,
28 SidebarMenu,
29 SidebarMenuButton,
30 SidebarMenuItem
31} from "@/components/ui/sidebar";
32import { NavDocuments } from "./nav-documents";
33import { NavMain } from "./nav-main";
34import { NavSecondary } from "./nav-secondary";
35import { NavUser } from "./nav-user";
36
37const data = {
38 user: {
39 name: "shadcn",
40 email: "m@example.com",
41 avatar: "/avatars/shadcn.jpg"
42 },
43 navMain: [
44 {
45 title: "Dashboard",
46 url: "#",
47 icon: IconDashboard
48 },
49 {
50 title: "Lifecycle",
51 url: "#",
52 icon: IconListDetails
53 },
54 {
55 title: "Analytics",
56 url: "#",
57 icon: IconChartBar
58 },
59 {
60 title: "Projects",
61 url: "#",
62 icon: IconFolder
63 },
64 {
65 title: "Team",
66 url: "#",
67 icon: IconUsers
68 }
69 ],
70 navClouds: [
71 {
72 title: "Capture",
73 icon: IconCamera,
74 isActive: true,
75 url: "#",
76 items: [
77 {
78 title: "Active Proposals",
79 url: "#"
80 },
81 {
82 title: "Archived",
83 url: "#"
84 }
85 ]
86 },
87 {
88 title: "Proposal",
89 icon: IconFileDescription,
90 url: "#",
91 items: [
92 {
93 title: "Active Proposals",
94 url: "#"
95 },
96 {
97 title: "Archived",
98 url: "#"
99 }
100 ]
101 },
102 {
103 title: "Prompts",
104 icon: IconFileAi,
105 url: "#",
106 items: [
107 {
108 title: "Active Proposals",
109 url: "#"
110 },
111 {
112 title: "Archived",
113 url: "#"
114 }
115 ]
116 }
117 ],
118 navSecondary: [
119 {
120 title: "Settings",
121 url: "#",
122 icon: IconSettings
123 },
124 {
125 title: "Get Help",
126 url: "#",
127 icon: IconHelp
128 },
129 {
130 title: "Search",
131 url: "#",
132 icon: IconSearch
133 }
134 ],
135 documents: [
136 {
137 name: "Data Library",
138 url: "#",
139 icon: IconDatabase
140 },
141 {
142 name: "Reports",
143 url: "#",
144 icon: IconReport
145 },
146 {
147 name: "Word Assistant",
148 url: "#",
149 icon: IconFileWord
150// … truncated

What it pulls in

npm packages

  • @dnd-kit/core
  • @dnd-kit/modifiers
  • @dnd-kit/sortable
  • @dnd-kit/utilities
  • @tabler/icons-react
  • @tanstack/react-table
  • next-themes
  • recharts
  • sonner
  • zod

Other registry items

  • sidebar
  • card
  • chart
  • select
  • toggle-group
  • badge
  • button
  • checkbox
  • drawer
  • dropdown-menu
  • input
  • label
  • separator
  • table
  • tabs
  • avatar

Files it writes

  • examples/website-analytics-admin-dashboard/components/app-sidebar.tsx
  • examples/website-analytics-admin-dashboard/components/chart-area-interactive.tsx
  • examples/website-analytics-admin-dashboard/components/data-table.tsx
  • examples/website-analytics-admin-dashboard/components/nav-documents.tsx
  • examples/website-analytics-admin-dashboard/components/nav-main.tsx
  • examples/website-analytics-admin-dashboard/components/nav-secondary.tsx
  • examples/website-analytics-admin-dashboard/components/nav-user.tsx
  • examples/website-analytics-admin-dashboard/components/section-cards.tsx
  • examples/website-analytics-admin-dashboard/components/site-header.tsx
  • examples/website-analytics-admin-dashboard/components/theme-toggle.tsx
  • examples/website-analytics-admin-dashboard/data.json
  • examples/website-analytics-admin-dashboard/page.tsx

Facts

Registry
@shadcnexamples
Type
registry:block
Access
Free
Files written
12
Licence
the repository states none
In the index
at or before 2026-08-03
Last confirmed
yesterday

Go to the source

shadcnexamples.com shadcn-examples/shadcn-examples on GitHub Raw registry item This item as JSON

More from @shadcnexamples

All 70 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Activity Feedactivity-feed@shadcnexamplesBlocksFree1 dep
Add Product Formadd-product-form@shadcnexamplesBlocksFree4 deps · 3 files
AI Chatai-chat@shadcnexamplesBlocksFree2 deps · 8 files
Authenticationauthentication@shadcnexamplesBlocksFree1 dep · 2 files
Bento Gridbento-grid@shadcnexamplesBlocksFree1 dep
Blog Detail Pageblog-detail-page@shadcnexamplesBlocksFree1 dep · 4 files
Blog Pageblog-page@shadcnexamplesBlocksFree1 dep · 4 files
Changelog Pagechangelog-page@shadcnexamplesBlocksFree1 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

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.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 KitGrade

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 KitGrade

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 KitGrade

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