You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://vercel.com)
6
11
7
12
---
8
13
9
-
## 👋 What is closedNote?
14
+
## Explanation
10
15
11
-
A web app for saving, organizing, and re-using your best AI prompts — built for students, teachers, engineers, and anyone tired of retyping the same thing twice.
16
+
PromptBase stores prompts. Notion organizes them. FlowGPT shares them. None of them remember how they got there.
12
17
13
-
---
18
+
In real life, prompts evolve. You tweak your "code review prompt" three times, and by the fourth iteration you've forgotten what made version 2 actually work. There is no tool aimed at everyday users that tracks how your prompts change over time — until now.
19
+
20
+
closedNote is built on one thesis: **a prompt is not a sticky note. It's a document with a history.**
14
21
15
-
## 💡 The Story
22
+
Beyond versioning, closedNote adds structure: organize into collections, chain into multi-step workflows, refine with AI, and import from any image via OCR — all private by default.
23
+
24
+
---
16
25
17
-
I got tired of re-engineering my "perfect ChatGPT prompts" every time I needed a particular kind of answer. Then my mum started doing the same thing (don't ask how she got into it 😭). Then my grandma. Then my classmates.
26
+
## Version History — Git for Your Prompts
18
27
19
-
Meanwhile, prompt engineers were dropping crazy tips on X (Twitter) and Stack Overflow, but I had nowhere to store them neatly.
28
+
Every time you save an edit, closedNote snapshots the version. Jump back to any point in time, see exactly what changed line by line, and restore with one click — without overwriting your history.
20
29
21
-
So, I built one. That's what closedNote is all about — a small home to make prompt saving easier for everyone. 🙂
Users without API keys still get full prompt management + offline OCR. AI features unlock when they add a key in Settings.
88
+
Users without API keys get full prompt management + offline OCR. AI features unlock when they add their own key in Settings.
75
89
76
90
---
77
91
78
-
## 🧪 Tests
92
+
## Tests
79
93
80
94

81
95
@@ -87,14 +101,24 @@ npm test
87
101
88
102
---
89
103
90
-
## ⚡ Run Locally
104
+
## The Story
105
+
106
+
I got tired of re-engineering my "perfect ChatGPT prompts" every time I needed a particular kind of answer. Then my mum started doing the same thing. Then my grandma. Then my classmates.
107
+
108
+
Meanwhile, prompt engineers were dropping tips on X and Stack Overflow, but nobody had a good place to store, iterate on, and *remember* them.
109
+
110
+
So I built one — and added version control, because the best prompt you'll ever write is usually the fourth draft of something you thought was broken.
0 commit comments