BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ruixen-ui/automated-tasks-panel
This component no longer exists. It was in ruixen-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-12 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.

Automated Tasks Panel

ruixen-ui/automated-tasks-panel
RemovedComponent

Animated task panel with scrolling automation features

Live preview

live · rendered by the registry
Rendered by ruixen-ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://ruixen.com/r/automated-tasks-panel.json

Source

registry/ruixenui/automated-tasks-panel.tsxruixen.com/r/automated-tasks-panel.json
1"use client";
2
3import * as React from "react";
4import { Card, CardContent } from "@/components/ui/card";
5import { Badge } from "@/components/ui/badge";
6import { motion } from "motion/react";
7import { Bell, DollarSign, Users, Share2, FileBarChart } from "lucide-react";
8
9const tasks = [
10 {
11 title: "AI-powered notifications",
12 subtitle: "Smart alerts for critical events",
13 icon: <Bell className="w-4 h-4" />,
14 },
15 {
16 title: "Automated payroll",
17 subtitle: "Error-free salary processing",
18 icon: <DollarSign className="w-4 h-4" />,
19 },
20 {
21 title: "Employee insights",
22 subtitle: "Track productivity in real-time",
23 icon: <Users className="w-4 h-4" />,
24 },
25 {
26 title: "Social campaigns",
27 subtitle: "AI-curated content suggestions",
28 icon: <Share2 className="w-4 h-4" />,
29 },
30 {
31 title: "AI-driven reports",
32 subtitle: "Weekly insights & performance",
33 icon: <FileBarChart className="w-4 h-4" />,
34 },
35];
36
37export default function AutomatedTasksPanel() {
38 return (
39 <section className="relative w-full py-20 bg-background text-foreground">
40 <div className="mx-auto max-w-5xl grid grid-cols-1 md:grid-cols-2 items-center gap-12">
41 {/* LEFT SIDE - Task Loop with Vertical Bar */}
42 <div className="relative w-full max-w-sm">
43 <Card className="overflow-hidden bg-muted/30 dark:bg-muted/20 backdrop-blur-md shadow-xl rounded-lg">
44 <CardContent className="relative h-[320px] p-0 overflow-hidden">
45 {/* Scrollable Container */}
46 <div className="relative h-full overflow-hidden">
47 {/* Motion list */}
48 <motion.div
49 className="flex flex-col gap-2 absolute w-full"
50 animate={{ y: ["0%", "-50%"] }}
51 transition={{
52 repeat: Infinity,
53 repeatType: "loop",
54 duration: 14,
55 ease: "linear",
56 }}
57 >
58 {[...tasks, ...tasks].map((task, i) => (
59 <div
60 key={i}
61 className="flex items-center gap-3 px-4 py-3 border-b border-gray-200 dark:border-gray-700 relative"
62 >
63 {/* Icon + Content */}
64 <div className="flex items-center justify-between flex-1">
65 <div className="flex items-center gap-2">
66// … truncated

What it pulls in

npm packages

  • motion
  • lucide-react

Files it writes

  • registry/ruixenui/automated-tasks-panel.tsx

Facts

Registry
ruixen-ui
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-07
Last confirmed
7 days ago

Go to the source

Docs on ruixen-ui ruixen.com ruixenui/ruixen.com 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