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.
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 initThat 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
- 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.
- Search. Every prompt, response and diff is indexed. Full-text search answers which prompt wrote this? in milliseconds.
- 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.
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.
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