|
1 | 1 | # Our Philosophy |
2 | 2 |
|
3 | 3 | ### 1. **Your Thoughts Are Ephemeral** |
4 | | -A scratchpad shouldn't feel like a database. PaperCache is designed for the temporary, the messy, and the in-between. It spawns when you need it, vanishes when you're done, and respects the fleeting nature of brainstorming. We believe in tools that feel like an extension of your mind, not a filing cabinet. |
| 4 | +A scratchpad shouldn't feel like a database. PaperCache is designed for the temporary, the messy, and the in-between. It spawns when you need it, vanishes when you're done, and gets out of your way. |
5 | 5 |
|
6 | 6 | ### 2. **Active > Passive** |
7 | | -Most note-taking apps are passive: you write text, and it sits there. PaperCache is **active**. It evaluates your math in real-time, queries AI inline, links your notes automatically, and visualizes your knowledge graph. We believe your notes should *work for you*, not just store your words. |
| 7 | +PaperCache is active. It evaluates your math in real-time, queries AI inline, links your notes automatically, and visualizes your knowledge graph. Your notes should work for you, not just store your words. |
8 | 8 |
|
9 | | -### 3. **Zero Friction is Non-Negotiable** |
| 9 | +### 3. **Zero Friction** |
10 | 10 | If a tool slows you down, you won't use it. That's why PaperCache: |
11 | 11 | - Spawns exactly where your mouse cursor is |
12 | | -- Uses **0% CPU when idle** (truly zero, not "low") |
| 12 | +- Uses 0% CPU when idle |
13 | 13 | - Hides markdown syntax when you aren't editing |
14 | 14 | - Vanishes the moment you click away |
15 | | -- Loads heavy dependencies (like `mathjs`) only when needed |
16 | 15 |
|
17 | | -We believe performance is a feature, not an optimization. |
18 | | - |
19 | | -### 4. **Developers Think Differently** |
20 | | -You don't just write prose; you write code, equations, and structured data. PaperCache is built for the developer brain: |
| 16 | +### 4. **Built for Developers** |
| 17 | +You don't just write prose; you write code, equations, and structured data. PaperCache includes features like: |
21 | 18 | - Reactive variables (`/var x = 5`) |
22 | 19 | - Inline AI with context injection (`/ctx`) |
23 | 20 | - Implicit folder organization (`projects/PaperCache.md`) |
24 | 21 | - Knowledge graph visualization |
25 | 22 |
|
26 | | -We believe productivity tools should match how you *actually* think, not how a product manager thinks you should think. |
27 | | - |
28 | | -### 5. **Open Source is the Only Ethical Choice** |
29 | | -Your personal workflow shouldn't be locked behind a paywall or a SaaS subscription. PaperCache is: |
| 23 | +### 5. **Free and Open Source** |
| 24 | +I saw a really cool app called Antinote, but it was locked behind a paywall. I wanted something just as good that was open source and could fit my own specific needs, so I built PaperCache to match it. It solved my problem perfectly, and since other people probably have the exact same needs, I made it completely free and open for everyone to use, fork, and improve. |
30 | 25 | - **100% free** (no "Pro" tier, no feature gating) |
31 | 26 | - **Open source** (audit the code, contribute, fork it) |
32 | | -- **Self-hosted** (your data never leaves your machine) |
33 | | -- **Cross-platform** (macOS, Windows, Linux) |
| 27 | +- **Local first** (your data never leaves your machine) |
34 | 28 |
|
35 | | -We believe transparency and accessibility aren't features; they're responsibilities. |
36 | | - |
37 | | -### 6. **AI Should Be Invisible, Not Intrusive** |
38 | | -Most apps bolt on a chatbot sidebar and call it "AI-powered." PaperCache integrates AI **inline**, where you're already working: |
| 29 | +### 6. **Invisible AI** |
| 30 | +PaperCache integrates AI inline, where you're already working: |
39 | 31 | - Type `/ai <prompt>` and get an answer right in your document |
40 | 32 | - Use `/ctx <prompt>` to automatically include your entire note as context |
41 | | -- Your API keys are encrypted with Electron's `safeStorage` |
42 | | - |
43 | | -We believe AI should augment your workflow, not interrupt it. |
| 33 | +- Your API keys are encrypted securely locally. |
44 | 34 |
|
45 | | -### 7. **Opinionated Design is Kind** |
46 | | -We don't try to be everything to everyone. PaperCache makes specific, intentional choices: |
47 | | -- No complex plugin system (we ship what works) |
| 35 | +### 7. **Opinionated Design** |
| 36 | +PaperCache makes specific, intentional choices: |
| 37 | +- No complex plugin system |
48 | 38 | - No cloud sync (your data is yours) |
49 | | -- No WYSIWYG editor (you get raw text speed with rendered readability) |
50 | | - |
51 | | -We believe saying "no" to feature creep is how you build tools that respect your users' time. |
52 | | - |
53 | | -### 8. **Engineering Rigor Matters, Even for "Simple" Apps** |
54 | | -PaperCache is version `0.2.10`, but it has: |
55 | | -- CI/CD pipelines with automated testing |
56 | | -- Zustand state management with slice-subscriptions |
57 | | -- Lazy-loaded heavy dependencies |
58 | | -- Debounced reactive evaluations |
59 | | -- Power throttling via `powerMonitor` API |
60 | | - |
61 | | -We believe "just a scratchpad" is no excuse for sloppy code. Every line is written with the same rigor as a production SaaS app. |
| 39 | +- No WYSIWYG editor (raw text speed with rendered readability) |
62 | 40 |
|
63 | 41 | --- |
64 | 42 |
|
65 | 43 | ### The Bottom Line |
66 | | -**PaperCache exists because we refuse to compromise.** We refuse to accept that Electron apps must be bloated. We refuse to accept that scratchpads must be dumb. We refuse to accept that productivity tools must be expensive or closed-source. |
67 | | - |
68 | | -This is a tool built by a developer, for developers, with an obsession for performance, privacy, and polish. It's the scratchpad we always wanted but could never find—so we built it ourselves. |
| 44 | +PaperCache is a simple, polished tool built by a developer to solve a personal need. It's the floating scratchpad I always wanted but didn't want to pay a subscription for—so I built it myself, and now it's yours too. |
0 commit comments