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

create-requiem-app

v1.0.0

Published

The ultimate scaffolding tool for Nextjs and ReactJs featuring GSAP transitions, Lenis scrolling, and pre-built immersive layouts.

Downloads

25

Readme

npm version License: MIT

Why Requiem?

Starting a modern, visually stunning Next.js project usually takes hours of repetitive boilerplate tracking. Installing state managers, configuring smooth scrolling, writing routing animations, and importing default Layouts is incredibly tedious.

Requiem abstracts all of this into a single command. It comes deeply integrated with GSAP page transitions and premium UI components right out of the box, completely removing the hassle of manually installing them so your project kickstarts efficiently.

Quick Start

To spin up a new Requiem project instantly, run the following command in your terminal:

To create a new project in the current directory:

npx create-requiem-app

To create a new project with name my-app:

npx create-requiem-app my-app

The Configuration Wizard

Instead of guessing flags or modifying dozens of files post-install, Requiem walks you through a streamlined interactive wizard to inject exactly the stack you need.

Setup Questions

During execution, the CLI will comprehensively ask you about your ideal application environment:

  1. Project Name – What is your project name? (We automatically configure package.json for you).
  2. Workspace – Choose between our two powerful boilerplates:
    • Next.js (Immersive App Router layout with GSAP and Lenis smooth scroll).
    • React (Lightning fast Vite + React Router v7 + Tailwind CSS v4 setup).

(If you chose Next.js): 3. State Management – Select your State Management library:

  • Zustand (Recommended: Lightweight and elegant hook approach).
  • Redux Toolkit (Strict structure, great for highly-scaled applications).
  • None (Vanilla React context if you prefer doing it yourself).
  1. Data Fetching – Would you like to include TanStack Query? (Say yes, and the provider and devtools will automatically wrap around your core Layout).

Core Features

React: Blazing Fast UI Starter

If you select the React Workspace, Requiem automatically scaffolds an ultra-modern UI. It comes pre-configured with Vite for instantaneous HMR, React Router v7 for seamless navigation, and the brand-new Tailwind CSS v4 engine. It features built-in glassmorphism effects, a typography-focused layout, and a pre-animated mobile navigation menu overlay right out of the box.

Next.js: Immersive GSAP Page Transitions

Say goodbye to boring hard reloads. Requiem's Next.js workspace includes an inherently complex GSAP Page Transition system injected natively into Next.js 15 routing. Your users will experience cinematic, fluid transitions across pages by default.

Next.js: Lenis Smooth Scroll

Premium web applications demand a premium scrolling behavior. Requiem natively incorporates React Lenis, ensuring a frictionless, buttery-smooth momentum scrolling physics engine dynamically applied across the entire site.

Beautiful Kickstart Layouts

Sick of starting with a blank white page? Requiem automatically seeds your application with gorgeous, responsive Header and Footer component stacks. It utilizes default architecture wrappers that easily let you visualize your site's aesthetic immediately upon start.

Instant Library Scaffolding

The days of manual configuration are essentially over. Depending on your wizard choices, your project will natively scaffold the boilerplate store variables, hooks, or Provider files, fetch backend dependencies, and seamlessly weave them into your DOM.

Gallery

Take a look at the curated UI components provided instantly upon project creation.

Next.js Template Gallery

Desktop View

Header Layout:

Footer Layout:

Mobile View

React Template Gallery

Desktop View

Mobile View

Keywords

react, nextjs, vite, tailwindcss-v4, react-router, app-router, gsap, page-transitions, lenis, smooth-scroll, redux, zustand, tanstack-query, boilerplate, scaffolding, cli, frontend-framework

Author

Mehul Chauhan

Happy Coding