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

create-remixv2

v1.0.17

Published

Still want to use remix-run, but can't since they took it offline? Use this instead:

Downloads

54

Readme

create-remixv2

Still want to use remix-run, but can't since they took it offline? Use this instead:

Updated: The links for remix classic compiler flavours were broken. Fixed implemented and tested successfully. :D

npx create-remixv2

Same remix, just a different builder to create your app. Builder lets you choose pkg mgr and template. Along with remix-runs official templates, included are the top 30 most popular stacks that you can choose from within the builder. Don't see a stack you want to use? That's fine, use whatever stack you want and call it in the parameters, just like how it was before.

Usage:

$ npx create-remixv2  <projectDir>  <...options>
$ npx create-remixv2 --stack 8an3/bane --package-manager pnpm --name remix-stack

Values:

projectDir              The Remix project directory

Options:

--help, -h              Print this help message and exit
--version, -V           Print the CLI version and exit
--stack, -s                 The stack to use, format - owner/repo
--no-install            Whether or not to install dependencies after creation
--package-manager -p    The package manager to use
--yes, -y               Skip all option prompts and run setup

example                 npx create-remixv2 -s 8an3/bane -p pnpm -n remix-stack2

Examples:

npx create-remixv2 --stack 8an3/bane --package-manager pnpm --name remix-stack
npx create-remixv2 -s 8an3/bane -p pnpm -n remix-stack2
npx create-remixv2 -s 8an3/bane --no-install -n remix-stack2

The installer has a few flavours to choose from at run time. Listed below are the ones you can install via create-remixv2

  • Remix Tutorial
  • Default (TypeScript)
  • JavaScript
  • Express Server
  • Cloudflare Workers
  • Cloudflare Pages
  • Single Page App
  • Classic Remix Compiler
  • Classic Remix Compiler Arc
  • Classic Remix Compiler Cloudflare Pages
  • Classic Remix Compiler Cloudflare Workers
  • Classic Remix Compiler Deno
  • Classic Remix Compiler Fly
  • Classic Remix Compiler Remix Javascript
  • 8an3/bane
  • Vercel
  • Netlify
  • Epic Stack
  • Indie Stack
  • Grunge Stack
  • KCD Stack
  • Tailwind CSS
  • shadcn/ui
  • Chakra UI
  • Remix Auth
  • SuperTokens
  • Prisma ORM
  • Drizzle ORM
  • MongoDB
  • Sanity CMS
  • Contentful
  • PWA Starter
  • i18n Internationalization
  • Socket.IO
  • Vitest
  • Deno Runtime
  • Cypress
  • Bun Runtime
  • Rust (WASM)

At the time of coding these projects were still up and available on github. With saying that, I have seen some stacks already being removed due to remix shutting down. I have enough on my plate as it is, so I'm checking and running scripts everyday to ensure they are still up. If one of the items stops working after this point, its probably due to the author taking it down.