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

promptwake

v0.4.1

Published

AI kodlama hafızan — terminale tek komut, proje klasörünü seç, gerisini unut.

Readme

PromptWake

The system of record for your AI-written code.

Your team ships more AI-generated code every week. PromptWake captures every prompt, every response, and every diff into one searchable, auditable, restorable timeline — automatically, from a single command.

npm version downloads license node

English · Türkçe · Deutsch · Español · Français · Italiano · Português · Русский · हिन्दी · 中文 · العربية · 日本語

promptwake.com  ·  Start free  ·  Pricing  ·  Book a team demo


AI writes your code. Who can prove why?

An assistant ships a slick refactor. Three weeks later, production breaks in the exact logic you told it to leave alone — and the prompt, the reasoning, and the two approaches you rejected are gone. Git kept the diff. It never kept the decision.

Now multiply that across a team of engineers and a dozen AI tools. Code review becomes guesswork. Onboarding slows down. And when an auditor, a customer, or a regulator asks how this code came to exist, nobody has the answer.

PromptWake is the answer. It runs quietly in the background and records every prompt, every AI response, and every diff — across all your AI tools — into one timeline you can search, audit, and roll back. No copy-paste. No lost context. A complete, provable record of how your software was actually built.

npx promptwake init

That is the entire setup. Keep coding. It is already working.


Why engineering teams run PromptWake


Get started in ten seconds

# Start watching a folder — spins up a local daemon and captures automatically
npx promptwake init

# See what is being captured right now
promptwake status

# Search your entire AI coding history
promptwake search "auth refactor"

Requires Node 22 or newer. Free forever for local use. No sign-up required.


Command reference

| Command | What it does | | --- | --- | | promptwake init [path] | Start watching a folder (default: current). Captures automatically. | | promptwake status | Daemon status: plan, storage, detected AI tools, sync state. | | promptwake list | List your watched projects with capture and diff statistics. | | promptwake search <query> | Full-text search across your captured AI history (alias: s). | | promptwake recent | Recent activity across all of your projects. | | promptwake whoami | Show the signed-in account. | | promptwake login <token> | Sign in to enable Pro cloud sync (token from the dashboard). | | promptwake logout | Sign out and return to local mode. | | promptwake open | Open your dashboard in the browser. | | promptwake stop | Stop the local daemon. |


How it works

  1. Capture. A lightweight background daemon watches the AI tools you already use and records each interaction the moment it happens — no manual logging, no plugins to maintain.
  2. Search. Every prompt, response and diff is indexed. Full-text search answers which prompt wrote this? in milliseconds.
  3. Restore. Each change stores enough to reverse it, so rolling back to any point in your timeline is a single action.

Built for teams and enterprises

As AI writes a growing share of your codebase, you are expected to review and audit it exactly like human-written code. That is only possible if the history exists in the first place.

Book a demo for your team →


Plans

| | Free | Pro | Team | Enterprise | | --- | :---: | :---: | :---: | :---: | | Local capture — prompts, responses, diffs | Yes | Yes | Yes | Yes | | AI-tool auto-detection (24+) | Yes | Yes | Yes | Yes | | Full-text search and one-click restore | Yes | Yes | Yes | Yes | | Automatic secret redaction | Yes | Yes | Yes | Yes | | 100% local, no account required | Yes | — | — | — | | Cloud sync across devices | — | Yes | Yes | Yes | | Shared workspace, audit log, RBAC | — | — | Yes | Yes | | SSO/SAML, self-hosting, compliance reports | — | — | — | Yes |

Start free. Upgrade only when you want your memory on every device — or when your team needs to audit AI-written code together.

Compare plans and pricing →


Privacy and security, by design

On the free tier, your captured code never leaves your machine. We do not receive it, we cannot see it, and we never train on it. Secret redaction runs before anything is stored — even in your local database. Cloud sync is strictly opt-in, encrypted in transit, and scoped to your account.


Frequently asked questions

What is PromptWake? PromptWake is a developer tool that automatically captures your AI coding history — every prompt, AI response, and code diff — into a single searchable, restorable timeline. It works across 24+ AI coding assistants and is local-first by default.

Which AI tools does it support? Claude Code, Cursor, GPT, Gemini, GitHub Copilot, Codex, OpenCode, Windsurf, Codeium, and 24+ others — all unified into one history.

Does my code leave my machine? Not on the free tier. Everything is stored locally in SQLite with no account required. Cloud sync is an opt-in Pro feature.

How do teams use it? Teams use PromptWake to review and audit AI-written code: a shared timeline, a workspace audit log, and role-based access give engineering leaders a provable record of how their software was built.

What does it cost? Free forever for local use. Pro adds cloud sync across devices; Team adds a shared, audited workspace; Enterprise adds SSO/SAML, self-hosting, and compliance reporting. See promptwake.com/pricing.

What are the requirements? Node 22 or newer. Install and run with npx promptwake init — no other setup.


Never lose the story behind your AI code.

npx promptwake init

promptwake.com  ·  Start free  ·  Pricing  ·  Talk to sales