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
Copy file name to clipboardExpand all lines: ROADMAP.md
+114Lines changed: 114 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,120 @@ Features that demonstrate Go proficiency and broaden Noteleaf’s scope.
228
228
-[ ] Encryption support
229
229
-[ ] Advanced classification
230
230
231
+
### Local API Server
232
+
233
+
A local HTTP server daemon that exposes Noteleaf data for web UIs and extensions. Runs on the user's machine and provides programmatic access to tasks, notes, and media.
234
+
235
+
#### Architecture
236
+
237
+
-[ ] Daemon mode via `noteleaf server start/stop/status`
238
+
-[ ] Binds to localhost by default (configurable port)
239
+
-[ ] HTTP/REST API using existing repository layer
240
+
-[ ] Shares same SQLite database as CLI
241
+
-[ ] Middleware: logging, CORS (for localhost web UIs), compression
0 commit comments