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

astra-ai

v1.0.23

Published

Ai-model

Readme

Astra.AI - Redifining Intelligence And Flexiblity

Astra's Philosophy -

Me, as a JS developer was extremely attracted by AI in the development of websites, and Content Creation. I even tried to get into several API's for providing my clients better reach to their audience with AI. I spent nights in exploring all the present day AI models, All I saw was either complex syntax or API pricings with Limitations. That day, i decided to make my own AI so that no other developer suffer to give clients the best the way I did. presenting the legend Astra.AI, an easy to use conversational AI model made in vanilla JavaScript, So we - The Developers can ensure both flexiblity and speed with no API limitations or spending our hard-earned money.

Welcome To The Diverse World Of Astra AI

I Warmly Thank You For Choosing ASTRA.AI as your genAI partner. I am always happy to assist you and look forward for your feedback! I have some terms & conditions for you for freely access our model Astra-AI. please go through them as follows:-

  • Mention @adamya-khairwal or @astra-ai whereever you use this AI model
  • Any editing, updation, deletion or insertion in the model's core modules is a punishable offense.
  • spread of any rumour or negative value by the consumer will be a punishable task.

we hope these terms find you well.

Astra isn't completely ready and keeps improving itself for your better results. please look forward for new versions of Astra so you don't miss any important feature. This module was completely made in VANILLA JAVASCRIPT and perhaps, the first ever genAI to be made with JS. we would love getting your suggestions at our registered eMail ID: [email protected] or [email protected].

to test the model, follow the steps:-

  1. setting environment :- run npm i -g @adamya_khairwal/astra-cli to install the package
  2. Getting Started :- After Installing, run:- astra-dir [your_project_name] ==> This will create a directory with inbuilt NodeJS file to run
  3. See The Magic:- cd to your directory and run node index. See Astra.AI in action !

Updating The Model

Here is how you can change model's behaviour or other personality options

  1. You can change bot's name and tasks by updating attitude object.
  2. to test this, change the query to "introduce yourself"

Running without CLI

To run Astra without CLI, follow these steps:-

Install Astra.AI through NPM

npm install astra-ai

Running Code In NodeJS / VanillaJS Environment

import AstraAI from 'astra-ai';

let attitude = {
    bot_name: "astra",
    purpose: "personal",
    tasks: "Hobbies, interests or just chat for fun"
};

let astra = new AstraAI(attitude);

astra.chat("summarize- artificial intelligence is a technology widely growing in the 20s centuary. it is highly used for mimickering human decision making skills & more. Ai is widely used in healthcare and more such industries.",attitude)
.then((response) => {
    console.log(response);
})
.catch((error) => {
    console.error("Error:", error);
});

Follow The Steps And See Astra.AI in Action!

FeedBack & Contact

I always await your feedback on the improvement of visionary and innovative - Astra.AI. To directly contact me, mail me at either [email protected] or [email protected]. I'm also available for full stack jobs or freelance works. I make 3D, responsive websites at least prices.

Once again, Thank You For Choosing Astra. It have only one vision - getting developers out of struggle to improve productivity though Artificial Intelligence.

Adamya Khairwal

Developer of Astra.AI