BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/stackfoundry/bug-reports

Bug Reports

stackfoundry/bug-reports
FreeBlock

Bug report intake, severity, reproduction steps, and triage workflow.

Install it

npx shadcn@latest add https://stackfoundry.dev/r/bug-reports.json

Source

packages/db/src/schema/bug-reports.tsstackfoundry.dev/r/bug-reports.json
1import { index, jsonb, pgTable, text, timestamp, uuid } from "drizzle-orm/pg-core";
2
3export const bugReports = pgTable(
4 "bug_reports",
5 {
6 id: uuid("id").primaryKey().defaultRandom(),
7 organizationId: text("organization_id"),
8 ownerId: text("owner_id"),
9 key: text("key").notNull(),
10 status: text("status").notNull().default("active"),
11 metadata: jsonb("metadata").$type<Record<string, unknown>>().notNull().default({}),
12 createdAt: timestamp("created_at", { withTimezone: true }).defaultNow().notNull(),
13 updatedAt: timestamp("updated_at", { withTimezone: true }).defaultNow().notNull(),
14 },
15 (item) => [
16 index("bug_reports_organization_idx").on(item.organizationId),
17 index("bug_reports_owner_idx").on(item.ownerId),
18 ]
19);

What it pulls in

Other registry items

  • https://stackfoundry.dev/r/support-console.json

Files it writes

  • packages/db/src/schema/bug-reports.ts
  • apps/web/src/lib/stackfoundry/bug-reports.ts
  • apps/web/src/app/(console)/admin/support/bug-reports/page.tsx

Facts

Registry
stackfoundry
Type
registry:block
Access
Free
Files written
3
Licence
MIT
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

stackfoundry.dev jesseoue/stackfoundry on GitHub Raw registry item This item as JSON

More from stackfoundry

All 157 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Account Deletionaccount-deletionstackfoundryBlocksFreeno deps · 3 files
Account Modesaccount-modesstackfoundryBlocksFreeno deps · 3 files
Account Settingsaccount-settingsstackfoundryBlocksFreeno deps · 2 files
Admin Consoleadmin-consolestackfoundryBlocksFreeno deps · 2 files
Agent-Ready Installsagent-ready-installsstackfoundryBlocksFreeno deps · 13 files
AI Chatai-chatstackfoundryBlocksFree3 deps · 4 files
AI Chatbot SDKai-chatbot-sdkstackfoundryBlocksFree3 deps · 2 files
AI Elementsai-elementsstackfoundryBlocksFreeno deps · 5 files
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex