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

wanar-ai

v1.0.9

Published

Wanar AI v1.0.5 - Professional AI Chat Platform + CLI Agent by Wisnu Alfian Nur Ashar & Siti Nurfadhila Az Zahra Syam

Readme

Typing SVG

Made with love by Wisnu Alfian Nur Ashar & Siti Nurfadhila Az Zahra Syam

"Dibangun dengan cinta, untuk masa depan yang lebih cerdas"

Node.js React Playwright SQLite

Version License Made with Love Status


Screenshots


Overview

Wanar AI is a self-hosted AI platform that runs entirely on your local machine. It combines a professional multi-model AI chat interface with an autonomous job application agent capable of crawling job listings, detecting Google Forms, filling them out field by field, and submitting — all without manual intervention.

All data stays local. No cloud sync. No third-party data collection.


Features

AI Chat

  • 53+ models — Claude, GPT-4o, Gemini, DeepSeek, Llama, and more
  • Real-time streaming responses via Server-Sent Events
  • Session history with sidebar navigation
  • Provider and model selector in the input bar
  • Automatic context window management
  • RAG support for codebase indexing

Job Application Agent

  • Crawl Linktree, Glints, Jobstreet, LinkedIn, Google Sheets
  • Automatic Google Forms detection and field extraction
  • Smart field mapping — name, email, phone, GPA, LinkedIn, GitHub, 30+ fields
  • Index-based DOM form fill — no fragile label matching
  • Mouse movement simulation (anti-bot detection)
  • Auto-generated cover letter per company and position
  • Audio CAPTCHA solver (free, no API required)
  • Real-time live feed with per-field fill monitoring

Tech Stack

Node.js Express React Vite SQLite Playwright

| Layer | Technology | |-------|------------| | Backend | Node.js 18+, Express 5 | | Frontend | React 19, Vite 5 | | Database | SQLite via better-sqlite3 (WAL mode) | | Browser Automation | Playwright (Chromium + Chrome CDP) | | AI Providers | OpenAgentic, NVIDIA, Anthropic, OpenAI, Gemini, Groq | | Realtime Updates | Server-Sent Events (SSE) | | Security | Helmet, CORS, Rate Limiting | | CLI | Node.js readline, global npm package |


Changelog

v1.0.5 (current)

  • Rewrite fillGoogleForm to use index-based DOM targeting instead of fragile label matching
  • Add mouse movement simulation before every field interaction and submit click
  • Rewrite submitFormAndVerify with scroll-to-bottom, hover, and 9-selector submit button detection
  • Add per-field live feed emission so every fill action is visible in real time
  • Fix checkRobotsTxt to use fetch() instead of page.goto() (was navigating away from form)
  • Fix extractFormFields operator precedence bug in aria-labelledby ternary
  • Add extractGoogleFormFields with 5 selector variants for all Google Forms versions
  • Audio CAPTCHA solver (free, no API key required)
  • Chrome CDP launcher button in Job Agent UI
  • Expand FIELD_MAP with 30+ Indonesian field patterns
  • Add global CLI commands wanarai and wanar via npm global install
  • Add wanarai --new / wanarai -n to start a fresh session
  • Auto-resume last session on startup with message count and timestamp
  • Interactive model and provider menus with arrow-key navigation and search
  • Real-time streaming output — AI response displayed per chunk in terminal
  • Tool call output displayed inline (bash, read_file, etc.)
  • Separate system prompts for CLI (plain text) and Web (markdown)
  • Remove filesystem and shell path restrictions — agent can access any folder
  • Add co-creator: Siti Nurfadhila Az Zahra Syam
  • Redesign CLI with large ASCII art WANAR AI banner

v1.0.0

  • Initial release
  • Multi-provider AI chat (OpenAgentic, NVIDIA, Puter.js)
  • Job Application Agent: crawl, detect, fill, submit
  • SQLite local database
  • Live feed SSE monitoring
  • Profile management + cover letter generation
  • Review queue for low-confidence fields

Wanar AI v1.0.5 — Wisnu Alfian Nur Ashar & Siti Nurfadhila Az Zahra Syam — 2026