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

azae

v0.1.0

Published

The AI-Native Programming Language

Downloads

123

Readme

Azalea - The AI-Native Programming Language

Azalea Banner

npm version License: MIT

Azalea is a revolutionary programming language with Large Language Models embedded in the runtime. It replaces traditional glue code with semantic instructions, features self-healing execution, and includes autonomous agent primitives.

Key Features

  • AI-Aware Compiler: Instructions like import ai generate code on the fly.
  • Semantic Search: rag "query" built-in for vector retrieval.
  • Agent Loops: agent Name: ... creates autonomous loops with memory.
  • Data Inspector: inspect(var) uses AI to explain runtime state.
  • Self-Healing: Runtime errors trigger automatic AI analysis and suggestion.

Installation

Install the official compiler and CLI tool via NPM:

npm install -g azae

Usage

Create a file named main.az:

fn main():
    # Generate a module for game logic
    import ai "chess_utils"
    
    # Use an autonomous agent
    agent PlayerOne:
        ai "Make a move"
        
    rag "How does the pawn move?"

Run it:

azae main.az

VS Code Extension

Install "Azalea AI" from the VS Code marketplace for full syntax highlighting and AI integration.

License

MIT © 2025 Azalea Team