npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

modula-ui

v1.0.4

Published

A library of beautiful modern UI blocks and patterns built with Shadcn by Mary Ojo

Readme

Modula UI

A library of modern UI patterns and complete interfaces built with Shadcn and Tailwind CSS. Get beautiful, functional UIs without building from scratch.

✨ Features

  • 🎨 Complete UI Patterns - Full-featured interfaces, not just individual components
  • 🚀 Easy Integration - Simple CLI to add entire UI blocks to your project
  • 📦 Copy & Paste - Browse interfaces in your browser and copy code directly
  • 🎯 Modern Stack - Built with Next.js, React 19, and Tailwind CSS 4
  • 🔧 Customizable - Full control over styling and behavior
  • 📱 Responsive - Mobile-first design approach

🚀 Quick Start

Browse UI Patterns

Run the library locally to browse all available UI patterns and interfaces:

npx modula-ui

This will start a local server at http://localhost:3177 where you can:

  • Preview all UI patterns
  • Copy interface code
  • See live examples

Add UI Patterns to Your Project

Use the CLI to add complete interfaces directly to your project:

npx modula-ui add <component-name>

The CLI will automatically:

  1. Install required dependencies
  2. Install necessary Shadcn UI components
  3. Copy the complete interface files to your project

📦 Available UI Patterns

  • video-conference - Full-featured video conferencing interface with participant grid, controls, and animations
  • group-chat - Modern group chat interface with sidebar, message threads, and real-time feel

🛠️ Installation

Prerequisites

  • Node.js >= 18.17.0
  • A Next.js or React project with Tailwind CSS configured

Example: Adding a UI Block

# Add the video conference page
npx modula-ui add video-conference

# Add the group chat interface
npx modula-ui add group-chat

The interface will be added to src/library/<type>/ (or library/<type>/ if no src folder exists).

🎯 Usage

After adding a UI pattern, import and use it in your project:

import VideoConferencePage from '@/library/pages/VideoConferencePage';

export default function MyPage() {
  return <VideoConferencePage />;
}

🏗️ Tech Stack

  • Framework: Next.js 16
  • UI Library: React 19
  • Styling: Tailwind CSS 4
  • Components: Radix UI primitives
  • Animations: Framer Motion
  • Icons: Lucide React
  • Charts: Recharts

📄 License

MIT © Mary Ojo

🔗 Links