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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@ar-dacity/ardacity-landing-page-one

v1.0.2

Published

Landing page component using ArDacity UI components

Readme

ArDacity Landing Page One

A beautiful landing page component that showcases all ArDacity UI components together with Arweave wallet integration.

Installation

npm install @ar-dacity/ardacity-landing-page-one

This package requires other ArDacity components. Install them as well:

npm install @ar-dacity/ardacity-text-pressure @ar-dacity/ardacity-scroll-reveal @ar-dacity/ardacity-pixel-transition @ar-dacity/ardacity-splash-cursor @ar-dacity/ardacity-hyperspeed @ar-dacity/ardacity-aurora @permaweb/aoconnect

Features

  • Responsive design
  • Arweave wallet integration
  • Showcases all ArDacity UI components:
    • TextPressure
    • ScrollReveal
    • PixelTransition
    • SplashCursor
    • Hyperspeed
    • Aurora

Usage

After installation, the component will be automatically added to your project's components directory.

import { LandingPageOne } from './components/ArDacityUi/LandingPageOne';

function App() {
  return <LandingPageOne />;
}

Customization

You can customize various aspects of the landing page:

<LandingPageOne
  title="My Awesome Project"
  subtitleLines={[
    "A revolutionary new project",
    "Built on Arweave"
  ]}
  description="This is my amazing project that uses all the ArDacity UI components to create a stunning user experience."
  auroraColorStops={["#FF5733", "#33FF57", "#3357FF"]}
  pixelTransitionImgUrl="https://example.com/my-image.jpg"
  pixelTransitionText="My Custom Text"
/>

Props

| Prop | Type | Default | Description | |------|------|---------|-------------| | title | string | "ArDacity UI" | Title displayed in the header | | subtitleLines | string[] | ["A collection of UI components...", "Making Frontend..."] | Array of subtitle lines displayed below the main title | | description | string | "ArDacity UI is a collection..." | Main description text shown in the ScrollReveal section | | auroraColorStops | string[] | ["#3A29FF", "#FF94B4", "#FF3232"] | Color stops for the Aurora effect | | pixelTransitionImgUrl | string | "https://images.unsplash.com/..." | URL for the image used in PixelTransition components | | pixelTransitionText | string | "Making for AO, On AO" | Text displayed in the second state of PixelTransition components |

Requirements

This component requires:

  • React 16.8.0 or higher
  • React DOM 16.8.0 or higher
  • All ArDacity UI component packages
  • @permaweb/aoconnect for Arweave integration

License

MIT