├── screenshot.png
├── README.md
└── index.html
/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MartinSantosT/gemini-chat-organizer-hub/HEAD/screenshot.png
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # 🧠 Gemini Knowledge Hub (v46.1 Stable)
2 |
3 | 
4 | 
5 | 
6 | 
7 |
8 | > **A "Local Second Brain" for your AI conversations. Single HTML file. No Install. 100% Private.**
9 |
10 | ---
11 |
12 | ## 🚀 Why I built this?
13 |
14 | I use Google Gemini (and Claude/ChatGPT) daily for coding, business planning, and creative writing. But I ran into a problem: **managing the chaos**.
15 |
16 | I kept losing the context of my best conversations. Brilliant prompts and complex project discussions were buried under a pile of "Untitled Chats" in my history. I tried Notion, Obsidian, and Trello, but they felt too heavy/slow for simply saving chat links.
17 |
18 | I needed something **fast, private, and visual**. So, I built **Gemini Knowledge Hub**.
19 |
20 | ---
21 |
22 | ## ✨ Key Features
23 |
24 | ### 🎨 UI & Experience
25 | * **📂 Zero Installation:** It's just **ONE HTML file**. No servers, no databases, no `npm install`. Just download and open in your browser.
26 | * **🌙 Dark Mode (v46):** Native dark mode support for late-night coding sessions. Persists your preference automatically.
27 | * **🔎 Smart Search:** Hybrid search bar with auto-complete suggestions for tags and an instant "Clear" button.
28 |
29 | ### ⚡ Workflow
30 | * **🚦 Kanban Dashboard:** Organize chats into **Ideas**, **Pins** (High Priority), **Projects** (Active), and **Archive**.
31 | * **☁️ Hybrid Linking:** Each card links to the **Live Cloud Chat** (to continue working) AND a **Local HTML Backup** (to preserve the context forever).
32 | * **✅ Task Tracking:** Add checklists to cards. Unfinished tasks auto-tag the card as `⚠️ Pending`.
33 | * **🏷️ Smart Tagging:** Organize by topic (`#python`, `#marketing`). Click any tag to filter the board instantly.
34 |
35 | ### 🔒 Data & Privacy
36 | * **🛡️ Local-First:** All data lives in your browser's `localStorage`. Nothing is sent to any server.
37 | * **💾 Timestamped Backups:** Export your entire database to a `.json` file with HH-MM timestamps (e.g., `backup_2025-11-25_14-30.json`).
38 | * **🚑 Rescue Mode:** Automatic sanitization system that detects and fixes corrupt legacy data on startup to prevent crashes.
39 |
40 | ---
41 |
42 | ## 📸 Screenshots
43 |
44 |
45 |
46 |
47 |
48 | ---
49 |
50 | ## 🛠️ How to Use
51 |
52 | 1. **Download** the `index.html` file (or `Gemini_Hub.html`) from this repository.
53 | 2. **Create a folder** on your computer (e.g., `My_AI_Projects`).
54 | 3. **Place the file** inside that folder.
55 | 4. **Open it** in any modern browser (Chrome, Edge, Firefox, Brave).
56 | 5. Click **"+ New Chat"** to start organizing!
57 |
58 | > **Universal Compatibility:** While I built this for Gemini, it works perfectly for **ChatGPT, Claude, Perplexity**, or even organizing YouTube tutorials and GitHub repos.
59 |
60 | ---
61 |
62 | ## ☁️ Pro Tip: Sync across devices
63 |
64 | Since the app is just one file, you can save the HTML and your exported `.json` backups in **OneDrive, Dropbox, or Google Drive**.
65 |
66 | * **The File:** Syncs automatically via your cloud provider.
67 | * **The Data:** To move your board state to another computer, click the **Export Backup** button on PC 1, and **Import Backup** on PC 2.
68 |
69 | ---
70 |
71 | ## 🔄 Update Log (v46.1)
72 |
73 | * **Feature:** Added native Dark Mode toggle 🌙.
74 | * **Feature:** "Rescue Mode" added to prevent loading freezes on legacy data.
75 | * **Feature:** Backup filenames now include timestamps to prevent overwriting.
76 | * **UX:** Action buttons moved to card footer; Title links are now "smart" (only clickable if a link exists).
77 | * **Localization:** Fully translated to English for universal usage.
78 |
79 | ---
80 |
81 | ## 📄 License
82 |
83 | **MIT License**. Free and Open Source.
84 | Feel free to fork, modify, and make it your own!
85 |
86 | Built with ❤️ (and a lot of help from Gemini) by **Martin Santos Temponi**.
87 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Knowledge Management
90 |