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

timi-ai

v1.0.4

Published

An AI-powered CLI tool

Readme

Timi AI

The intelligent CLI companion that builds apps and chats with you — right from your terminal.

npm version License: ISC

Timi AI transforms your terminal into a powerful development assistant. Whether you need to scaffold a full-stack Next.js application or just have a conversation about architecture, Timi is ready to help.


🚀 Features

  • 🏗️ Agent Mode (The Builder): Autonomous application generation. Describe an idea ("Build a Todo app with React"), and Timi will generate files, install dependencies, verify the build, and self-repair errors if they occur.
  • 💬 Chat Mode (The Expert): A context-aware chat interface with beautiful Markdown rendering. Discuss code, get explanations, and refine ideas without leaving the CLI.
  • 🛠️ Tools Mode (The Assistant): Quick-access utilities for specific tasks like refactoring, debugging logs, or generating shell commands.
  • 🔐 Secure Auth: Enterprise-grade security using GitHub Device Flow authentication.
  • 🎨 Beautiful UI: A polished terminal experience featuring syntax highlighting, spinners, and formatted boxes.

📦 Installation

Install Timi globally via npm to access it from anywhere:

npm install -g timi-ai

⚡ Getting Started

  1. Authenticate Before using Timi, you need to link your GitHub account. This creates a secure session for your device.

    timi login

    Follow the on-screen instructions to enter your device code.

  2. Launch Once logged in, simply run.

    timi

    This will open the interactive menu where you can select your desired mode.


🎮 Modes Explained

  • Agent Mode 🏗️

"Turn text into software."

Agent Mode is designed for scaffolding and prototyping.

  1. Describe : Tell Timi what you want to build (e.g., "A car driving game using Next.js").

  2. Generate : Timi creates the folder structure and writes the code.

  3. Verify & Fix : Timi runs npm run build to verify the application. If the build fails, it analyzes the error and automatically repairs the code until it works.

  • Chat Mode 💬

"Your coding partner."

A persistent chat session powered by Gemini.

  1. Context Aware : Timi remembers previous messages in the conversation.

  2. Rich Formatting : Code blocks, lists, and bold text are rendered beautifully in your terminal.

  3. Editor Support : Need to type a long prompt? Type /edit to open your default text editor (Vim, Nano, VS Code) for multi-line input.


🛠️ Tech Stack

Built with modern tools for a seamless developer experience:

  • Runtime: Node.js & TypeScript

  • AI: Vercel AI SDK

  • UI: @clack/prompts, boxen, chalk, yocto-spinner

  • Markdown: marked, marked-terminal

  • Auth: better-auth