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

@zoeyefe/nina

v2.0.1

Published

Multi-provider terminal AI coding agent

Readme

███╗   ██╗██╗███╗   ██╗ █████╗
████╗  ██║██║████╗  ██║██╔══██╗
██╔██╗ ██║██║██╔██╗ ██║███████║
██║╚██╗██║██║██║╚██╗██║██╔══██║
██║ ╚████║██║██║ ╚████║██║  ██║
╚═╝  ╚═══╝╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝

Terminal AI Coding Agent — 7/24 Otomatik Vibe Coder

npm Node.js Platform License Status Website


Ne Yapar?

NINA, terminalden çalışan bir yapay zeka coding agent'ıdır. Sana bir hedef söylersin — NINA planlar, dosyaları yazar, komutları çalıştırır, hataları onarır. Sen sadece izlersin.

$ nina
> /team basit bir kullanıcı yönetim paneli yap

  ◆ Planner   → Hedef analiz edildi, 4 adım oluşturuldu
  ◆ Architect → Dosya yapısı tasarlandı
  ◆ Coder     → src/App.jsx yazıldı
  ◆ Tester    → npm run test çalıştırıldı ✓

Özellikler

| | | |---|---| | 🤖 8 Provider Desteği | Ollama, OpenAI, Anthropic, Gemini, Groq, Mistral, Cohere, OpenRouter | | ⚡ Aksiyon Motoru | WRITE_FILE / RUN_CMD / DELETE_FILE — doğrudan dosya sistemi üzerinde çalışır | | 🧠 Team Mode | Çoklu ajan rol dağılımı — planner, coder, reviewer aynı anda | | 📋 Task Planner | /tasks ile hedefe adım adım yol haritası | | 🔄 Otomatik Hata Onarımı | Komut/aksiyon hatalarında kendi kendini toparlama döngüsü | | 📺 Canlı Monitor | Team mode'da ajanların durumu tek ekranda canlı izlenir | | 🔐 Güvenli Auth | API key'ler ~/.nina/credentials.json içinde, repoya girmez | | 🖥️ Cross-Platform | Windows + Unix komut uyumluluk katmanı |


Kurulum

npm install -g @zoeyefe/nina
nina

Gereksinim: Node.js 18 veya üzeri


Hızlı Başlangıç

# 1. Bir provider ekle
/auth web

# 2. Model seç
/use ollama qwen3:8b
# veya
/use openai gpt-4o
# veya
/use anthropic claude-sonnet-4-5

# 3. Tek ajanlı mod
/tasks bir REST API yaz, Express + JWT auth olsun

# 4. Team mode — NINA rolleri kendisi atar
/team e-ticaret ürün sayfası yap, React + Tailwind

Komut Referansı

/auth add|web|oauth|remove|list   → Provider kimlik yönetimi
/use <provider> [model]           → Aktif modeli değiştir
/team <hedef>                     → Çoklu ajan modu başlat
/tasks <hedef>                    → Planlı tek ajan modu
/run <komut>                      → Shell komutu çalıştır
/debug                            → Debug bilgilerini göster
/daemon                           → Arka plan modu
/system                           → Sistem ayarları
/help                             → Tüm komutları listele

Team Mode Nasıl Çalışır?

/team yazdığında NINA şunları yapar:

Kullanıcı hedefi girer
        ↓
  Hedef analiz edilir
        ↓
  Roller otomatik atanır
  (Planner / Coder / Reviewer / ...)
        ↓
  Ajanlar paralel çalışır
  (Terminal monitöründe canlı görünür)
        ↓
  Aksiyonlar uygulanır
  (Dosyalar yazılır, komutlar çalışır)
        ↓
  Birleşik sonuç üretilir

Kullanıcı sadece hedefi yazar. Geri kalanını NINA halleder.


Proje Yapısı

nina/
├── nina.js          # Ana CLI döngüsü & giriş noktası
├── core/            # Executor, planner, agents, shell adapter, system prompt
├── providers/       # LLM provider entegrasyonları (8 adet)
├── auth/            # Credential & auth akışları
├── ui/              # Terminal banner, input, renk sistemi
├── plugins/         # Browser, system, debug, daemon yetenekleri
├── memory/          # Session & memory yönetimi
└── website/         # nina.efeservili.dev kaynak kodu

Desteklenen Providerlar

ollama      → Yerel modeller, sıfır maliyet
openai      → GPT-4o, o1, o3
anthropic   → Claude Sonnet, Opus
gemini      → Gemini 1.5 Pro/Flash
groq        → Llama 3, Mixtral (çok hızlı)
mistral     → Mistral Large/Small
cohere      → Command R+
openrouter  → 200+ model tek API

Güvenlik

  • API key'ler sadece ~/.nina/credentials.json içinde tutulur — repoya girmez
  • .env.example şablonunu kullan, gerçek değerleri asla commit etme
  • main branch'i korumalıdır — direct push kapalı
  • PR review zorunlu, kritik dosyalar CODEOWNERS ile denetleniyor

Detaylar için → SECURITY.md


Katkıda Bulunma

git clone https://github.com/zoeyefe/nina.git
cd nina
npm install
node nina.js

PR açmadan önce ilgili dosyayı CODEOWNERS'da kontrol et.


🌐 Website · 🐛 Issues · 📋 Changelog

MIT Lisansı © 2025 zoeyefe

NINA hâlâ gelişiyor — her commit'te biraz daha zekileşiyor.