User Profile
Free Profile React component — UserProfileCard. MIT licensed, copy-paste ready for Next.js and Tailwind CSS.
Author byline on warm editorial paper — square portrait, serif name, and text links. Built for personal sites and portfolio sidebars.
Preview

Bidyut Kundu
Founder & engineer
Building open-source UI for developers who care about craft, speed, and copy-paste simplicity.
Setup
How to use
Free for personal and commercial use. No UI attribution required. Include the MIT copyright notice when copying component source into your project. Read the MIT license.
- 1
Run in your terminal:
$npm install clsx tailwind-merge lucide-react - 2
Copy
lib/cn.tsbelow. Skip if you already havecn(). - 3
Copy the code below and create
components/profile/user-profile-card.tsxin your project. - 4
Import and render:
Exampleimport { UserProfileCard } from "@/components/profile/user-profile-card";
lib/cn.ts
import { cn } from '@/lib/cn';// Full source is available in the repository checkout.
components/profile/user-profile-card.tsx
// Full source: components/components/profile/user-profile-card.tsx// The Cloudflare worker does not expose the source tree at request time.