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

app-tutor-ai-consumer

v1.43.0

Published

Consumer components library for Hotmart Tutor Widget

Readme

App Tutor AI Consumer Hotmart Brand

Consumer components library for Hotmart Tutor Widget

Typescript React React Query Eslint Prettier Vitest Rspack NPM GitHub

Micro-frontend responsible for the Hotmart Tutor AI components and pages

Table of Contents


Installation

Configuring

  • Download and install Git;
  • Download and install NVM;
  • Download and install NodeJS and NPM;
  • Create an .npmrc file at root of your user folder;
//registry.npmjs.org/:_authToken=<TOKEN>
//npm.fontawesome.com/:_authToken=<TOKEN>
@fortawesome:registry=https://npm.fontawesome.com/
  • Configure hotctl in your computer. See how here
  • After configuration is done, execute the commands below and you good to go
hotctl sso login
hotctl sso accounts apply -a
hotctl codeartifact token --type npm --profile buildstaging

Consult the code owners of to fill the .npmrc

Node & NPM

Ensure that your node version is greater than what's specified in the repository root directory's .nvmrc file by running node -v

You might need to install NVM (Node Version Manager) and run:

nvm install

Running locally

  1. Add the following line your /etc/hosts file:
127.0.0.1 local.buildstaging.com
  1. To generate SSL certificates locally, run:
cd ./config/certs/ && ./ssl-generate.sh && cd ../../
  1. To install package dependencies, run:
npm i
  1. To fetch locale files from api-languages:
npm run fetch-langs | npm run fetch-langs:local
  1. To run the project:
  • inside a shell app:
npm run dev
  • standalone mode:
npm run dev:local

Building

Building for staging:

npm run build:staging

Building for production

npm run build

Back to top

Technologies

Public Packages

  • React
  • Typescript
  • Vitest
  • Testing Library
  • MSW
  • Tanstack Query
  • Chance

Private Packages

Back to top

Commits and PR's

To keep some pattern between commits we use commitlint. Please pay attention to the rules of the commit messages.

Below there is the types accepted in commits:

  • build
  • chore
  • ci
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test

All commits should be written in english and start with one of the types listed before:

feat: adding infinity load

or if want to specify the scope of the commit:

feat(widget): adding infinity load

Back to top

Copyright

Hotmart Brand © 2025

Made with ❤