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
-**🔒 Self-Hosted** — Your data stays yours, full JSON export
40
+
-**❓ Help System** — Searchable FAQ and contextual help panels
41
+
-**📰 Blog** — Philosophy articles on mindful tracking
39
42
40
43
### REST API v1 (New in v0.3.1)
41
44
@@ -74,7 +77,7 @@ docker compose up -d
74
77
75
78
Visit `http://localhost:3000`, create an account, and start logging!
76
79
77
-
**Data Location:**`./app/data/db.sqlite` (mount as volume for persistence)
80
+
**Data Location:**`/data/db.sqlite` in container (mount as volume for persistence)
78
81
79
82
### For Developers
80
83
@@ -116,8 +119,6 @@ Ta-Da! uses a **unified Entry model** where everything is an entry. No separate
116
119
117
120
See [docs/PROJECT_STRUCTURE.md](docs/PROJECT_STRUCTURE.md) for detailed project layout and [design/SDR.md](design/SDR.md) for complete data model specification.
118
121
119
-
See [docs/PROJECT_STRUCTURE.md](docs/PROJECT_STRUCTURE.md) for detailed project layout and [design/SDR.md](design/SDR.md) for complete data model specification.
120
-
121
122
## Development
122
123
123
124
**Commands:**
@@ -139,18 +140,18 @@ bun run db:studio # Database UI (:4983)
139
140
140
141
See [docs/DEVELOPER_GUIDE.md](docs/DEVELOPER_GUIDE.md) for full development workflow.
141
142
142
-
See [docs/DEVELOPER_GUIDE.md](docs/DEVELOPER_GUIDE.md) for full development workflow.
143
-
144
143
## Roadmap
145
144
146
-
**Current:** v0.3.1 (REST API v1) ✅ — Shipped February 2026!
147
-
- Complete REST API with 24 endpoints
148
-
- 7 user stories: Data retrieval, Voice entry, API keys, Webhooks, Export, Patterns, Import
149
-
- 220 tasks completed
145
+
**Current:** v0.4.0 (Cloud Platform) ✅ — Shipped February 2026!
146
+
- Cloud service at [tada.living](https://tada.living)
147
+
- Expanded ontology (10 categories)
148
+
- Gentle onboarding and help system
149
+
- GDPR compliance (privacy, terms, DPA, data deletion)
0 commit comments