whatisgithub

What is peezy-cli?

p0systems/peezy-cli — explained in plain English

Analysis updated 2026-05-18

67TypeScriptAudience · developerComplexity · 1/5LicenseSetup · easy

In one sentence

A terminal-based AI coding assistant that connects to a hosted gateway or your own API keys to help with development tasks.

Mindmap

mindmap
  root((repo))
    What it does
      Terminal AI assistant
      Connects to gateway
      Or your own API key
    Tech stack
      TypeScript
      Node.js
    Use cases
      Ask code questions
      Reference files
      Script AI queries
    Audience
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Ask an AI assistant questions about your code from the terminal

USE CASE 2

Reference specific project files in prompts using an at symbol

USE CASE 3

Run one-off AI queries in scripts using non-interactive mode

What is it built with?

TypeScriptNode.js

How does it compare?

p0systems/peezy-clirit3zh/expo-curved-bottom-tabsdenissergeevitch/chatgpt-portal
Stars676766
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyeasymoderate
Complexity1/52/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Free starter usage via hosted gateway, own API key needed for unlimited use.

So what is it?

Peezy CLI is a terminal-based coding assistant that connects to a hosted AI gateway called the Peezy Agent Gateway. You install it as a Node.js package and run it from your command line. Once running, you can ask it questions about your code, reference specific files in your prompts, and get help with development tasks without leaving the terminal. The tool supports two ways to get started. The first is signing in through a browser with a Peezy account, which gives you free starter usage through the hosted gateway. The second is connecting your own AI provider API key, such as from OpenAI or OpenRouter, instead of using Peezy's hosted service. The tool supports over 100 provider profiles that use OpenAI-compatible APIs, and it pulls available model listings from a live feed so you can pick which model to use for each session. Inside the terminal interface you can switch AI models mid-session, check how much usage you have left, see what tools are available, and reference files in your project using an @ symbol before the filename. You can also run it in a non-interactive mode, passing a single question on the command line and getting back a printed response, which works well for scripting. A paid tier called Peezy Go adds a larger monthly usage allowance, access to stronger default models, and a managed image generation feature. Upgrading is done from inside the tool itself. Configuration is stored in a local file at ~/.peezy/config.json and can be overridden with environment variables. The project is written in TypeScript and is MIT-licensed. The README notes that the config file contains API keys and should not be committed to version control.

Copy-paste prompts

Prompt 1
Help me install and sign in to Peezy CLI
Prompt 2
Show me how to connect my own OpenAI or OpenRouter API key to Peezy
Prompt 3
Explain how to reference files in my Peezy prompts
Prompt 4
How do I use Peezy CLI in non-interactive scripting mode

Frequently asked questions

What is peezy-cli?

A terminal-based AI coding assistant that connects to a hosted gateway or your own API keys to help with development tasks.

What language is peezy-cli written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js.

How hard is peezy-cli to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is peezy-cli for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.