diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb8cb0d --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ + +# SORMARK + +This is an app to handle bookmarks with the help of an LLM. The app will ingest Twitter (well now X) bookmarks, browser bookmarks and later on other saved stuff. It will go through them one by one, and the LLM will analyze the bookmarks, read any existing links, categorize them and decide what to do with them: either store them in an Obsidian like vault, add a calendar event, or some other. + +## Getting started + +Just enter the devenv shell. This is a typescript app using Bun. Fullstack webapp using Waku with server react components. |