You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each plugin's UI layer is available as a [shadcn registry](https://ui.shadcn.com/docs/registry) block. Use it to **eject and fully customize** the page components while keeping all data-fetching and API logic from `@btst/stack`:
BTST provides a collection of full-stack plugins that you can easily integrate into your React application. Each plugin includes routes, APIs, database schemas, components, and hooks—everything you need to add complete features to your app.
@@ -48,6 +48,18 @@ With more plugins coming soon, you can add complete features to your app in minu
48
48
icon={<Columns3size={20} />}
49
49
description="Project management with boards, columns, tasks, drag-and-drop, and priority levels."
50
50
/>
51
+
<Card
52
+
title="Comments Plugin"
53
+
href="/plugins/comments"
54
+
icon={<MessageSquaresize={20} />}
55
+
description="Threaded comments with moderation, likes, replies, and embeddable comment threads."
56
+
/>
57
+
<Card
58
+
title="Media Plugin"
59
+
href="/plugins/media"
60
+
icon={<ImageIconsize={20} />}
61
+
description="Media library with uploads, folders, picker UI, URL registration, and reusable image inputs."
0 commit comments