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
* update readme w/ logo
* run npm package audit
* update package lock after fix
* some random changes I don't know about... merge?
* update pnpm lock
* update to run pnpm only
* add lint to ci
**LogLife** is an audio-first, chat-native tool for people who need a frictionless way to journal and think about their lives. Living inside your favorite chat app, LogLife helps you capture daily notes, see behavior patterns, and turn those insights into steady progress.
23
23
24
-
It combines a minimalist interface with powerful backend processing to help you **Capture** thoughts instantly, **Reflect** on your day, and **Grow** by tracking your goals without the guilt.
24
+
It combines a minimalist interface with powerful AI processing to help you **Capture** thoughts instantly, **Reflect** on your day, and **Grow** by tracking your goals without the guilt.
25
25
26
26
---
27
27
@@ -36,108 +36,36 @@ It combines a minimalist interface with powerful backend processing to help you
36
36
37
37
---
38
38
39
-
## 📂 Repository Structure
40
-
41
-
This repository acts as a **Monorepo** containing three distinct components:
42
-
43
-
| Component | Path | Description |
44
-
| :--- | :--- | :--- |
45
-
|**Core Framework**|`src/loglife/core`| A reusable, unopinionated Python library for building WhatsApp bots. It handles **Threading**, **Queues**, and **Transport Adapters**. Use this if you want to build *your own* bot. |
46
-
|**Reference App**|`src/loglife/app`| The "LogLife" product (Journaling & Goal Tracking) built *on top* of the Core Framework. It implements **Business Logic**, **Database Models**, and **AI Processing**. |
47
-
|**Website**|`website/`| The Next.js landing page (loglife.co) that showcases the product and hosts blogposts. |
0 commit comments