๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข
Sections

ActivityFeed

Real-time activity stream with auto-generated avatars, actor names, and timestamps.

Preview

Recent Activity

AJ

Alice Johnson pushed 3 commits to main

2 minutes ago

BS

Bob Smith opened pull request #142 โ€” Add dark mode

15 minutes ago

CW

Carol White commented on issue #89

1 hour ago

DL

David Lee merged pull request #138

2 hours ago

EM

Eva Martinez created branch feature/auth

3 hours ago

FB

Frank Brown closed issue #77 โ€” Fix login bug

5 hours ago

Usage

import { ActivityFeed } from '@/components/sections/ActivityFeed'
export default function Page() {
return (
<ActivityFeed
title="Team Activity"
items={[
{ actor: 'Alice', action: 'deployed to', target: 'production', time: '5m ago' },
{ actor: 'Bob', action: 'reviewed', target: 'PR #42', time: '20m ago' },
]}
/>
)
}

Variants

Compact with limit

AJ

Alice Johnson pushed 3 commits to main

2 minutes ago

BS

Bob Smith opened pull request #142 โ€” Add dark mode

15 minutes ago

CW

Carol White commented on issue #89

1 hour ago

DL

David Lee merged pull request #138

2 hours ago

+2 more activities

Prompt Preview

Copy a prompt that recreates this UI

Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.

Copy-ready AI prompt

Starts from the current visual reference and project constraints.

Tweak only product-specific copy or data after the first generation pass.

Props

PropTypeDefaultDescription
items*ActivityItem[]-Array of activity entries
titlestring-Feed heading
maxItemsnumber-Truncate list to N items
compactbooleanfalseReduce spacing between items
classNamestring-Extra CSS classes
โ† Back to Sections