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

ai-prompt-builder

v1.0.7

Published

AI Prompt Builder desktop app

Downloads

9

Readme

AI Prompt Builder

AI Prompt Builder is a desktop utility designed to streamline the creation of detailed, context-rich prompts for large language models (LLMs). It allows you to effortlessly combine multiple source code files, project structures, and specific instructions into a single, perfectly formatted Markdown output, ready to be copied into any AI chat interface.

Key Features

  • Template-Based Workflows: Save your sessions as templates. Each template remembers your files, folders, and the last prompt you used, allowing you to quickly resume your work.
  • Effortless File Aggregation:
    • Add individual files or entire folders.
    • Simply drag and drop files and folders directly into the application.
  • Hierarchical File Tree View: All your added files are organized into a clean, intuitive tree structure that mirrors your project's layout, making it easy to see everything at a glance.
  • Selective Inclusion: Easily enable or disable any file or folder using a toggle. This allows you to control exactly which content is included in the final output without permanently removing files from your list.
  • Automatic Markdown Formatting: The application automatically generates a clean Markdown output that includes:
    • The complete content of all enabled files, each within its own fenced code block specifying the language.
    • A project structure tree to give the AI context of your repository's layout.
  • AI-Powered Prompt Enhancement: An "Improve" button helps refine your written prompt by correcting grammar and spelling, ensuring your request is as clear as possible.
  • Smart Paste: Quickly update a file's content by copying new code to your clipboard and using the "Smart Paste" feature. It intelligently finds the most similar file in your project and allows you to replace its content with a single click.
  • Real-time Token Counting: A live token counter shows you the size of your generated prompt, helping you stay within the context window limits of different AI models.
  • One-Click Copy: A dedicated "Copy" button (Ctrl+Shift+C) instantly grabs the entire generated Markdown prompt and copies it to your clipboard.

Download

You can download the latest version of AI Prompt Builder from the GitHub releases page:

View Releases on GitHub