git404hub

what is peezy-cli fr?

p0systems/peezy-cli — explained in plain English

Analysis updated 2026-05-18

67TypeScriptAudience · developerComplexity · 1/5LicenseSetup · easy

tl;dr

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

vibe map

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 make with this?

VIBE 1

Ask an AI assistant questions about your code from the terminal

VIBE 2

Reference specific project files in prompts using an at symbol

VIBE 3

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

what's the stack?

TypeScriptNode.js

how it stacks up fr

p0systems/peezy-clinkzw-tech/cloudsailopenclaw/octopool
Stars676767
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyhardhard
Complexity1/54/54/5
Audiencedeveloperdeveloperops devops

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

how do i run it?

Difficulty · easy time til it works · 5min

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

in plain english

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.

prompts (copy fr)

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 fr?

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.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.