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

futureuikit

v0.2.4

Published

Future UI component registry and installer CLI for Next.js projects.

Downloads

867

Readme

Future UI - Modern Reusable Components

Future UI is an open-source library of high-performance, visually stunning, and reusable UI components specifically designed for Next.js applications. Built with React 19, Next.js 16, and Tailwind CSS 4, it provides a foundation for building modern, futuristic web interfaces with ease.

Future UI Banner

🚀 Features

  • Modern Tech Stack: Leveraging React 19 and Next.js 16 (App Router).
  • Tailwind CSS 4: Optimized styling with the latest Tailwind features.
  • Glassmorphism & Glow Effects: Built-in support for futuristic aesthetics.
  • Interactive Previews: Live code and preview playground for every component.
  • Dark Mode First: Seamless theme switching with persistent storage.
  • Performance Optimized: Minimal bundle size and fast load times.
  • Open Source: Built by the community, for the community.

🛠 Tech Stack

💻 Getting Started

Prerequisites

  • Node.js: 18.x or later
  • npm: 9.x or later (or yarn/pnpm)

Local Setup

  1. Clone the repository:

    git clone https://github.com/Aryan3522/future-ui.git
    cd future-ui
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Access the library: Open http://localhost:3000 in your browser to explore the components.

CLI Usage

After the package is published to npm, users can install a component with:

npx futureuikit add boxy-bounce

The CLI downloads component files from the registry endpoint configured in package.json:

{
  "config": {
    "registryUrl": "https://futureuikit.vercel.app/api/registry"
  }
}

If your production deployment uses a different domain, update config.registryUrl before publishing to npm. You can also override the registry during testing:

npx futureuikit add boxy-bounce --registry https://your-site.vercel.app/api/registry

Release Checklist

  1. Deploy the Next.js app.
  2. Verify the registry response:
    curl https://futureuikit.vercel.app/api/registry/boxy-bounce
  3. Verify the npm package exposes the CLI:
    npm pack --dry-run
    npm view futureuikit bin
  4. Publish the new version:
    npm publish
  5. Validate from npm:
    npx futureuikit@latest add boxy-bounce

⚙️ Configuration

Create a .env file in the root directory and add the following variables:

# Project Configuration
NEXT_PUBLIC_APP_URL=http://localhost:3000
FUTURE_UI_REGISTRY_URL=http://localhost:3000/api/registry
NEXT_PUBLIC_GITHUB_REPO=https://github.com/Aryan3522/future-ui
NEXT_PUBLIC_GITHUB_PROFILE=https://github.com/Aryan3522
NEXT_PUBLIC_LINKEDIN_PROFILE=https://www.linkedin.com/in/aryan-hooda-code/

🤝 Contributing

Future UI is open-source and we love contributions! Whether you're fixing a bug, adding a new component, or improving documentation, your help is welcome.

How to Collaborate:

  1. Fork the Project: Click the 'Fork' button at the top right of this page.
  2. Create a Branch:
    git checkout -b feature/amazing-component
  3. Commit your Changes:
    git commit -m "feat: Add a new GlassyCard component"
  4. Push to the Branch:
    git push origin feature/amazing-component
  5. Open a Pull Request: Go to the original repository and click 'New Pull Request'.

Contribution Guidelines:

  • Ensure your code follows the existing style and conventions.
  • Add comments where necessary.
  • Update the documentation/README if you're adding new features.
  • Test your changes thoroughly before submitting.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

🌟 Support

If you find this project helpful, give it a ⭐ on GitHub!


Built with ❤️ by Aryan Hooda and the Open Source Community.