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

adavibe

v0.1.9

Published

Interactive CLI wizard to configure CodeX, Claude Code, OpenCode, or OpenClaw for Vibe Coding API access.

Readme

adavibe

Satu perintah untuk setup Vibe Coding — konfigurasi AI coding assistant favorit Anda dalam hitungan detik.

npx adavibe

Persyaratan

  • Node.js v18 atau lebih baru
  • API Key — dapatkan dari provider AI pilihan Anda

Pilihan CLI

| CLI | Kegunaan | Setelah Setup | |-----|----------|---------------| | CodeX | Coding assistant OpenAI | codex | | Claude Code | Coding assistant Anthropic | claude | | OpenCode | Terminal IDE berbasis AI | opencode | | OpenClaw | AI Gateway (WhatsApp, Telegram, dll.) | npx openclaw gateway --bind lan |


1. Setup CodeX

OpenAI CodeX adalah coding assistant dari OpenAI yang berjalan di terminal.

Langkah-langkah

$ npx adavibe

? Select the language for this setup wizard
>   English (Default)
    Bahasa Indonesia

? CLI mana yang ingin Anda konfigurasi?
>   CodeX (asisten coding OpenAI)

? Tempel API Key Anda
  ****

Hasil

Menulis file konfigurasi...
Diperbarui ~/.codex/config.toml
Diperbarui ~/.codex/auth.json

✅  Selesai! CodeX sekarang terkonfigurasi.
  Run codex to start coding!

File yang Ditulis

  • ~/.codex/config.toml — model provider & model default
  • ~/.codex/auth.json — API key

Menjalankan

cd your-project
codex

2. Setup Claude Code

Claude Code adalah coding assistant dari Anthropic yang powerful untuk pair programming.

Langkah-langkah

$ npx adavibe

? CLI mana yang ingin Anda konfigurasi?
>   Claude Code (Anthropic)

? Tempel API Key Anda
  ****

Hasil

Menulis file konfigurasi...
Diperbarui ~/.claude/settings.json

✅  Selesai! Claude Code sekarang terkonfigurasi.
  Run claude to start coding!

File yang Ditulis

  • ~/.claude/settings.json — konfigurasi environment dan model

Menjalankan

cd your-project
claude

3. Setup OpenCode

OpenCode adalah IDE terminal berbasis AI yang mendukung multi-provider.

Langkah-langkah

$ npx adavibe

? CLI mana yang ingin Anda konfigurasi?
>   OpenCode (IDE terminal berbasis AI)

? Tempel API Key Anda
  ****

File yang Ditulis

  • ~/.config/opencode/opencode.json — provider config dan model

Menjalankan

cd your-project
opencode

Setelah buka, ketik /models untuk memilih model dari daftar yang sudah dikonfigurasi.


4. Setup OpenClaw

OpenClaw adalah AI Gateway untuk menghubungkan WhatsApp, Telegram, dan platform lain ke model AI.

Langkah-langkah

$ npx adavibe

? CLI mana yang ingin Anda konfigurasi?
>   OpenClaw (AI Gateway untuk WhatsApp, Telegram, dll.)

? Tempel API Key Anda
  ****

File yang Ditulis

  • ~/.openclaw/openclaw.json — provider config, model list, dan gateway token

Menjalankan

# Terminal 1: jalankan gateway
npx openclaw gateway --bind lan

# Terminal 2: buka dashboard (opsional)
npx openclaw dashboard

Fitur

  • Zero-install — cukup npx adavibe, tidak perlu install global
  • Bilingual — English & Bahasa Indonesia (auto-detect)
  • Safe backup — file .bak otomatis sebelum overwrite
  • Cross-platform — Windows, macOS, Linux
  • Activation Code — wizard dilindungi kode aktivasi

Ringkasan File Konfigurasi

| CLI | File Konfigurasi | |-----|-----------------| | CodeX | ~/.codex/config.toml, ~/.codex/auth.json | | Claude Code | ~/.claude/settings.json | | OpenCode | ~/.config/opencode/opencode.json | | OpenClaw | ~/.openclaw/openclaw.json |

Troubleshooting

Claude Code: "Not logged in"

Tutup dan buka ulang terminal setelah setup. Environment variables butuh restart terminal.

CodeX: Error 404

Pastikan API provider Anda mendukung endpoint yang dibutuhkan CodeX.

OpenCode: Model tidak muncul

Setelah buka OpenCode, ketik /models untuk melihat daftar model yang tersedia.

OpenClaw: Gateway tidak bisa diakses

Pastikan port default (3100) tidak dipakai aplikasi lain. Gunakan --port <number> untuk mengubah port.

License

MIT