diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-01-05 16:45:17 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-01-05 16:45:17 +0000 |
| commit | 43e01d55d8fee2f2d517dd9f5e8adb2c143333dd (patch) | |
| tree | dede3d2e2b637d3f5baf45cd4ed88399996cff96 /docs/versioned_docs/version-v0.21.0/01-intro.md | |
| parent | 12cb8c5c284e766992e2154de185f6e1062fe045 (diff) | |
| download | karakeep-43e01d55d8fee2f2d517dd9f5e8adb2c143333dd.tar.zst | |
docs: Release the 0.21 docs
Diffstat (limited to 'docs/versioned_docs/version-v0.21.0/01-intro.md')
| -rw-r--r-- | docs/versioned_docs/version-v0.21.0/01-intro.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/versioned_docs/version-v0.21.0/01-intro.md b/docs/versioned_docs/version-v0.21.0/01-intro.md new file mode 100644 index 00000000..11687054 --- /dev/null +++ b/docs/versioned_docs/version-v0.21.0/01-intro.md @@ -0,0 +1,45 @@ +--- +slug: / +--- + +# Introduction + +Hoarder is an open source "Bookmark Everything" app that uses AI for automatically tagging the content you throw at it. The app is built with self-hosting as a first class citizen. + + + + +## Features + +- 🔗 Bookmark links, take simple notes and store images and pdfs. +- ⬇️ Automatic fetching for link titles, descriptions and images. +- 📋 Sort your bookmarks into lists. +- 🔎 Full text search of all the content stored. +- ✨ AI-based (aka chatgpt) automatic tagging. With supports for local models using ollama! +- 🎆 OCR for extracting text from images. +- 🔖 [Chrome plugin](https://chromewebstore.google.com/detail/hoarder/kgcjekpmcjjogibpjebkhaanilehneje) and [Firefox addon](https://addons.mozilla.org/en-US/firefox/addon/hoarder/) for quick bookmarking. +- 📱 An [iOS app](https://apps.apple.com/us/app/hoarder-app/id6479258022), and an [Android app](https://play.google.com/store/apps/details?id=app.hoarder.hoardermobile&pcampaignid=web_share). +- 📰 Auto hoarding from RSS feeds. +- 🔌 REST API. +- 🌐 Mutli-language support. +- 🖍️ Mark and store highlights from your hoarded content. +- 🗄️ Full page archival (using [monolith](https://github.com/Y2Z/monolith)) to protect against link rot. Auto video archiving using [youtube-dl](https://github.com/marado/youtube-dl). +- ☑️ Bulk actions support. +- 🔐 SSO support. +- 🌙 Dark mode support. +- 💾 Self-hosting first. +- [Planned] Downloading the content for offline reading in the mobile app. + +**⚠️ This app is under heavy development and it's far from stable.** + + +## Demo + +You can access the demo at [https://try.hoarder.app](https://try.hoarder.app). Login with the following creds: + +``` +email: demo@hoarder.app +password: demodemo +``` + +The demo is seeded with some content, but it's in read-only mode to prevent abuse. |
