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-trix

v1.0.1

Published

Universal project scaffolding CLI for frontend and backend applications

Readme

MIT License Version PRs Welcome


Trix is a powerful, interactive CLI tool designed to help developers bootstrap full-stack and mobile applications in seconds. It provides a curated selection of frameworks, libraries, and modules, all perfectly configured to work together.

Key Features

  • Framework Diversity: Choose from React, Vue 3, Svelte, Express, Fastify, NestJS, and more.
  • Mobile Ready: Build React Native & Expo apps with NativeWind, React Navigation, and more.
  • Modern Styling: Out-of-the-box support for Tailwind CSS, NativeWind, shadcn/ui, and more.
  • Auth Ready: Integrated authentication with Clerk, Supabase, Firebase, Privy, or custom JWT.
  • Data Power: Easily set up PostgreSQL, MySQL, or MongoDB with Prisma or Mongoose.
  • TypeScript First: Every single template is built with TypeScript performance and safety in mind.
  • Multi-Manager: Works seamlessly with npm, yarn, pnpm, and bun.

Supported Tech Stack

Frontend

  • Frameworks: React, Vue 3, Svelte 4
  • Styling: Tailwind CSS, shadcn/ui, DaisyUI
  • State: Zustand, Redux Toolkit
  • API: TanStack Query, Axios, SWR

Mobile

  • Frameworks: Expo (Recommended), React Native CLI
  • Navigation: React Navigation, Expo Router
  • Styling: NativeWind (Tailwind), Tamagui, styled-components
  • State: Zustand, Redux, Jotai, MobX, Recoil, Legend State
  • API: TanStack Query, Axios, ky
  • Auth: Clerk, Supabase, Firebase

Backend

  • Runtimes: Node.js, Bun
  • Frameworks: Express, Fastify, NestJS
  • Database: PostgreSQL, MySQL, MongoDB
  • ORM: Prisma, Drizzle, Mongoose

Quick Start

Get your project up and running in minutes:

# 1. Clone the repository
git clone https://github.com/JubrilKolade/trix.git
cd trix

# 2. Install and build
npm install
npm run build

# 3. Link globally
npm link

# 4. Generate your project!
create-trix

Usage

Interactive Mode (Recommended)

Simply run create-trix and follow the beautiful terminal prompts to curate your stack.

create-trix

Quick Project Creation

Skip the initial name prompt by providing it as an argument:

create-trix my-new-app

Project Structure

  • src/core/ - Core CLI logic & configuration builder.
  • src/prompts/ - Interactive user experience.
  • templates/ - Curated project templates (Handlebars).
  • src/generators/ - File generation and code injection logic.
  • src/installers/ - Dependency installation & package manager handling.

Development

Running Tests

npm test

Building

npm run build

Contributing

We welcome contributions! Whether it's a new template, a bug fix, or a feature request, feel free to open an issue or submit a PR.

  1. Fork the repo
  2. Clone your fork
  3. Commit your changes
  4. Push to your branch
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.