BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/aurora/aurora-chat-sidebar

Aurora ChatSidebar

aurora-dinglebear-ai/aurora-chat-sidebar
UnverifiedComponent

Aurora ChatSidebar — Claude Design parity.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/dinglebear-ai/aurora/main/aurora-chat-sidebar.json

Source

registry/aurora/ui/chat-sidebar.tsxraw.githubusercontent.com/dinglebear-ai/aurora/main/aurora-chat-sidebar.json · first 6 KB
1"use client"
2
3import * as React from "react"
4import { Ellipsis, MessageSquareText, Plus, Search } from "lucide-react"
5
6import { cn } from "@/lib/utils"
7
8// Styles: registry/aurora/styles/aurora-components.css (@layer aurora-components).
9
10/* -------------------------------------------------------------------------- */
11/* Types */
12/* -------------------------------------------------------------------------- */
13
14export interface ChatSidebarThread {
15 /** Stable identifier used for selection state. */
16 id: string
17 /** Conversation title shown in the rail. */
18 title: React.ReactNode
19 /** Bucket label this thread belongs to (e.g. "Today"). Threads are grouped by bucket in source order. */
20 bucket: string
21 /** Optional plain-text value used for search filtering when `title` is rich markup. */
22 searchText?: string
23}
24
25export interface ChatSidebarUser {
26 /** Display name shown in the footer. */
27 name: React.ReactNode
28 /** Initials rendered in the avatar disc. */
29 initials: string
30 /** Plan / subtitle line under the name. */
31 plan?: React.ReactNode
32}
33
34export interface ChatSidebarProps
35 extends Omit<React.HTMLAttributes<HTMLElement>, "onSelect"> {
36 /** Brand content for the top row (icon + wordmark). */
37 brand?: React.ReactNode
38 /** Conversation threads, grouped by their `bucket` in first-seen order. */
39 threads?: ChatSidebarThread[]
40 /** Initially-active thread id (uncontrolled). */
41 defaultActiveId?: string
42 /** Controlled active thread id. */
43 activeId?: string
44 /** Fired when a thread is chosen. */
45 onSelectThread?: (id: string) => void
46 /** Fired when the New chat button is pressed. */
47 onNewChat?: () => void
48 /** Placeholder for the search input. */
49 searchPlaceholder?: string
50 /** Controlled search query shown in the search input. */
51 searchValue?: string
52 /** Initial search query for uncontrolled usage. */
53 defaultSearchValue?: string
54 /** Fired whenever the search query changes. */
55 onSearchValueChange?: (value: string) => void
56 /** Optional message rendered when no conversations match the current search. */
57 emptyMessage?: React.ReactNode
58 /** Footer user descriptor. */
59 user?: ChatSidebarUser
60 /** Fired when the account menu button is pressed. */
61 onOpenAccountMenu?: () => void
62}
63
64/* -------------------------------------------------------------------------- */
65/* Component */
66// … truncated

What it pulls in

npm packages

  • lucide-react@^0.487.0

Other registry items

  • @aurora/aurora-tokens
  • @aurora/aurora-components

Files it writes

  • registry/aurora/ui/chat-sidebar.tsx

Facts

Registry
aurora
Type
registry:ui
Access
Unverified
Files written
1
Licence
AGPL-3.0
In the index
at or before 2026-08-09
Last confirmed
today

Go to the source

aurora.dinglebear.ai dinglebear-ai/aurora on GitHub Raw registry item This item as JSON

More from aurora

All 176 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Aurora Accordionaurora-accordionauroraComponentsUnverified2 deps
Aurora Alert Dialogaurora-alert-dialogauroraComponentsUnverified2 deps
Aurora Aspect Ratioaurora-aspect-ratioauroraComponentsUnverifiedno deps
Aurora Avataraurora-avatarauroraComponentsUnverified1 dep
Aurora Badgeaurora-badgeauroraComponentsUnverified2 deps
Aurora Banneraurora-bannerauroraComponentsUnverified1 dep
Aurora Breadcrumbaurora-breadcrumbauroraComponentsUnverified2 deps
Aurora Buttonaurora-buttonauroraComponentsUnverified2 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