Skip to content

Commit

Permalink
Merge branch 'hoarder-app:main' into admin-settings-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamtschatka authored Jul 12, 2024
2 parents 7d4041f + ee167be commit 7b490be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ A self-hostable bookmark-everything app with a touch of AI for the data hoarders

## Features

- 🔗 Bookmark links, take simple notes and store images.
- 🔗 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!
- 🔖 [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).
- 🌙 Dark mode support (web only so far).
- 🌙 Dark mode support.
- 💾 Self-hosting first.
- [Planned] Downloading the content for offline reading.

Expand Down
10 changes: 8 additions & 2 deletions apps/landing/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
ArrowDownNarrowWide,
Bookmark,
BrainCircuit,
CheckCheck,
Github,
Server,
SunMoon,
Expand Down Expand Up @@ -50,7 +51,7 @@ const featuresList = [
{
icon: Bookmark,
title: "Bookmark",
description: "Bookmark links, take simple notes and store images.",
description: "Bookmark links, take simple notes and store images and pdfs.",
},
{
icon: BrainCircuit,
Expand Down Expand Up @@ -79,10 +80,15 @@ const featuresList = [
title: "Self Hosting",
description: "Easy self hosting with docker for privacy and control.",
},
{
icon: CheckCheck,
title: "Bulk Actions",
description: "Quickly manage your bookmarks with bulk actions.",
},
{
icon: SunMoon,
title: "Dark Mode",
description: "Hoarder supports dark mode for better reading experience",
description: "Hoarder supports dark mode for better reading experience.",
},
];

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Hoarder is an open source "Bookmark Everything" app that uses AI for automatical

## Features

- 🔗 Bookmark links, take simple notes and store images.
- 🔗 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.
Expand Down

0 comments on commit 7b490be

Please sign in to comment.