BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/neobrutal-ui/cms-template
This component no longer exists. It was in neobrutal-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-06 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

CMS template

neobrutal-ui/cms-template
RemovedBlock

A compact CMS for finding, editing, and publishing posts.

Install it

npx shadcn@latest add https://neobrutal-ui.andongmin.com/r/cms-template.json

Source

src/blocks/templates/cms-template.tsxneobrutal-ui.andongmin.com/r/cms-template.json · first 6 KB
1"use client";
2
3import { Plus, Save, Search } from "lucide-react";
4import * as React from "react";
5
6import { Badge } from "@/components/ui/badge";
7import { Button } from "@/components/ui/button";
8import { Input } from "@/components/ui/input";
9import { Switch } from "@/components/ui/switch";
10import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs";
11import { Textarea } from "@/components/ui/textarea";
12
13const TEMPLATE_THEME =
14 "[color-scheme:light] [--background:#e7e8ff] [--secondary-background:#fff] [--foreground:#000] [--main-foreground:#000] [--main:#7983ff] [--border:#000] [--ring:#000] [--box-shadow-x:4px] [--box-shadow-y:4px] [--reverse-box-shadow-x:-4px] [--reverse-box-shadow-y:-4px] [--shadow:4px_4px_0px_0px_var(--border)] [--border-radius:5px] [--base-font-weight:600] [--heading-font-weight:700] dark:[color-scheme:dark] dark:[--background:#2c304c] dark:[--secondary-background:#222] dark:[--foreground:#ececec] dark:[--main:#7983ff] dark:[--ring:#fff]";
15
16type PostStatus = "draft" | "published";
17type StatusFilter = "all" | PostStatus;
18
19type Post = {
20 dirty: boolean;
21 id: string;
22 status: PostStatus;
23 summary: string;
24 title: string;
25 updatedLabel: string;
26};
27
28type PostChanges = Partial<Pick<Post, "status" | "summary" | "title">>;
29
30const INITIAL_POSTS: Post[] = [
31 {
32 dirty: false,
33 id: "post-105",
34 status: "published",
35 summary: "Highlights from the latest workspace release.",
36 title: "July product update",
37 updatedLabel: "12 min",
38 },
39 {
40 dirty: false,
41 id: "post-104",
42 status: "draft",
43 summary: "A practical structure for growing teams.",
44 title: "Organize your first team space",
45 updatedLabel: "38 min",
46 },
47 {
48 dirty: false,
49 id: "post-103",
50 status: "published",
51 summary: "How Verdant Studio simplified editorial review.",
52 title: "A faster review process",
53 updatedLabel: "2 hr",
54 },
55 {
56 dirty: false,
57 id: "post-102",
58 status: "draft",
59 summary: "Final ownership, access, and link checks.",
60 title: "Public page checklist",
61 updatedLabel: "Yesterday",
62 },
63 {
64 dirty: false,
65 id: "post-101",
66 status: "published",
67 summary: "Set routing rules and keep requests visible.",
68 title: "Shared inbox routing",
69 updatedLabel: "Jul 11",
70 },
71];
72
73const STATUS_TABS: Array<{ label: string; value: StatusFilter }> = [
74 { label: "All", value: "all" },
75 { label: "Draft", value: "draft" },
76 { label: "Published", value: "published" },
77];
78
79// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • https://neobrutal-ui.andongmin.com/r/neobrutal-ui.json
  • https://neobrutal-ui.andongmin.com/r/badge.json
  • https://neobrutal-ui.andongmin.com/r/button.json
  • https://neobrutal-ui.andongmin.com/r/input.json
  • https://neobrutal-ui.andongmin.com/r/switch.json
  • https://neobrutal-ui.andongmin.com/r/tabs.json
  • https://neobrutal-ui.andongmin.com/r/textarea.json

Files it writes

  • src/blocks/templates/cms-template.tsx
  • src/blocks/templates/pages/cms/page.tsx

Facts

Registry
neobrutal-ui
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
In the index
at or before 2026-08-02
Last confirmed
13 days ago

Go to the source

neobrutal-ui.andongmin.com andongmin94/neobrutal-ui on GitHub Raw registry item This item as JSON

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