diff --git a/README.md b/README.md index d7c27fe4..fd1b8e26 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A self-hostable bookmark-everything app with a touch of AI for the data hoarders - ✨ AI-based (aka chatgpt) automatic tagging. - 🔖 [Chrome plugin](https://chromewebstore.google.com/detail/hoarder/kgcjekpmcjjogibpjebkhaanilehneje) for quick bookmarking. - 📱 An iOS app that's pending apple's review. -- 🌙 Dark mode support. +- 🌙 Dark mode support (web only so far). - 💾 Self-hosting first. - [Planned] Archiving the content for offline reading. @@ -53,7 +53,7 @@ The demo is seeded with some content, but it's in read-only mode to prevent abus I browse reddit, twitter and hackernews a lot from my phone. I frequently find interesting stuff (articles, tools, etc) that I'd like to bookmark and read later when I'm in front of a laptop. Typical read-it-later apps usecase. Initially, I was using [Pocket](getpocket.com) for that. Then I got into self-hosting and I wanted to self-host this usecase. I used [memos](https://github.com/usememos/memos) for those quick notes and I loved it but it was lacking some features that I found important for that usecase such as link previews and automatic tagging (more on that in the next section). -I'm a systems engineer in my day job (and have been for the past 7 years). I didn't want to get too detached from the web development world. I decided to build this app as a way to keep my hand dirty with web development, and at the same time, build something that I care about and will use everyday. +I'm a systems engineer in my day job (and have been for the past 7 years). I didn't want to get too detached from the web development world. I decided to build this app as a way to keep my hand dirty with web development, and at the same time, build something that I care about and use every day. ## Alternatives diff --git a/apps/landing/app/apple-icon.png b/apps/landing/app/apple-icon.png new file mode 100644 index 00000000..8b600d2f Binary files /dev/null and b/apps/landing/app/apple-icon.png differ diff --git a/apps/landing/app/icon.png b/apps/landing/app/icon.png new file mode 100644 index 00000000..3dcfd34c Binary files /dev/null and b/apps/landing/app/icon.png differ diff --git a/apps/landing/app/opengraph-image.jpg b/apps/landing/app/opengraph-image.jpg deleted file mode 100644 index 59d8a758..00000000 Binary files a/apps/landing/app/opengraph-image.jpg and /dev/null differ diff --git a/apps/landing/app/twitter-image.jpg b/apps/landing/app/twitter-image.jpg deleted file mode 120000 index 4121c11d..00000000 --- a/apps/landing/app/twitter-image.jpg +++ /dev/null @@ -1 +0,0 @@ -opengraph-image.jpg \ No newline at end of file diff --git a/apps/web/app/apple-icon.png b/apps/web/app/apple-icon.png new file mode 100644 index 00000000..aced9e43 Binary files /dev/null and b/apps/web/app/apple-icon.png differ diff --git a/apps/web/app/icon.png b/apps/web/app/icon.png new file mode 100644 index 00000000..32788710 Binary files /dev/null and b/apps/web/app/icon.png differ diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index f5ad19f6..f879780e 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -17,7 +17,8 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Hoarder", applicationName: "Hoarder", - description: "Your AI powered second brain", + description: + "The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI.", manifest: "/manifest.json", appleWebApp: { capable: true, diff --git a/docs/docs/04-screenshots.md b/docs/docs/04-screenshots.md index 4c211276..07830566 100644 --- a/docs/docs/04-screenshots.md +++ b/docs/docs/04-screenshots.md @@ -16,6 +16,10 @@ ![All Lists](/img/screenshots/all-lists.png) +## Bookmark Preview + +![Bookmark Preview](/img/screenshots/bookmark-preview.png) + ## Settings ![Settings](/img/screenshots/settings.png) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 0e070ffd..7a091164 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -55,6 +55,7 @@ const config: Config = { logo: { alt: 'Hoarder Logo', src: 'img/logo-full.svg', + srcDark: 'img/logo-full-white.svg', width: "120px", }, items: [ diff --git a/docs/static/img/logo-full-white.svg b/docs/static/img/logo-full-white.svg new file mode 100644 index 00000000..7b8fb9c3 --- /dev/null +++ b/docs/static/img/logo-full-white.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/docs/static/img/screenshots/admin.png b/docs/static/img/screenshots/admin.png index cbc0cd86..32fcf12c 100644 Binary files a/docs/static/img/screenshots/admin.png and b/docs/static/img/screenshots/admin.png differ diff --git a/docs/static/img/screenshots/all-lists.png b/docs/static/img/screenshots/all-lists.png index befecb4b..e2eb7c3d 100644 Binary files a/docs/static/img/screenshots/all-lists.png and b/docs/static/img/screenshots/all-lists.png differ diff --git a/docs/static/img/screenshots/all-tags.png b/docs/static/img/screenshots/all-tags.png index 669ba5a4..2023d41d 100644 Binary files a/docs/static/img/screenshots/all-tags.png and b/docs/static/img/screenshots/all-tags.png differ diff --git a/docs/static/img/screenshots/homepage-dark.png b/docs/static/img/screenshots/homepage-dark.png index 41279c84..03cbbc1d 100644 Binary files a/docs/static/img/screenshots/homepage-dark.png and b/docs/static/img/screenshots/homepage-dark.png differ diff --git a/docs/static/img/screenshots/homepage.png b/docs/static/img/screenshots/homepage.png index d4403659..b0dce115 100644 Binary files a/docs/static/img/screenshots/homepage.png and b/docs/static/img/screenshots/homepage.png differ diff --git a/docs/static/img/screenshots/settings.png b/docs/static/img/screenshots/settings.png index ed59ae33..55e3cfcb 100644 Binary files a/docs/static/img/screenshots/settings.png and b/docs/static/img/screenshots/settings.png differ diff --git a/docs/static/img/screenshots/share-sheet.png b/docs/static/img/screenshots/share-sheet.png index 538b9540..f045cc94 100644 Binary files a/docs/static/img/screenshots/share-sheet.png and b/docs/static/img/screenshots/share-sheet.png differ diff --git a/screenshots/homepage.png b/screenshots/homepage.png index d4403659..b0dce115 100644 Binary files a/screenshots/homepage.png and b/screenshots/homepage.png differ